From 6c4fb9d901e966b59dcd83be575ef78ae5a8125e Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Fri, 5 Jun 2026 11:15:12 +0200 Subject: [PATCH 1/2] Bump quic to 1.6.4 and webtransport to 0.3.2 --- NEWS.md | 8 ++++++++ rebar.config | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 9a52b45d..18b0c3be 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,13 @@ # NEWS +Unreleased +---------- + +### Dependencies + +- quic 1.6.3 -> 1.6.4. +- webtransport 0.3.1 -> 0.3.2. + 4.2.0 - 2026-06-03 ------------------ diff --git a/rebar.config b/rebar.config index 56511478..35d9aec4 100644 --- a/rebar.config +++ b/rebar.config @@ -53,11 +53,11 @@ {deps, [ %% Pure Erlang QUIC + HTTP/3 stack - {quic, "1.6.3"}, + {quic, "1.6.4"}, %% Pure Erlang HTTP/2 stack {h2, "0.8.0"}, %% WebTransport client (HTTP/3 and HTTP/2) - powers the wt_* API - {webtransport, "0.3.1"}, + {webtransport, "0.3.2"}, {idna, "~>7.1.0"}, {mimerl, "~>1.4"}, {certifi, "~>2.16.0"}, From 6af28e1c629bf7ca6faf699c22e5d9a4dcd6d5f6 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Fri, 5 Jun 2026 11:28:05 +0200 Subject: [PATCH 2/2] Bump certifi to 2.17.0 --- NEWS.md | 1 + rebar.config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 18b0c3be..f3ba0049 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,7 @@ Unreleased - quic 1.6.3 -> 1.6.4. - webtransport 0.3.1 -> 0.3.2. +- certifi 2.16.0 -> 2.17.0. 4.2.0 - 2026-06-03 ------------------ diff --git a/rebar.config b/rebar.config index 35d9aec4..fd6a0175 100644 --- a/rebar.config +++ b/rebar.config @@ -60,7 +60,7 @@ {webtransport, "0.3.2"}, {idna, "~>7.1.0"}, {mimerl, "~>1.4"}, - {certifi, "~>2.16.0"}, + {certifi, "~>2.17.0"}, {parse_trans, "3.4.1"}, {ssl_verify_fun, "~>1.1.0"} ]}.