From c3e1c8a0546c15fbb4192fd34806184a15786ce4 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Sun, 9 Oct 2022 10:31:26 +0800 Subject: [PATCH] chore(coap): update gen_coap to v0.4.3 --- apps/emqx_coap/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_coap/rebar.config b/apps/emqx_coap/rebar.config index e1da2c197..3ec4e9fdb 100644 --- a/apps/emqx_coap/rebar.config +++ b/apps/emqx_coap/rebar.config @@ -1,4 +1,4 @@ {deps, [ - {gen_coap, {git, "https://github.com/emqx/gen_coap", {tag, "v0.4.2"}}} + {gen_coap, {git, "https://github.com/emqx/gen_coap", {tag, "v0.4.3"}}} ]}.