Skip to content

Commit

Permalink
bump certifi version
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Oct 25, 2022
1 parent d706e16 commit e3872f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{deps, [
{idna, "~>6.1.0"},
{mimerl, "~>1.1"},
{certifi, "~>2.9.0"},
{certifi, "~>2.10.0"},

This comment has been minimized.

Copy link
@robsonpeixoto

robsonpeixoto Dec 29, 2022

How insecure is pin just the major version keep to allow "always" use the latest priv/cacerts.pem without wait a new hackney version?

{certifi, "~> 2.10"} to get the range >= 2.10.0 and < 3.0.0

This comment has been minimized.

Copy link
@robsonpeixoto

robsonpeixoto Dec 29, 2022

About this subject: #712

{metrics, "~>1.0.0"},
{parse_trans, "3.3.1"},
{ssl_verify_fun, "~>1.1.0"},
Expand Down

0 comments on commit e3872f7

Please sign in to comment.