Skip to content

Commit d1c6b4b

Browse files
authored
Merge pull request #930 from benoitc/deps/h2-webtransport-bump
Bump h2 to 0.12.0 and webtransport to 0.4.5
2 parents affd91d + e77b7b7 commit d1c6b4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
%% Pure Erlang QUIC + HTTP/3 stack
5656
{quic, "~>1.8.0"},
5757
%% Pure Erlang HTTP/2 stack
58-
{h2, "~>0.11.0"},
58+
{h2, "~>0.12.0"},
5959
%% WebTransport client (HTTP/3 and HTTP/2) - powers the wt_* API
60-
{webtransport, "~>0.4.4"},
60+
{webtransport, "~>0.4.5"},
6161
{idna, "~>7.1.0"},
6262
{mimerl, "~>1.5"},
6363
{certifi, "~>2.17.0"},

0 commit comments

Comments
 (0)