v/0.3.2
- Fixed loading of native certificates using
rustls-native-certs
on FreeBSD systems using thewebpki
based UNIX verifier. - Reduced transitive dependencies for platforms requiring a
webpki
dependency. Notably this avoids the unconditional inclusion ofring
.
What's Changed
- android: more detail for test config verify exception by @cpu in #75
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #89
- Fix clippy tvOS build, resolve cargo audit finding, fix expired cert by @cpu in #91
- proj: add initial Nix flake support by @cpu in #73
- Minimise features demanded from rustls-webpki crate by @ctz in #103
- Enable
rustls_native_certs::load_native_certs
on FreeBSD by @rami3l in #105 - build(deps): bump reactivecircus/android-emulator-runner from 2.30.1 to 2.31.0 by @dependabot in #96
- Cargo: version 0.3.1 -> 0.3.2 by @cpu in #106
New Contributors
- @dependabot made their first contribution in #89
- @ctz made their first contribution in #103
- @rami3l made their first contribution in #105
Full Changelog: v/0.3.1...v/0.3.2