From 66144629bf4837d2e56c831c5fae4ef756050130 Mon Sep 17 00:00:00 2001 From: terry-xiaoyu <506895667@qq.com> Date: Sat, 20 Jun 2020 15:00:24 +0800 Subject: [PATCH] feature(json) update jiffy to 1.0.5 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 4f9c1990e..76c927a78 100644 --- a/rebar.config +++ b/rebar.config @@ -4,7 +4,7 @@ {deps, [{gproc, {git, "https://github.com/uwiger/gproc", {tag, "0.8.0"}}}, - {jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.4"}}}, + {jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.5"}}}, {cowboy, {git, "https://github.com/emqx/cowboy", {tag, "2.7.1"}}}, {esockd, {git, "https://github.com/emqx/esockd", {tag, "5.7.0"}}}, {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.7.3"}}},