From 0604029661697632a9d0e2439ece3763bb8daa64 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 14:24:37 -0700 Subject: [PATCH] Bump parking_lot from 0.7.1 to 0.10.0 (#8262) Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.7.1 to 0.10.0. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/0.7.1...0.10.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 2 +- remote-wallet/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0e4f435bb..4046d6ba1e 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 d6e4627cdf..cc8306ac9e 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"