Skip to content

Commit 627c317

Browse files
authored
fix(hermes): Bump pyth-sdk-solana version to fix attribute iteration bug (#1851)
1 parent 64bea90 commit 627c317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/hermes/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ nonzero_ext = { version = "0.3.0" }
3030
prometheus-client = { version = "0.21.2" }
3131
prost = { version = "0.12.1" }
3232
pyth-sdk = { version = "0.8.0" }
33-
pyth-sdk-solana = { version = "0.9.0" }
33+
pyth-sdk-solana = { version = "0.10.2" }
3434
pythnet-sdk = { path = "../../../pythnet/pythnet_sdk/", version = "2.0.0", features = ["strum"] }
3535
rand = { version = "0.8.5" }
3636
reqwest = { version = "0.11.14", features = ["blocking", "json"] }

0 commit comments

Comments
 (0)