benoitc / hackney

simple HTTP client in Erlang
Other
1.34k stars 427 forks source link

bump ssl_verify_fun to 1.1.5 #575

Closed aboroska closed 5 years ago

aboroska commented 5 years ago

To get rid of the ===> ... ssl_verify_fun.app" is missing description entry warning produced by the latest rebar3.

chulkilee commented 5 years ago

I'm wondering whether hackney should pin down all package versions. Is there any reason we don't use ~> for deps?

benoitc commented 5 years ago

@chulkilee main reason is that you can't trust a lib is really doing what is advertised by this version number. that is just that :) Discussion of it can be moved in a ticket though :)