Skip to content

Commit 3fd5508

Browse files
committed
Sync 's2n-quic-h3' to fix upstream bug.
1 parent b453bd5 commit 3fd5508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/lib/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ version = "2.1.0"
121121
optional = true
122122

123123
[dependencies.s2n-quic]
124-
version = "1.36"
124+
version = "1.51"
125125
default-features = false
126126
features = ["provider-address-token-default", "provider-tls-rustls"]
127127
optional = true
128128

129129
[dependencies.s2n-quic-h3]
130130
git = "https://github.com/SergioBenitez/s2n-quic-h3.git"
131-
rev = "6613956"
131+
rev = "f832471"
132132
optional = true
133133

134134
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)