Skip to content

Commit

Permalink
bump certifi to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Mar 2, 2016
1 parent f5b5872 commit c88cc77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{deps, [
{idna, "1.1.0"},
{mimerl, "1.0.2"},
{certifi, "0.3.0"},
{certifi, "0.4.0"},
{metrics, "1.0.1"},
{ssl_verify_hostname, "1.0.5"}
]}.
Expand Down
2 changes: 1 addition & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Rebar2Deps0 = [{idna, ".*",

{certifi, ".*",
{git, "https://github.com/certifi/erlang-certifi",
{tag, "0.3.0"}}},
{tag, "0.4.0"}}},

{metrics, ".*",
{git, "https://github.com/benoitc/erlang-metrics",
Expand Down
4 changes: 2 additions & 2 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[{<<"certifi">>,{pkg,<<"certifi">>,<<"0.3.0">>},0},
[{<<"certifi">>,{pkg,<<"certifi">>,<<"0.4.0">>},0},
{<<"idna">>,{pkg,<<"idna">>,<<"1.1.0">>},0},
{<<"metrics">>,{pkg,<<"metrics">>,<<"1.0.0">>},0},
{<<"metrics">>,{pkg,<<"metrics">>,<<"1.0.1">>},0},
{<<"mimerl">>,{pkg,<<"mimerl">>,<<"1.0.2">>},0},
{<<"ssl_verify_hostname">>,{pkg,<<"ssl_verify_hostname">>,<<"1.0.5">>},0}].

0 comments on commit c88cc77

Please sign in to comment.