From 6c7da4823859b74f75a93222b3ff67fd4263003d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 13:14:55 +0000 Subject: [PATCH] Update parking_lot requirement from 0.11 to 0.12 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.11.0...0.11.2) --- updated-dependencies: - dependency-name: parking_lot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- dyn-cache/Cargo.toml | 2 +- topo/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 25050569..406c624f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ wasm-bindgen = [ "dyn-cache/wasm-bindgen", "parking_lot/wasm-bindgen", "topo/was dyn-cache = { path = "dyn-cache", version = "0.12.2"} futures = "0.3.5" illicit = { path = "illicit", version = "1.1.2"} -parking_lot = "0.11" +parking_lot = "0.12" scopeguard = "1" topo = { path = "topo", version = "0.13.2"} tracing = "^0.1" diff --git a/dyn-cache/Cargo.toml b/dyn-cache/Cargo.toml index a5bbb2b7..648c99c0 100644 --- a/dyn-cache/Cargo.toml +++ b/dyn-cache/Cargo.toml @@ -22,7 +22,7 @@ downcast-rs = "1.1.1" hash_hasher = "2.0.3" hashbrown = "0.12.0" illicit = { path = "../illicit", version = "1.1.2"} -parking_lot = "0.11.0" +parking_lot = "0.12.0" paste = "1.0.0" [dev-dependencies] diff --git a/topo/Cargo.toml b/topo/Cargo.toml index 2ebea989..7494a9f5 100644 --- a/topo/Cargo.toml +++ b/topo/Cargo.toml @@ -21,7 +21,7 @@ wasm-bindgen = [ "dyn-cache/wasm-bindgen", "parking_lot/wasm-bindgen" ] dyn-cache = { path = "../dyn-cache", version = "0.12.2"} illicit = { path = "../illicit", version = "1.1.2"} once_cell = "1.4.0" -parking_lot = "0.11.0" +parking_lot = "0.12.0" topo-macro = { path = "macro", version = "0.10.0"} [dev-dependencies]