From 771aaa2901438f5ae44260f79eababd8f977a8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 07:15:29 +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] --- utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 2554964ab7..526234c2b7 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -18,7 +18,7 @@ rustc-hash = { version = "1", optional = true } rand = { version = "0.8", optional = true } serde = { version = "1.0", default-features = false, features = ["derive"], optional = true } serde_json = { version = "1", features = ["raw_value"], optional = true } -parking_lot = { version = "0.11", optional = true } +parking_lot = { version = "0.12", optional = true } [features] default = []