From cf6550daa6148b1bf3af3aec6ef2727f82ac1c16 Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Mon, 31 Jul 2017 08:42:33 -0400 Subject: Upgrade certifi dependencies Get more up-to-date root certs. This was blocked for a while because certifi wouldn't build on windows, but this is now fixed, with minimal changes to the use case -- only a small change in the bootstrap script is required. The new certifi lib is also a few megabytes lighter than before, which is good for rebar3. --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index e3d0604..122a696 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ {deps, [{erlware_commons, "1.0.0"}, {ssl_verify_fun, "1.1.1"}, - {certifi, "0.4.0"}, + {certifi, "2.0.0"}, {providers, "1.6.0"}, {getopt, "0.8.2"}, {bbmustache, "1.3.0"}, -- cgit v1.1 From c359bb0c1a49797d1074a6156e81b304892782bc Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Mon, 31 Jul 2017 09:00:13 -0400 Subject: Also upgrade ssl_verify_fun while we're at it --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 122a696..cc42b85 100644 --- a/rebar.config +++ b/rebar.config @@ -2,7 +2,7 @@ %% ex: ts=4 sw=4 ft=erlang et {deps, [{erlware_commons, "1.0.0"}, - {ssl_verify_fun, "1.1.1"}, + {ssl_verify_fun, "1.1.2"}, {certifi, "2.0.0"}, {providers, "1.6.0"}, {getopt, "0.8.2"}, -- cgit v1.1