aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2016-04-27 16:18:24 +0200
committerChristophe Romain <christophe.romain@process-one.net>2016-04-27 16:18:24 +0200
commitd6f02a51e41f303818bbb04bd0411f97e437151e (patch)
treec0341812d9aa8b2abfa4f59973b1a805beafb585
parentImprove detection of databases supported by modules (#1092) (diff)
Use fast_tls 1.0.3
-rw-r--r--mix.lock2
-rw-r--r--rebar.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/mix.lock b/mix.lock
index defb6f10c..ab9debefb 100644
--- a/mix.lock
+++ b/mix.lock
@@ -6,7 +6,7 @@
"esip": {:hex, :esip, "1.0.3"},
"exrm": {:hex, :exrm, "1.0.3"},
"ezlib": {:hex, :ezlib, "1.0.1"},
- "fast_tls": {:hex, :fast_tls, "1.0.2"},
+ "fast_tls": {:hex, :fast_tls, "1.0.3"},
"fast_xml": {:hex, :fast_xml, "1.1.11"},
"fast_yaml": {:hex, :fast_yaml, "1.0.3"},
"getopt": {:hex, :getopt, "0.8.2"},
diff --git a/rebar.config b/rebar.config
index c0f7adf4b..e3bfe5e4e 100644
--- a/rebar.config
+++ b/rebar.config
@@ -10,7 +10,7 @@
{deps, [{lager, ".*", {git, "https://github.com/basho/lager", {tag, "3.0.2"}}},
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.4"}}},
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.2"}}},
- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.2"}}},
+ {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"}}},