diff --git a/Cargo.lock b/Cargo.lock index d9aaec2..e56303a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3452,7 +3452,7 @@ dependencies = [ [[package]] name = "pyth-price-publisher" version = "0.1.0" -source = "git+https://github.com/pyth-network/pyth-crosschain?rev=4df7172b#4df7172b85f9d1b65b117c58652e945a219f8b82" +source = "git+https://github.com/pyth-network/pyth-crosschain?rev=9e1ce6a3#9e1ce6a3912c39be094de8652f92c61805a80bf7" dependencies = [ "bytemuck", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 293a7ef..04fa7cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ tracing-opentelemetry = "0.24.0" opentelemetry = "0.23.0" opentelemetry_sdk = { version = "0.23.0", features = ["rt-tokio"]} opentelemetry-otlp = { version = "0.16.0" } -pyth-price-publisher = { git = "https://github.com/pyth-network/pyth-crosschain", rev = "4df7172b" } +pyth-price-publisher = { git = "https://github.com/pyth-network/pyth-crosschain", rev = "9e1ce6a3" } bytemuck = "1.13.0" [dev-dependencies]