Skip to content

Commit 73c13da

Browse files
committed
bump ssl_verify_fun version
1 parent 597e756 commit 73c13da

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
{mimerl, "1.0.2"},
2020
{certifi, "2.4.2"},
2121
{metrics, "1.0.1"},
22-
{ssl_verify_fun, "1.1.1"}
22+
{ssl_verify_fun, "1.1.4"}
2323
]}.
2424

2525
{profiles, [{docs, [{deps,
2626
[
2727
{edown,
2828
{git, "https://github.com/uwiger/edown.git",
29-
{tag, "0.8"}}}
29+
{tag, "0.8.1"}}}
3030
]},
3131

3232
{edoc_opts, [{doclet, edown_doclet},

rebar.config.script

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

1919
{ssl_verify_fun, ".*",
2020
{git, "https://github.com/deadtrickster/ssl_verify_fun.erl",
21-
{tag, "1.1.1"}}}],
21+
{tag, "1.1.4"}}}],
2222

2323

2424
Rebar2Deps = case os:getenv("TEST") of

rebar.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{<<"metrics">>,{pkg,<<"metrics">>,<<"1.0.1">>},0},
55
{<<"mimerl">>,{pkg,<<"mimerl">>,<<"1.0.2">>},0},
66
{<<"parse_trans">>,{pkg,<<"parse_trans">>,<<"3.3.0">>},1},
7-
{<<"ssl_verify_fun">>,{pkg,<<"ssl_verify_fun">>,<<"1.1.1">>},0},
7+
{<<"ssl_verify_fun">>,{pkg,<<"ssl_verify_fun">>,<<"1.1.4">>},0},
88
{<<"unicode_util_compat">>,{pkg,<<"unicode_util_compat">>,<<"0.4.1">>},1}]}.
99
[
1010
{pkg_hash,[
@@ -13,6 +13,6 @@
1313
{<<"metrics">>, <<"25F094DEA2CDA98213CECC3AEFF09E940299D950904393B2A29D191C346A8486">>},
1414
{<<"mimerl">>, <<"993F9B0E084083405ED8252B99460C4F0563E41729AB42D9074FD5E52439BE88">>},
1515
{<<"parse_trans">>, <<"09765507A3C7590A784615CFD421D101AEC25098D50B89D7AA1D66646BC571C1">>},
16-
{<<"ssl_verify_fun">>, <<"28A4D65B7F59893BC2C7DE786DEC1E1555BD742D336043FE644AE956C3497FBE">>},
16+
{<<"ssl_verify_fun">>, <<"F0EAFFF810D2041E93F915EF59899C923F4568F4585904D010387ED74988E77B">>},
1717
{<<"unicode_util_compat">>, <<"D869E4C68901DD9531385BB0C8C40444EBF624E60B6962D95952775CAC5E90CD">>}]}
1818
].

0 commit comments

Comments
 (0)