diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-12-07 14:13:38 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-12-07 14:13:38 -0600 |
commit | b6d70568d858c901cd3a2d0c59a7af2d9ae95357 (patch) | |
tree | c139508d045f83945624c96f727ac160e2d03c4e | |
parent | b1da2ec0674df89599564252734bd4d794436425 (diff) |
upgrade certifi to latest release
-rw-r--r-- | rebar.config | 2 | ||||
-rw-r--r-- | rebar.lock | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index ce807b8..276acff 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ {deps, [{erlware_commons, "0.18.0"}, {ssl_verify_hostname, "1.0.5"}, - {certifi, "0.1.1"}, + {certifi, "0.3.0"}, {providers, "1.6.0"}, {getopt, "0.8.2"}, {bbmustache, "1.0.4"}, @@ -1,5 +1,5 @@ [{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.4">>},0}, - {<<"certifi">>,{pkg,<<"certifi">>,<<"0.1.1">>},0}, + {<<"certifi">>,{pkg,<<"certifi">>,<<"0.3.0">>},0}, {<<"cf">>,{pkg,<<"cf">>,<<"0.2.1">>},0}, {<<"cth_readable">>,{pkg,<<"cth_readable">>,<<"1.1.0">>},0}, {<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.18.0">>},0}, |