From 1d9175f7fe3a8c4f390249b51aeed0e1cbeae271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 11:16:36 +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] --- simag_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simag_core/Cargo.toml b/simag_core/Cargo.toml index f2a977f..78973cb 100644 --- a/simag_core/Cargo.toml +++ b/simag_core/Cargo.toml @@ -18,7 +18,7 @@ nom = "6.1" num_cpus = "1.13" log = "0.4" once_cell = "1.7" -parking_lot = "0.11" +parking_lot = "0.12" rayon = "1.5" serde = { version = "1.0", optional = true, features = ["derive", "rc"] } uuid = { version = "0.8", features = ["v4"]}