From 0d2342eaae65bac35d1d81cfeed4db5135974c93 Mon Sep 17 00:00:00 2001 From: Anoushk Kharangate <32778608+anoushk1234@users.noreply.github.com> Date: Fri, 29 Mar 2024 18:15:13 +0530 Subject: [PATCH 1/2] Update Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2634b6fc78..41d9cc21d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -471,6 +471,7 @@ crossbeam-epoch = { git = "https://github.com/solana-labs/crossbeam", rev = "fd2 # comments and the overrides in sync. solana-program = { path = "sdk/program" } solana-zk-token-sdk = { path = "zk-token-sdk" } +solana-sdk = { path = "sdk"} # # === zeroize versioning issues === # From 5a6b327b1c778a5c73c5777e366bd86d1d181898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 09:15:14 +0000 Subject: [PATCH 2/2] build(deps): bump zeroize from 1.3.0 to 1.8.1 Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.3.0 to 1.8.1. - [Commits](https://github.com/RustCrypto/utils/compare/zeroize_derive-v1.3.0...zeroize-v1.8.1) --- updated-dependencies: - dependency-name: zeroize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a7a8c5550..ea01468bfe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9393,9 +9393,9 @@ dependencies = [ [[package]] name = "zeroize" -version = "1.3.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd" +checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" dependencies = [ "zeroize_derive", ] diff --git a/Cargo.toml b/Cargo.toml index 41d9cc21d1..86b30524cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -430,7 +430,7 @@ winapi = "0.3.8" winreg = "0.50" x509-parser = "0.14.0" # See "zeroize versioning issues" below if you are updating this version. -zeroize = { version = "1.3", default-features = false } +zeroize = { version = "1.8", default-features = false } zstd = "0.11.2" [patch.crates-io]