Skip to content

Commit

Permalink
Version bump quinn to enforce patched quinn-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
finnbear authored and djc committed Sep 3, 2024
1 parent a8ec510 commit 59bccd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quinn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quinn"
version = "0.11.4"
version = "0.11.5"
license.workspace = true
repository.workspace = true
description = "Versatile QUIC transport protocol implementation"
Expand Down Expand Up @@ -38,7 +38,7 @@ bytes = { workspace = true }
futures-io = { workspace = true, optional = true }
rustc-hash = { workspace = true }
pin-project-lite = { workspace = true }
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.11.2", default-features = false }
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.11.7", default-features = false }
rustls = { workspace = true, optional = true }
smol = { workspace = true, optional = true }
socket2 = { workspace = true }
Expand Down

0 comments on commit 59bccd2

Please sign in to comment.