diff --git a/Cargo.lock b/Cargo.lock index e833f3fe..3ba848a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -867,8 +867,8 @@ dependencies = [ [[package]] name = "drift" -version = "2.84.0" -source = "git+https://github.com/drift-labs/protocol-v2.git?rev=v2.84.0#4c990151647b9aef038e59b22ef09bc5e9b27623" +version = "2.85.0" +source = "git+https://github.com/drift-labs/protocol-v2.git?rev=v2.85.0#ba4529aee9d26a7fdeb9eb2550128ead24e61b2a" dependencies = [ "ahash 0.8.6", "anchor-lang", @@ -877,6 +877,7 @@ dependencies = [ "base64 0.13.0", "borsh 0.10.3", "bytemuck", + "byteorder", "drift-macros", "enumflags2", "num-derive 0.3.3", @@ -885,6 +886,7 @@ dependencies = [ "phoenix-v1", "pyth-client", "pyth-solana-receiver-sdk", + "pythnet-sdk", "serum_dex", "solana-program", "solana-security-txt", @@ -1684,8 +1686,7 @@ checksum = "44de48029c54ec1ca570786b5baeb906b0fc2409c8e0145585e287ee7a526c72" [[package]] name = "pyth-solana-receiver-sdk" version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e6559643f0b377b6f293269251f6a804ae7332c37f7310371f50c833453cd0" +source = "git+https://github.com/drift-labs/pyth-crosschain?rev=04cf2c#04cf2c01642a2ce0a0f620652034755d3e81d576" dependencies = [ "anchor-lang", "hex", @@ -1696,8 +1697,7 @@ dependencies = [ [[package]] name = "pythnet-sdk" version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bbbc0456f9f27c9ad16b6c3bf1b2a7fea61eebf900f4d024a0468b9a84fe0c1" +source = "git+https://github.com/drift-labs/pyth-crosschain?rev=04cf2c#04cf2c01642a2ce0a0f620652034755d3e81d576" dependencies = [ "anchor-lang", "bincode", @@ -2582,7 +2582,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "switchboard" version = "0.1.0" -source = "git+https://github.com/drift-labs/protocol-v2.git?rev=v2.84.0#4c990151647b9aef038e59b22ef09bc5e9b27623" +source = "git+https://github.com/drift-labs/protocol-v2.git?rev=v2.85.0#ba4529aee9d26a7fdeb9eb2550128ead24e61b2a" dependencies = [ "anchor-lang", ] diff --git a/programs/jit-proxy/Cargo.toml b/programs/jit-proxy/Cargo.toml index c5d80280..91165b43 100644 --- a/programs/jit-proxy/Cargo.toml +++ b/programs/jit-proxy/Cargo.toml @@ -17,6 +17,6 @@ default = [] anchor-lang = "0.29.0" anchor-spl = "0.29.0" bytemuck = { version = "1.4.0" } -drift = { git = "https://github.com/drift-labs/protocol-v2.git", rev = "v2.84.0", features = ["cpi", "mainnet-beta"]} +drift = { git = "https://github.com/drift-labs/protocol-v2.git", rev = "v2.85.0", features = ["cpi", "mainnet-beta"]} static_assertions = "1.1.0" ahash = "=0.8.6"