diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2017-06-27 15:02:23 +0200 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2017-06-27 15:02:23 +0200 |
commit | aac190255bdf4824ffc2bb5c92f5c72f5eea4c4b (patch) | |
tree | 646317881a2bd3903dfde7a4efe93b71af34df6f | |
parent | Improve update-deps-releases deps parsing (diff) |
Update fast_tls
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 194306b6b..27ddb4e29 100644 --- a/rebar.config +++ b/rebar.config @@ -22,7 +22,7 @@ {tag, {if_version_above, "17", "3.4.2", "3.2.1"}}}}, {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.9"}}}, {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.8"}}}, - {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.12"}}}, + {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", "17bfcb769cb6573c53497e01957fffccd384cf6a"}}, {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.9"}}}, {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.23"}}}, {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.1.12"}}}, |