diff --git a/Cargo.lock b/Cargo.lock index 54d744746bd..93cc6e8eb45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4240,9 +4240,9 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" +checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb" dependencies = [ "lock_api", "parking_lot_core", diff --git a/Cargo.toml b/Cargo.toml index a7ab70ee433..85739db2330 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ tokio-stream = "0.1.15" tokio-tungstenite = "0.21.0" tungstenite = "0.21.0" crossbeam-queue = "0.3.11" -parking_lot = { version = "0.12.1" } +parking_lot = { version = "0.12.2" } once_cell = "1.19.0" tempfile = "3.10.1"