From b18e9306285424debaa0a42d41de66a0c5012747 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2019 16:00:35 +0000 Subject: [PATCH] Update parking_lot requirement from 0.9.0 to 0.10.0 Updates the requirements on [parking_lot](https://github.com/Amanieu/parking_lot) to permit the latest version. - [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.9.0...0.10.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 073c15f..69df25e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ jemallocator = "0.3.2" libsodium-sys-stable="1.18.2" log = { version = "0.4.8", features = ["std", "release_max_level_debug"] } net2 = "0.2.33" -parking_lot = "0.9.0" +parking_lot = "0.10.0" privdrop = "0.3.3" rand = "0.7.2" rustc-hash = "1"