Skip to content

Commit

Permalink
bump certifi library
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed Jun 11, 2024
1 parent 08aaafd commit d0994d4
Show file tree
Hide file tree
Showing 5 changed files with 503 additions and 214 deletions.
4 changes: 3 additions & 1 deletion apps/rebar/rebar.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ts=4 sw=4 ft=erlang et

%% Upgrade by calling 'rebar3 experimental vendor' and making sure
%% any manual patches (Eg. erlware_commons or relx) are kept.
{deps, [{erlware_commons, "1.7.0"},
{ssl_verify_fun, "1.1.6"},
{certifi, "2.11.0"},
{certifi, "2.13.0"},
{providers, "1.9.0"},
{getopt, "1.0.2"},
{bbmustache, "1.12.2"},
Expand Down
2 changes: 1 addition & 1 deletion vendor/certifi/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2022, Benoit Chesneau <[email protected]>.
Copyright (c) 2015-2023, Benoit Chesneau <[email protected]>.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion vendor/certifi/hex_metadata.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
{<<"links">>,[{<<"Github">>,<<"https://github.com/certifi/erlang-certifi">>}]}.
{<<"name">>,<<"certifi">>}.
{<<"requirements">>,[]}.
{<<"version">>,<<"2.11.0">>}.
{<<"version">>,<<"2.13.0">>}.
Loading

0 comments on commit d0994d4

Please sign in to comment.