diff --git a/Cargo.lock b/Cargo.lock index c0a287a..f31a38f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,7 +24,7 @@ dependencies = [ "eyre", "log", "p256 0.13.2", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "pem-rfc7468", "pkcs8 0.10.2", "rand 0.8.5", @@ -56,7 +56,7 @@ dependencies = [ "futures-util", "log", "once_cell", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "pin-project-lite 0.2.13", "smallvec", "tokio 1.37.0", @@ -1990,7 +1990,7 @@ dependencies = [ "futures-util", "log", "notify 6.1.1", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "rustls 0.23.8", "rustls-pemfile 2.1.2", "tokio 1.37.0", @@ -3413,7 +3413,7 @@ checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" dependencies = [ "futures-core", "lock_api", - "parking_lot 0.12.2", + "parking_lot 0.12.3", ] [[package]] @@ -3573,7 +3573,7 @@ dependencies = [ "futures-timer", "no-std-compat", "nonzero_ext", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "quanta", "rand 0.8.5", "smallvec", @@ -5391,9 +5391,9 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb" +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ "lock_api", "parking_lot_core 0.9.9", @@ -5930,7 +5930,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93" dependencies = [ "log", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "scheduled-thread-pool", ] @@ -6661,7 +6661,7 @@ version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19" dependencies = [ - "parking_lot 0.12.2", + "parking_lot 0.12.3", ] [[package]] @@ -6888,7 +6888,7 @@ dependencies = [ "env_logger", "futures-util", "log", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "tokio 1.37.0", "tokio-stream", ] @@ -6955,7 +6955,7 @@ dependencies = [ "actix-web-lab", "env_logger", "log", - "parking_lot 0.12.2", + "parking_lot 0.12.3", ] [[package]] @@ -7408,7 +7408,7 @@ checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" dependencies = [ "new_debug_unreachable", "once_cell", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "phf_shared 0.10.0", "precomputed-hash", "serde", @@ -7891,7 +7891,7 @@ dependencies = [ "libc", "mio 0.8.9", "num_cpus", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "pin-project-lite 0.2.13", "signal-hook-registry", "socket2 0.5.5", @@ -7965,7 +7965,7 @@ dependencies = [ "futures-channel", "futures-util", "log", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "percent-encoding", "phf 0.11.2", "pin-project-lite 0.2.13", @@ -8243,7 +8243,7 @@ dependencies = [ "lazy_static", "log", "lru-cache", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "resolv-conf", "smallvec", "thiserror",