Ver código fonte

chore(lazer): bump pyth-lazer-protocol to 0.9.1 (#2873)

Pavel Strakhov 4 meses atrás
pai
commit
b8ba98ca8a

+ 3 - 3
Cargo.lock

@@ -5659,7 +5659,7 @@ dependencies = [
  "futures-util",
  "hex",
  "libsecp256k1 0.7.2",
- "pyth-lazer-protocol 0.9.0",
+ "pyth-lazer-protocol 0.9.1",
  "serde",
  "serde_json",
  "tokio",
@@ -5687,7 +5687,7 @@ dependencies = [
 
 [[package]]
 name = "pyth-lazer-protocol"
-version = "0.9.0"
+version = "0.9.1"
 dependencies = [
  "alloy-primitives 0.8.25",
  "anyhow",
@@ -5736,7 +5736,7 @@ dependencies = [
  "humantime",
  "protobuf",
  "protobuf-codegen",
- "pyth-lazer-protocol 0.9.0",
+ "pyth-lazer-protocol 0.9.1",
  "serde",
  "serde_json",
  "tracing",

+ 1 - 1
lazer/contracts/solana/programs/pyth-lazer-solana-contract/Cargo.toml

@@ -22,7 +22,7 @@ no-log-ix-name = []
 idl-build = ["anchor-lang/idl-build"]
 
 [dependencies]
-pyth-lazer-protocol = { path = "../../../../sdk/rust/protocol", version = "0.9.0" }
+pyth-lazer-protocol = { path = "../../../../sdk/rust/protocol", version = "0.9.1" }
 
 anchor-lang = "0.30.1"
 bytemuck = "1.20.0"

+ 1 - 1
lazer/publisher_sdk/rust/Cargo.toml

@@ -7,7 +7,7 @@ license = "Apache-2.0"
 repository = "https://github.com/pyth-network/pyth-crosschain"
 
 [dependencies]
-pyth-lazer-protocol = { version = "0.9.0", path = "../../sdk/rust/protocol" }
+pyth-lazer-protocol = { version = "0.9.1", path = "../../sdk/rust/protocol" }
 anyhow = "1.0.98"
 protobuf = "3.7.2"
 humantime = "2.2.0"

+ 1 - 1
lazer/sdk/rust/client/Cargo.toml

@@ -6,7 +6,7 @@ description = "A Rust client for Pyth Lazer"
 license = "Apache-2.0"
 
 [dependencies]
-pyth-lazer-protocol = { path = "../protocol", version = "0.9.0" }
+pyth-lazer-protocol = { path = "../protocol", version = "0.9.1" }
 tokio = { version = "1", features = ["full"] }
 tokio-tungstenite = { version = "0.20", features = ["native-tls"] }
 futures-util = "0.3"

+ 1 - 1
lazer/sdk/rust/protocol/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "pyth-lazer-protocol"
-version = "0.9.0"
+version = "0.9.1"
 edition = "2021"
 description = "Pyth Lazer SDK - protocol types."
 license = "Apache-2.0"