diff options
author | Mickael Remond <mremond@process-one.net> | 2016-04-27 16:22:47 +0200 |
---|---|---|
committer | Mickael Remond <mremond@process-one.net> | 2016-04-27 16:22:47 +0200 |
commit | d18fe138aa8f7e056e25bf4ba7b07947e596a33d (patch) | |
tree | f37598b39194880fdbada329a3d2ea0a26993d50 | |
parent | Use fast_tls 1.0.3 (diff) |
Update esip and stun to match Fast TLS version
-rw-r--r-- | mix.lock | 4 | ||||
-rw-r--r-- | rebar.config | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -3,7 +3,7 @@ "cf": {:hex, :cf, "0.2.1"}, "eredis": {:hex, :eredis, "1.0.8"}, "erlware_commons": {:hex, :erlware_commons, "0.19.0"}, - "esip": {:hex, :esip, "1.0.3"}, + "esip": {:hex, :esip, "1.0.4"}, "exrm": {:hex, :exrm, "1.0.3"}, "ezlib": {:hex, :ezlib, "1.0.1"}, "fast_tls": {:hex, :fast_tls, "1.0.3"}, @@ -23,4 +23,4 @@ "relx": {:hex, :relx, "3.19.0"}, "sqlite3": {:hex, :sqlite3, "1.1.5"}, "stringprep": {:hex, :stringprep, "1.0.3"}, - "stun": {:hex, :stun, "1.0.2"}} + "stun": {:hex, :stun, "1.0.3"}} diff --git a/rebar.config b/rebar.config index e3bfe5e4e..dfce70753 100644 --- a/rebar.config +++ b/rebar.config @@ -13,8 +13,8 @@ {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.3"}}}, {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.3"}}}, {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.3"}}}, - {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.2"}}}, - {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.3"}}}, + {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.3"}}}, + {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.4"}}}, {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.3"}}}, {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.7"}}}, {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.1"}}}, |