From 3bf9ef02d6e803fe9f753777f5a829dda6d2453d Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Mon, 2 Sep 2024 20:27:27 -0700 Subject: [PATCH] Update 's2n-quic-h3' to work-around upstream bug. --- core/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Cargo.toml b/core/lib/Cargo.toml index 10eb5f17..0ce5f3a8 100644 --- a/core/lib/Cargo.toml +++ b/core/lib/Cargo.toml @@ -128,7 +128,7 @@ optional = true [dependencies.s2n-quic-h3] git = "https://github.com/SergioBenitez/s2n-quic-h3.git" -rev = "7aa3be0" +rev = "6613956" optional = true [target.'cfg(unix)'.dependencies]