diff --git a/rebar.config b/rebar.config index 94b99821..cc009f0b 100644 --- a/rebar.config +++ b/rebar.config @@ -55,9 +55,9 @@ %% Pure Erlang QUIC + HTTP/3 stack {quic, "~>1.8.0"}, %% Pure Erlang HTTP/2 stack - {h2, "~>0.11.0"}, + {h2, "~>0.12.0"}, %% WebTransport client (HTTP/3 and HTTP/2) - powers the wt_* API - {webtransport, "~>0.4.4"}, + {webtransport, "~>0.4.5"}, {idna, "~>7.1.0"}, {mimerl, "~>1.5"}, {certifi, "~>2.17.0"},