From db8d536f3babc41776923e0f3c23efdc4605b1ac Mon Sep 17 00:00:00 2001 From: Chris Heaney Date: Sat, 19 Oct 2024 15:31:00 -0400 Subject: [PATCH] program: update to drift v2.96.0 --- Cargo.lock | 10 +++++----- programs/jit-proxy/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47a59d54..a433da8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -867,8 +867,8 @@ dependencies = [ [[package]] name = "drift" -version = "2.92.0" -source = "git+https://github.com/drift-labs/protocol-v2.git?rev=v2.92.0#9d630045c170ef382c2355996cec0f9ecdb9fb8f" +version = "2.96.0" +source = "git+https://github.com/drift-labs/protocol-v2.git?rev=v2.96.0#44fd13f7baa904669a8ec5754188358c62f38a30" dependencies = [ "ahash 0.8.6", "anchor-lang", @@ -1553,7 +1553,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openbook-v2-light" version = "0.1.0" -source = "git+https://github.com/drift-labs/protocol-v2.git?rev=v2.92.0#9d630045c170ef382c2355996cec0f9ecdb9fb8f" +source = "git+https://github.com/drift-labs/protocol-v2.git?rev=v2.96.0#44fd13f7baa904669a8ec5754188358c62f38a30" dependencies = [ "anchor-lang", "borsh 0.10.3", @@ -2594,7 +2594,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "switchboard" version = "0.1.0" -source = "git+https://github.com/drift-labs/protocol-v2.git?rev=v2.92.0#9d630045c170ef382c2355996cec0f9ecdb9fb8f" +source = "git+https://github.com/drift-labs/protocol-v2.git?rev=v2.96.0#44fd13f7baa904669a8ec5754188358c62f38a30" dependencies = [ "anchor-lang", ] @@ -2602,7 +2602,7 @@ dependencies = [ [[package]] name = "switchboard-on-demand" version = "0.1.0" -source = "git+https://github.com/drift-labs/protocol-v2.git?rev=v2.92.0#9d630045c170ef382c2355996cec0f9ecdb9fb8f" +source = "git+https://github.com/drift-labs/protocol-v2.git?rev=v2.96.0#44fd13f7baa904669a8ec5754188358c62f38a30" dependencies = [ "anchor-lang", "bytemuck", diff --git a/programs/jit-proxy/Cargo.toml b/programs/jit-proxy/Cargo.toml index 2042e87b..245949aa 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.92.0", features = ["cpi", "mainnet-beta"]} +drift = { git = "https://github.com/drift-labs/protocol-v2.git", rev = "v2.96.0", features = ["cpi", "mainnet-beta"]} static_assertions = "1.1.0" ahash = "=0.8.6"