From 87bbd9cb02a5ccae9da49bfe81d4b5b4f08e47e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Tue, 28 Jul 2020 14:04:00 +0200 Subject: [PATCH] Update stun --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 25c29447a..f52580b33 100644 --- a/rebar.config +++ b/rebar.config @@ -56,7 +56,7 @@ {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3", {tag, "1.1.8"}}}}, {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.21"}}}, {if_var_true, stun, - {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.36"}}}}, + {stun, ".*", {git, "https://github.com/processone/stun", "cbc87be382fd07918c590320099806f4b9c2747b"}}}, {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.4.8"}}}, {yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.6"}}} ]}.