From b3c3ed0471f58a487cc7222cbbf21cfd5738169f Mon Sep 17 00:00:00 2001 From: frank <98238480+soundsonacid@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:06:47 -0500 Subject: [PATCH] frank/update jit prog dep (#46) * update jit proxy * sdk: release v0.10.348 --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- rust/Cargo.lock | 2 +- rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index abbabd94..3ec8995a 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1944,7 +1944,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jit-proxy" version = "0.10.2" -source = "git+https://github.com/soundsonacid/jit-proxy#ff3ee0c48e0aaae38dd6b777f3856f150e7528bf" +source = "git+https://github.com/drift-labs/jit-proxy#8d5234f68d11d9f5c9311425c074ae34998d697f" dependencies = [ "anchor-lang", "anchor-spl", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 1e66e9e9..68c7ddc0 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] anchor-client = "0.27.0" -jit-proxy = { git = "https://github.com/soundsonacid/jit-proxy", commit = "740bc36" } +jit-proxy = { git = "https://github.com/drift-labs/jit-proxy", commit = "8c38e3e" } solana-sdk = "1.14.16" drift-sdk = { git = "https://github.com/drift-labs/drift-rs", commit = "755d40d" } tokio = { version = "1.35.1", features = ["full"] }