Skip to content

Commit 07e4a35

Browse files
committed
bump certifi to 2.3.0
1 parent fb11144 commit 07e4a35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{deps, [
1818
{idna, "5.1.1"},
1919
{mimerl, "1.0.2"},
20-
{certifi, "2.0.0"},
20+
{certifi, "2.3.0"},
2121
{metrics, "1.0.1"},
2222
{ssl_verify_fun, "1.1.1"}
2323
]}.

rebar.config.script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Rebar2Deps0 = [{idna, ".*",
1010

1111
{certifi, ".*",
1212
{git, "https://github.com/certifi/erlang-certifi",
13-
{tag, "2.0.0"}}},
13+
{tag, "2.3.0"}}},
1414

1515
{metrics, ".*",
1616
{git, "https://github.com/benoitc/erlang-metrics",

0 commit comments

Comments
 (0)