diff --git a/rebar.config b/rebar.config index 7684ee60..2a190081 100644 --- a/rebar.config +++ b/rebar.config @@ -55,9 +55,9 @@ %% Pure Erlang QUIC + HTTP/3 stack {quic, "1.6.2"}, %% Pure Erlang HTTP/2 stack - {h2, "0.6.1"}, + {h2, "0.8.0"}, %% WebTransport client (HTTP/3 and HTTP/2) - powers the wt_* API - {webtransport, "0.2.6"}, + {webtransport, "0.3.0"}, {idna, "~>7.1.0"}, {mimerl, "~>1.4"}, {certifi, "~>2.16.0"},