Skip to content

Commit b1a91c0

Browse files
authored
fix: Change certifi dependency to a minimum version. (#150)
Fixes: #149
1 parent 1f5c022 commit b1a91c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{uuid, "2.0.2", {pkg, uuid_erl}},
88
{eredis, "1.7.1"},
99
{yamerl, "0.10.0"},
10-
{certifi, "2.14.0"}
10+
{certifi, "~> 2.14"}
1111
]}.
1212

1313
{profiles, [

0 commit comments

Comments
 (0)