Skip to content

Commit 221dfae

Browse files
committed
bump to certifi 2.5.1
1 parent 3c09d69 commit 221dfae

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, "6.0.0"},
1919
{mimerl, "1.2.0"},
20-
{certifi, "2.5.0"},
20+
{certifi, "2.5.1"},
2121
{metrics, "1.0.1"},
2222
{ssl_verify_fun, "1.1.4"}
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.5.0"}}},
13+
{tag, "2.5.1"}}},
1414

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

0 commit comments

Comments
 (0)