Skip to content

Commit

Permalink
deps: bump quinn from 0.11.0 to 0.11.1
Browse files Browse the repository at this point in the history
Pull-Request: #5426.
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 5b419a8 commit b57c85c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -18,7 +18,7 @@ libp2p-core = { workspace = true }
libp2p-tls = "0.4.0"
libp2p-identity = { workspace = true }
parking_lot = "0.12.2"
quinn = { version = "0.11.0", default-features = false, features = ["rustls", "futures-io"] }
quinn = { version = "0.11.1", default-features = false, features = ["rustls", "futures-io"] }
rand = "0.8.5"
rustls = { version = "0.23.5", default-features = false }
thiserror = "1.0.61"
Expand Down

0 comments on commit b57c85c

Please sign in to comment.