From f734d4a94f17918ca1aca4c4ed5f28ae214b88c3 Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Thu, 17 Oct 2024 05:02:19 +0000 Subject: [PATCH] Update Rust crate parking_lot to 0.12.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a99b43f..3027f83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1515,9 +1515,9 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.12.1" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ "lock_api", "parking_lot_core", diff --git a/Cargo.toml b/Cargo.toml index b91987e..edbbe87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ json-patch = '0.3' lazy_static = '1' log = '0.4' lru = '0.9' -parking_lot = '0.12' +parking_lot = '0.12.3' riker = '0.4' riker-patterns = '0.4' serde_derive = '1.0'