|
|
@@ -5674,8 +5674,8 @@ dependencies = [
|
|
|
"hyper 1.6.0",
|
|
|
"hyper-util",
|
|
|
"protobuf",
|
|
|
- "pyth-lazer-protocol",
|
|
|
- "pyth-lazer-publisher-sdk",
|
|
|
+ "pyth-lazer-protocol 0.18.1",
|
|
|
+ "pyth-lazer-publisher-sdk 0.16.1",
|
|
|
"reqwest 0.12.23",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
@@ -5711,7 +5711,7 @@ dependencies = [
|
|
|
"hex",
|
|
|
"humantime-serde",
|
|
|
"libsecp256k1 0.7.2",
|
|
|
- "pyth-lazer-protocol",
|
|
|
+ "pyth-lazer-protocol 0.18.0",
|
|
|
"reqwest 0.12.23",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
@@ -5749,6 +5749,27 @@ dependencies = [
|
|
|
"thiserror 2.0.12",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "pyth-lazer-protocol"
|
|
|
+version = "0.18.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9f8609c264c03a18a07a2c0c57a4b38b6e7b141a4e3d41161e7ab5a455157ae8"
|
|
|
+dependencies = [
|
|
|
+ "anyhow",
|
|
|
+ "byteorder",
|
|
|
+ "chrono",
|
|
|
+ "derive_more 1.0.0",
|
|
|
+ "hex",
|
|
|
+ "humantime",
|
|
|
+ "humantime-serde",
|
|
|
+ "itertools 0.13.0",
|
|
|
+ "protobuf",
|
|
|
+ "rust_decimal",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "thiserror 2.0.12",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "pyth-lazer-publisher-sdk"
|
|
|
version = "0.16.0"
|
|
|
@@ -5757,7 +5778,21 @@ dependencies = [
|
|
|
"fs-err",
|
|
|
"protobuf",
|
|
|
"protobuf-codegen",
|
|
|
- "pyth-lazer-protocol",
|
|
|
+ "pyth-lazer-protocol 0.18.0",
|
|
|
+ "serde_json",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pyth-lazer-publisher-sdk"
|
|
|
+version = "0.16.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "12646e85d41937fc87c0c5f6692a501ae4f261a58ce52556883af3ee034f391c"
|
|
|
+dependencies = [
|
|
|
+ "anyhow",
|
|
|
+ "fs-err",
|
|
|
+ "protobuf",
|
|
|
+ "protobuf-codegen",
|
|
|
+ "pyth-lazer-protocol 0.18.1",
|
|
|
"serde_json",
|
|
|
]
|
|
|
|