Skip to content

Commit

Permalink
deps(quic): update quinn to 0.11.6
Browse files Browse the repository at this point in the history
Among other changes, it includes a fix for this issue which often reproduces with libp2p: quinn-rs/quinn#1889

Pull-Request: #5757.
  • Loading branch information
kalabukdima authored Dec 25, 2024
1 parent c40338d commit 69cf073
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
40 changes: 24 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion transports/quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if-watch = "3.2.0"
libp2p-core = { workspace = true }
libp2p-tls = { workspace = true }
libp2p-identity = { workspace = true }
quinn = { version = "0.11.2", default-features = false, features = ["rustls", "futures-io"] }
quinn = { version = "0.11.6", default-features = false, features = ["rustls", "futures-io"] }
rand = "0.8.5"
rustls = { version = "0.23.9", default-features = false }
thiserror = { workspace = true }
Expand Down

0 comments on commit 69cf073

Please sign in to comment.