From abeee837fc877456d40ac2aef578d330b2f9da61 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Wed, 6 Dec 2017 18:36:04 +0300 Subject: [PATCH] Bump xmpp and fast_xml revisions --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 748bdd3c9..74fb839bd 100644 --- a/rebar.config +++ b/rebar.config @@ -24,8 +24,8 @@ {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.12"}}}, {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.17"}}}, {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.10"}}}, - {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", "724ec0a"}}, - {xmpp, ".*", {git, "https://github.com/processone/xmpp", "dbbaed4edfc"}}, + {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", "f22a56d"}}, + {xmpp, ".*", {git, "https://github.com/processone/xmpp", "320e00a"}}, {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.12"}}}, {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}}, {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.2"}}},