Skip to content

Commit

Permalink
Sync 's2n-quic-h3' to fix upstream bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Dec 2, 2024
1 parent b453bd5 commit 3fd5508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ version = "2.1.0"
optional = true

[dependencies.s2n-quic]
version = "1.36"
version = "1.51"
default-features = false
features = ["provider-address-token-default", "provider-tls-rustls"]
optional = true

[dependencies.s2n-quic-h3]
git = "https://github.com/SergioBenitez/s2n-quic-h3.git"
rev = "6613956"
rev = "f832471"
optional = true

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit 3fd5508

Please sign in to comment.