Skip to content

Commit d8a3e45

Browse files
deps: bump parking_lot from 0.12.2 to 0.12.3
Pull-Request: #5425.
1 parent 914e9c8 commit d8a3e45

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ multiaddr = { workspace = true }
2121
multihash = { workspace = true }
2222
multistream-select = { workspace = true }
2323
once_cell = "1.19.0"
24-
parking_lot = "0.12.2"
24+
parking_lot = "0.12.3"
2525
pin-project = "1.1.5"
2626
quick-protobuf = "0.8"
2727
rand = "0.8"

transports/dns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async-trait = "0.1.80"
1616
futures = { workspace = true }
1717
libp2p-core = { workspace = true }
1818
libp2p-identity = { workspace = true }
19-
parking_lot = "0.12.2"
19+
parking_lot = "0.12.3"
2020
hickory-resolver = { version = "0.24.0", default-features = false, features = ["system-config"] }
2121
smallvec = "1.13.2"
2222
tracing = { workspace = true }

transports/quic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if-watch = "3.2.0"
1717
libp2p-core = { workspace = true }
1818
libp2p-tls = "0.4.0"
1919
libp2p-identity = { workspace = true }
20-
parking_lot = "0.12.2"
20+
parking_lot = "0.12.3"
2121
quinn = { version = "0.11.1", default-features = false, features = ["rustls", "futures-io"] }
2222
rand = "0.8.5"
2323
rustls = { version = "0.23.8", default-features = false }

transports/websocket-websys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ futures = { workspace = true }
1616
js-sys = "0.3.69"
1717
libp2p-core = { workspace = true }
1818
tracing = { workspace = true }
19-
parking_lot = "0.12.2"
19+
parking_lot = "0.12.3"
2020
send_wrapper = "0.6.0"
2121
thiserror = "1.0.61"
2222
wasm-bindgen = "0.2.90"

transports/websocket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ either = "1.12.0"
1616
futures = { workspace = true }
1717
libp2p-core = { workspace = true }
1818
libp2p-identity = { workspace = true }
19-
parking_lot = "0.12.2"
19+
parking_lot = "0.12.3"
2020
pin-project-lite = "0.2.14"
2121
rw-stream-sink = { workspace = true }
2222
soketto = "0.8.0"

0 commit comments

Comments
 (0)