Skip to content

Commit 4873f3a

Browse files
deps: bump quinn from 0.10.1 to 0.10.2
Pull-Request: #4298.
1 parent 17901b6 commit 4873f3a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

transports/quic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libp2p-tls = { workspace = true }
1919
libp2p-identity = { workspace = true }
2020
log = "0.4"
2121
parking_lot = "0.12.0"
22-
quinn = { version = "0.10.1", default-features = false, features = ["tls-rustls", "futures-io"] }
22+
quinn = { version = "0.10.2", default-features = false, features = ["tls-rustls", "futures-io"] }
2323
rand = "0.8.5"
2424
rustls = { version = "0.21.2", default-features = false }
2525
thiserror = "1.0.44"

0 commit comments

Comments
 (0)