From 56d8e0f59f660f924a50e1f20562bf01982dc468 Mon Sep 17 00:00:00 2001 From: William Yang Date: Tue, 19 Oct 2021 13:54:43 +0200 Subject: [PATCH] feat(quic): bump quicer 0.0.9 --- apps/emqx/rebar.config.script | 2 +- rebar.config.erl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/emqx/rebar.config.script b/apps/emqx/rebar.config.script index a56403dec..7b60d1ae0 100644 --- a/apps/emqx/rebar.config.script +++ b/apps/emqx/rebar.config.script @@ -18,7 +18,7 @@ IsQuicSupp = fun() -> end, Bcrypt = {bcrypt, {git, "https://github.com/emqx/erlang-bcrypt.git", {branch, "0.6.0"}}}, -Quicer = {quicer, {git, "https://github.com/emqx/quic.git", {branch, "0.0.8"}}}, +Quicer = {quicer, {git, "https://github.com/emqx/quic.git", {branch, "0.0.9"}}}, ExtraDeps = fun(C) -> {deps, Deps0} = lists:keyfind(deps, 1, C), diff --git a/rebar.config.erl b/rebar.config.erl index a3f32d0c4..86ab38285 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -16,7 +16,7 @@ bcrypt() -> {bcrypt, {git, "https://github.com/emqx/erlang-bcrypt.git", {branch, "0.6.0"}}}. quicer() -> - {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.8"}}}. + {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.9"}}}. deps(Config) -> {deps, OldDeps} = lists:keyfind(deps, 1, Config),