From 1e8ac13e5e25b92cf10d1ae7a19b492614cd04f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 05:10:24 +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.12.0) --- updated-dependencies: - dependency-name: parking_lot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kube-runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube-runtime/Cargo.toml b/kube-runtime/Cargo.toml index 8a2f743e6..90a1ebdb0 100644 --- a/kube-runtime/Cargo.toml +++ b/kube-runtime/Cargo.toml @@ -26,7 +26,7 @@ derivative = "2.1.1" serde = "1.0.130" smallvec = "1.7.0" ahash = "0.7" -parking_lot = "0.11" +parking_lot = "0.12" pin-project = "1.0.2" tokio = { version = "1.14.0", features = ["time"] } tokio-util = { version = "0.6.8", features = ["time"] }