dependabot[bot] 2 weeks ago committed by GitHub
commit c2fff8701b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated

@ -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",

@ -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"

Loading…
Cancel
Save