Skip to content

Commit 99710c3

Browse files
authored
chore(apps/hermes): bump pyth-sdk-solana to v0.10.3 (#2277)
* bump pyth-sdk-solana to v0.10.3 * bump hermes version * use same format
1 parent 42861c3 commit 99710c3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apps/hermes/server/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/hermes/server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hermes"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "Hermes is an agent that provides Verified Prices from the Pythnet Pyth Oracle."
55
edition = "2021"
66

@@ -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.10.2" }
33+
pyth-sdk-solana = { version = "0.10.3" }
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)