Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade ssl_verify_fun from 1.1.6 to 1.1.7
This fixes building with Elixir 1.15, avoiding error messages like ``` ==> ssl_verify_fun Compiling 7 files (.erl) src/ssl_verify_fun_cert_helpers.erl:13:14: can't find include lib "public_key/include/public_key.hrl" % 13| -include_lib("public_key/include/public_key.hrl"). % | ... src/ssl_verify_hostname.erl:76:38: record 'OTPCertificate' undefined % 76| Cert :: #'OTPCertificate'{}, % | ^ could not compile dependency :ssl_verify_fun, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile ssl_verify_fun --force", update it with "mix deps.update ssl_verify_fun" or clean it with "mix deps.clean ssl_verify_fun" ```
- Loading branch information