diff --git a/Cargo.lock b/Cargo.lock index fad61442431..1f6d322ac79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3448,9 +3448,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[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 0ca90c9b4c9..0bc9106f2e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ fnv = "1.0" futures = "0.3.30" futures-util = "0.3.30" indexmap = { version = "2", features = ["serde"] } -parking_lot = { version = "0.12.1", features = ["deadlock_detection", "serde"] } +parking_lot = { version = "0.12.2", features = ["deadlock_detection", "serde"] } prost = "0.11.9" prost-wkt-types = "0.4.2" reqwest = { version = "0.12.4", default-features = false, features = ["http2", "stream", "rustls-tls", "blocking"] } diff --git a/lib/sparse/Cargo.toml b/lib/sparse/Cargo.toml index 142cfdfdc70..92799b88908 100644 --- a/lib/sparse/Cargo.toml +++ b/lib/sparse/Cargo.toml @@ -20,4 +20,4 @@ ordered-float = "4.2" rand = "0.8.5" validator = { workspace = true } itertools = "0.12.1" -parking_lot = "0.12.1" +parking_lot = "0.12.2"