|
|
@@ -5674,7 +5674,7 @@ dependencies = [
|
|
|
"hyper 1.6.0",
|
|
|
"hyper-util",
|
|
|
"protobuf",
|
|
|
- "pyth-lazer-protocol 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "pyth-lazer-protocol 0.18.1",
|
|
|
"pyth-lazer-publisher-sdk 0.16.1",
|
|
|
"reqwest 0.12.23",
|
|
|
"serde",
|
|
|
@@ -5693,7 +5693,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "pyth-lazer-client"
|
|
|
-version = "8.4.1"
|
|
|
+version = "8.5.0"
|
|
|
dependencies = [
|
|
|
"alloy-primitives 0.8.25",
|
|
|
"anyhow",
|
|
|
@@ -5711,7 +5711,7 @@ dependencies = [
|
|
|
"hex",
|
|
|
"humantime-serde",
|
|
|
"libsecp256k1 0.7.2",
|
|
|
- "pyth-lazer-protocol 0.18.1",
|
|
|
+ "pyth-lazer-protocol 0.19.0",
|
|
|
"reqwest 0.12.23",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
@@ -5726,22 +5726,17 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "pyth-lazer-protocol"
|
|
|
version = "0.18.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9f8609c264c03a18a07a2c0c57a4b38b6e7b141a4e3d41161e7ab5a455157ae8"
|
|
|
dependencies = [
|
|
|
- "alloy-primitives 0.8.25",
|
|
|
"anyhow",
|
|
|
- "assert_float_eq",
|
|
|
- "bincode 1.3.3",
|
|
|
- "bs58",
|
|
|
"byteorder",
|
|
|
"chrono",
|
|
|
"derive_more 1.0.0",
|
|
|
- "ed25519-dalek 2.1.1",
|
|
|
"hex",
|
|
|
"humantime",
|
|
|
"humantime-serde",
|
|
|
"itertools 0.13.0",
|
|
|
- "libsecp256k1 0.7.2",
|
|
|
- "mry",
|
|
|
"protobuf",
|
|
|
"rust_decimal",
|
|
|
"serde",
|
|
|
@@ -5751,18 +5746,23 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "pyth-lazer-protocol"
|
|
|
-version = "0.18.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9f8609c264c03a18a07a2c0c57a4b38b6e7b141a4e3d41161e7ab5a455157ae8"
|
|
|
+version = "0.19.0"
|
|
|
dependencies = [
|
|
|
+ "alloy-primitives 0.8.25",
|
|
|
"anyhow",
|
|
|
+ "assert_float_eq",
|
|
|
+ "bincode 1.3.3",
|
|
|
+ "bs58",
|
|
|
"byteorder",
|
|
|
"chrono",
|
|
|
"derive_more 1.0.0",
|
|
|
+ "ed25519-dalek 2.1.1",
|
|
|
"hex",
|
|
|
"humantime",
|
|
|
"humantime-serde",
|
|
|
"itertools 0.13.0",
|
|
|
+ "libsecp256k1 0.7.2",
|
|
|
+ "mry",
|
|
|
"protobuf",
|
|
|
"rust_decimal",
|
|
|
"serde",
|
|
|
@@ -5780,19 +5780,19 @@ dependencies = [
|
|
|
"fs-err",
|
|
|
"protobuf",
|
|
|
"protobuf-codegen",
|
|
|
- "pyth-lazer-protocol 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "pyth-lazer-protocol 0.18.1",
|
|
|
"serde_json",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "pyth-lazer-publisher-sdk"
|
|
|
-version = "0.17.0"
|
|
|
+version = "0.18.0"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"fs-err",
|
|
|
"protobuf",
|
|
|
"protobuf-codegen",
|
|
|
- "pyth-lazer-protocol 0.18.1",
|
|
|
+ "pyth-lazer-protocol 0.19.0",
|
|
|
"serde_json",
|
|
|
]
|
|
|
|