From 3c933b8f6572e06d8adf8c6da0bd3762be8bcac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Feb 2022 23:23:22 +0800 Subject: [PATCH] build(deps): update parking_lot requirement from ^0.11 to ^0.12 (#434) Signed-off-by: Jan Berktold --- 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 }