From: Evgeny Khramtsov Date: Sun, 22 Sep 2019 16:42:29 +0000 (+0300) Subject: Fix unicode processing in ejabberd.yml X-Git-Tag: 19.09~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=faefad746e09534525930a43d6d3d70915f4e7f6;p=ejabberd Fix unicode processing in ejabberd.yml --- diff --git a/rebar.config b/rebar.config index 27e05ff0e..0a72b7595 100644 --- a/rebar.config +++ b/rebar.config @@ -27,7 +27,7 @@ {idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}}, {xmpp, ".*", {git, "https://github.com/processone/xmpp", "f3517a9"}}, {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.20"}}}, - {yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.0"}}}, + {yconf, ".*", {git, "https://github.com/processone/yconf", "2842f2c"}}, {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}}, {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.5"}}}, {pkix, ".*", {git, "https://github.com/processone/pkix", "91636e7"}},