From 5b1a3cecce5039d68d17ec23bc31cce2b6e8e4b6 Mon Sep 17 00:00:00 2001 From: Pavel Strakhov Date: Thu, 25 Jul 2024 13:03:41 +0100 Subject: [PATCH] chore: bump oracle --- Cargo.lock | 4 ++-- runtime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba2bb40929..f6bae3baf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3555,8 +3555,8 @@ dependencies = [ [[package]] name = "pyth-oracle" -version = "2.32.0" -source = "git+https://github.com/pyth-network/pyth-client?tag=oracle-v2.32.0#a2786818bbd612ed512befe6c6863745b1b67c06" +version = "2.32.1" +source = "git+https://github.com/pyth-network/pyth-client?tag=oracle-v2.32.1#94babc4096eb7ff804f5087fb9600ee110b9591d" dependencies = [ "bindgen 0.60.1", "bitflags 2.6.0", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 325390444b..553cc0067d 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -35,7 +35,7 @@ num-traits = { version = "0.2" } num_cpus = "1.13.1" once_cell = "1.12.0" ouroboros = "0.15.0" -pyth-oracle = { git = "https://github.com/pyth-network/pyth-client", tag = "oracle-v2.32.0", features = ["library"] } +pyth-oracle = { git = "https://github.com/pyth-network/pyth-client", tag = "oracle-v2.32.1", features = ["library"] } pythnet-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", version = "1.13.6", rev = "e670f57f89b05398ca352e4accb1e32724a8e1b4" } rand = "0.7.0" rayon = "1.5.3"