From 2ec4eb1fcc132bb074d14dc06b432817b905c6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 06:54:39 +0000 Subject: [PATCH] chore(deps): bump parking_lot from 0.12.2 to 0.12.3 Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.2 to 0.12.3. - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.2...0.12.3) --- updated-dependencies: - dependency-name: parking_lot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/curp/Cargo.toml | 2 +- crates/engine/Cargo.toml | 2 +- crates/simulation/Cargo.toml | 2 +- crates/utils/Cargo.toml | 2 +- crates/xline/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 35dc9a882..3f1f78b08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1983,9 +1983,9 @@ checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" [[package]] name = "parking_lot" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb" +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ "lock_api", "parking_lot_core", diff --git a/crates/curp/Cargo.toml b/crates/curp/Cargo.toml index 9d55eac8a..ce8889350 100644 --- a/crates/curp/Cargo.toml +++ b/crates/curp/Cargo.toml @@ -30,7 +30,7 @@ indexmap = "2.2.6" itertools = "0.12" madsim = { version = "0.2.27", features = ["rpc", "macros"] } opentelemetry = { version = "0.21.0", features = ["metrics"] } -parking_lot = "0.12.2" +parking_lot = "0.12.3" priority-queue = "2.0.2" prost = "0.12.3" rand = "0.8.5" diff --git a/crates/engine/Cargo.toml b/crates/engine/Cargo.toml index 29556309a..334784359 100644 --- a/crates/engine/Cargo.toml +++ b/crates/engine/Cargo.toml @@ -17,7 +17,7 @@ bincode = "1.3.3" bytes = "1.4.0" clippy-utilities = "0.2.0" opentelemetry = { version = "0.21.0", features = ["metrics"] } -parking_lot = "0.12.2" +parking_lot = "0.12.3" rocksdb = { version = "0.22.0", features = ["multi-threaded-cf"] } serde = { version = "1.0.199", features = ["derive"] } thiserror = "1.0.61" diff --git a/crates/simulation/Cargo.toml b/crates/simulation/Cargo.toml index b0fe74fac..438c1e272 100644 --- a/crates/simulation/Cargo.toml +++ b/crates/simulation/Cargo.toml @@ -19,7 +19,7 @@ engine = { path = "../engine" } futures = "0.3.29" itertools = "0.12" madsim = "0.2.27" -parking_lot = "0.12.2" +parking_lot = "0.12.3" prost = "0.12.3" tempfile = "3" tokio = { version = "0.2.25", package = "madsim-tokio", features = [ diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index 96a2bc3b5..769af6479 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -25,7 +25,7 @@ derive_builder = "0.20.0" getset = "0.1" opentelemetry = { version = "0.22.0", features = ["trace"] } opentelemetry_sdk = { version = "0.22.1", features = ["trace"] } -parking_lot = { version = "0.12.2", optional = true } +parking_lot = { version = "0.12.3", optional = true } pbkdf2 = { version = "0.12.2", features = ["simple"] } petgraph = "0.6.4" rand = "0.8.5" diff --git a/crates/xline/Cargo.toml b/crates/xline/Cargo.toml index 09d404ebd..f8a21dcca 100644 --- a/crates/xline/Cargo.toml +++ b/crates/xline/Cargo.toml @@ -45,7 +45,7 @@ opentelemetry-otlp = { version = "0.15.0", features = [ ] } opentelemetry-prometheus = { version = "0.15.0" } opentelemetry_sdk = { version = "0.22.1", features = ["metrics", "rt-tokio"] } -parking_lot = "0.12.2" +parking_lot = "0.12.3" pbkdf2 = { version = "0.12.2", features = ["simple"] } priority-queue = "2.0.2" prometheus = "0.13.4"