From 3fd5508629e42e3cb2a188d9a31cde7eb8026111 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Mon, 2 Dec 2024 10:58:14 +0100 Subject: [PATCH] Sync 's2n-quic-h3' to fix upstream bug. --- core/lib/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/lib/Cargo.toml b/core/lib/Cargo.toml index 0ce5f3a854..a2ed3b40dc 100644 --- a/core/lib/Cargo.toml +++ b/core/lib/Cargo.toml @@ -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]