From b865b45080acc275a3e9e4c6399a877881406ddb Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Wed, 3 Jun 2026 20:48:48 +0200 Subject: [PATCH] Bump quic to 1.6.2 Brings cross-signed expired-root recovery to the QUIC TLS stack, so HTTP/3 and WebTransport-over-HTTP/3 handle an expired cross-signed root (e.g. Let's Encrypt ISRG Root X2 cross-signed by the expired X1), matching the fix already in place for HTTP/1.1 and HTTP/2. --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 9682458d..7684ee60 100644 --- a/rebar.config +++ b/rebar.config @@ -53,7 +53,7 @@ {deps, [ %% Pure Erlang QUIC + HTTP/3 stack - {quic, "1.6.1"}, + {quic, "1.6.2"}, %% Pure Erlang HTTP/2 stack {h2, "0.6.1"}, %% WebTransport client (HTTP/3 and HTTP/2) - powers the wt_* API