diff --git a/Cargo.lock b/Cargo.lock index 7b9b9db..2ea8ce7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -759,9 +759,9 @@ checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" [[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 46bb5ee..0d07947 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ libsodium-sys-stable = "1.20.5" log = { version = "0.4.21", features = ["std", "release_max_level_debug"] } mimalloc = { version = "0.1.41", default-features = false } socket2 = "0.5.6" -parking_lot = "0.12.1" +parking_lot = "0.12.2" rand = "0.8.5" rlimit = "0.10.1" rustc-hash = "1.1.0"