diff --git a/Cargo.lock b/Cargo.lock index a0e4f435b..4046d6ba1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4328,7 +4328,7 @@ dependencies = [ "dialoguer 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "hidapi 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 0.24.0", "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index d6e4627cd..cc8306ac9 100644 --- a/remote-wallet/Cargo.toml +++ b/remote-wallet/Cargo.toml @@ -13,7 +13,7 @@ base32 = "0.4.0" dialoguer = "0.5.0" hidapi = { version = "1.1.1", default-features = false } log = "0.4.8" -parking_lot = "0.7" +parking_lot = "0.10" semver = "0.9" solana-sdk = { path = "../sdk", version = "0.24.0" } thiserror = "1.0"