diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2021-11-02 12:34:19 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2021-11-02 12:34:19 +0100 |
commit | 6e3df8e80bffda97a24c76f75377f2ed5eea648e (patch) | |
tree | 9c782f5f7d5be5b08b1812e9b9381581e2121bfb | |
parent | mod_muc_room.hrl: Work around old Dialyzer bug (diff) |
Update 'stun' dependency
The new 'stun' release should improve UDP performance quite a bit.
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 77d017c9..f0d916e8 100644 --- a/rebar.config +++ b/rebar.config @@ -58,7 +58,7 @@ {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3", {tag, "1.1.13"}}}}, {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.27"}}}, {if_var_true, stun, - {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.44"}}}}, + {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.45"}}}}, {xmpp, ".*", {git, "https://github.com/processone/xmpp", "a85dc699ff02471ecad08d85e3bed87c57c48aba"}}, {yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.12"}}} ]}. |