From faa0543c3d7b67b16691ab21c8b90fa7d0922564 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Fri, 16 Aug 2024 15:47:04 -0700 Subject: [PATCH] Pin 's2n-quic-h3' git dependency to a commit. --- core/lib/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lib/Cargo.toml b/core/lib/Cargo.toml index 004115a6..1dec9187 100644 --- a/core/lib/Cargo.toml +++ b/core/lib/Cargo.toml @@ -128,6 +128,7 @@ optional = true [dependencies.s2n-quic-h3] git = "https://github.com/SergioBenitez/s2n-quic-h3.git" +rev = "865fd25" optional = true [target.'cfg(unix)'.dependencies]