diff --git a/Cargo.lock b/Cargo.lock index 2a7a8c5550..48be5ebe33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8350,18 +8350,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "thiserror" -version = "1.0.56" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.56" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2634b6fc78..d5728739e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -410,7 +410,7 @@ tar = "0.4.40" tarpc = "0.29.0" tempfile = "3.9.0" test-case = "3.3.1" -thiserror = "1.0.56" +thiserror = "1.0.61" tiny-bip39 = "0.8.2" # Update solana-tokio patch below when updating this version tokio = "1.29.1" @@ -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 === #