Skip to content

Commit d82acc0

Browse files
deps: bump parking_lot from 0.12.3 to 0.12.5
Pull-Request: #6339.
1 parent ee58a52 commit d82acc0

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

Cargo.lock

Lines changed: 7 additions & 8 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
@@ -20,7 +20,7 @@ libp2p-identity = { workspace = true, features = ["peerid", "ed25519"] }
2020
multiaddr = { workspace = true }
2121
multihash = { workspace = true }
2222
multistream-select = { workspace = true }
23-
parking_lot = "0.12.3"
23+
parking_lot = "0.12.5"
2424
pin-project = "1.1.11"
2525
quick-protobuf = "0.8"
2626
rand = "0.8"

transports/dns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
1414
futures = { workspace = true }
1515
libp2p-core = { workspace = true }
1616
libp2p-identity = { workspace = true }
17-
parking_lot = "0.12.3"
17+
parking_lot = "0.12.5"
1818
hickory-resolver = { workspace = true, features = ["system-config"] }
1919
smallvec = "1.15.1"
2020
tracing = { workspace = true }

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.3"
19+
parking_lot = "0.12.5"
2020
pin-project-lite = "0.2.17"
2121
rw-stream-sink = { workspace = true }
2222
soketto = "0.8.0"

0 commit comments

Comments
 (0)