From 1c942b80457bae38f31bb9a54683a306238bb199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 07:04:44 +0000 Subject: [PATCH] build(deps): 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c23e0b89..904dc68a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ cfg-if = "^1.0" fnv = "^1.0" lazy_static = "^1.4" libc = { version = "^0.2", optional = true } -parking_lot = "^0.11" +parking_lot = "^0.12" protobuf = { version = "^2.0", optional = true } memchr = "^2.3" reqwest = { version = "^0.11", features = ["blocking"], optional = true }