|
|
@@ -5539,8 +5539,8 @@ dependencies = [
|
|
|
"hyper 1.6.0",
|
|
|
"hyper-util",
|
|
|
"protobuf",
|
|
|
- "pyth-lazer-protocol 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "pyth-lazer-publisher-sdk 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "pyth-lazer-protocol 0.7.2",
|
|
|
+ "pyth-lazer-publisher-sdk 0.1.5",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"soketto",
|
|
|
@@ -5568,7 +5568,7 @@ dependencies = [
|
|
|
"futures-util",
|
|
|
"hex",
|
|
|
"libsecp256k1 0.7.2",
|
|
|
- "pyth-lazer-protocol 0.7.2",
|
|
|
+ "pyth-lazer-protocol 0.7.3",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"tokio",
|
|
|
@@ -5580,18 +5580,14 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "pyth-lazer-protocol"
|
|
|
version = "0.7.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a9bdf4e2ba853a8b437309487542e742c7d094d8db189db194cb538f2be02ecd"
|
|
|
dependencies = [
|
|
|
- "alloy-primitives 0.8.25",
|
|
|
"anyhow",
|
|
|
"base64 0.22.1",
|
|
|
- "bincode 1.3.3",
|
|
|
- "bs58",
|
|
|
"byteorder",
|
|
|
"derive_more 1.0.0",
|
|
|
- "ed25519-dalek 2.1.1",
|
|
|
- "hex",
|
|
|
"itertools 0.13.0",
|
|
|
- "libsecp256k1 0.7.2",
|
|
|
"protobuf",
|
|
|
"rust_decimal",
|
|
|
"serde",
|
|
|
@@ -5600,15 +5596,19 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "pyth-lazer-protocol"
|
|
|
-version = "0.7.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a9bdf4e2ba853a8b437309487542e742c7d094d8db189db194cb538f2be02ecd"
|
|
|
+version = "0.7.3"
|
|
|
dependencies = [
|
|
|
+ "alloy-primitives 0.8.25",
|
|
|
"anyhow",
|
|
|
"base64 0.22.1",
|
|
|
+ "bincode 1.3.3",
|
|
|
+ "bs58",
|
|
|
"byteorder",
|
|
|
"derive_more 1.0.0",
|
|
|
+ "ed25519-dalek 2.1.1",
|
|
|
+ "hex",
|
|
|
"itertools 0.13.0",
|
|
|
+ "libsecp256k1 0.7.2",
|
|
|
"protobuf",
|
|
|
"rust_decimal",
|
|
|
"serde",
|
|
|
@@ -5618,6 +5618,8 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "pyth-lazer-publisher-sdk"
|
|
|
version = "0.1.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a3e633db28ca38210de8ab3e99d5bd85ad8cae08a08bb0292506340ee9d1c718"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"fs-err",
|
|
|
@@ -5631,16 +5633,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "pyth-lazer-publisher-sdk"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a3e633db28ca38210de8ab3e99d5bd85ad8cae08a08bb0292506340ee9d1c718"
|
|
|
+version = "0.1.6"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"fs-err",
|
|
|
"humantime",
|
|
|
"protobuf",
|
|
|
"protobuf-codegen",
|
|
|
- "pyth-lazer-protocol 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "pyth-lazer-protocol 0.7.3",
|
|
|
"serde-value",
|
|
|
"tracing",
|
|
|
]
|