Sfoglia il codice sorgente

fix(hermes): Bump pyth-sdk-solana version to fix attribute iteration bug (#1851)

Jayant Krishnamurthy 1 anno fa
parent
commit
627c317e24
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      apps/hermes/server/Cargo.toml

+ 1 - 1
apps/hermes/server/Cargo.toml

@@ -30,7 +30,7 @@ nonzero_ext        = { version = "0.3.0" }
 prometheus-client  = { version = "0.21.2" }
 prost              = { version = "0.12.1" }
 pyth-sdk           = { version = "0.8.0" }
-pyth-sdk-solana    = { version = "0.9.0" }
+pyth-sdk-solana    = { version = "0.10.2" }
 pythnet-sdk        = { path = "../../../pythnet/pythnet_sdk/", version = "2.0.0", features = ["strum"] }
 rand               = { version = "0.8.5" }
 reqwest            = { version = "0.11.14", features = ["blocking", "json"] }