Skip to content

Commit

Permalink
chore(apps/hermes): bump pyth-sdk-solana to v0.10.3 (#2277)
Browse files Browse the repository at this point in the history
* bump pyth-sdk-solana to v0.10.3

* bump hermes version

* use same format
  • Loading branch information
cctdaniel authored Jan 19, 2025
1 parent 42861c3 commit 99710c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/hermes/server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apps/hermes/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hermes"
version = "0.8.1"
version = "0.8.2"
description = "Hermes is an agent that provides Verified Prices from the Pythnet Pyth Oracle."
edition = "2021"

Expand Down Expand Up @@ -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.10.2" }
pyth-sdk-solana = { version = "0.10.3" }
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"] }
Expand Down

0 comments on commit 99710c3

Please sign in to comment.