Sourced from rustls-native-certs's releases.
0.8.1
We are bumping the MSRV to 1.71 across the rustls project to accomodate newer Rust features and dependencies.
What's Changed
- fix load_native_certs() error return, fix smoke tests by
@cpu
in rustls/rustls-native-certs#132- Clarify environment path handling code by
@djc
in rustls/rustls-native-certs#134- Rework README to point users to rustls-platform-verifier by
@djc
in rustls/rustls-native-certs#141- Use PEM decoding from rustls-pki-types directly by
@djc
in rustls/rustls-native-certs#145- Update dependencies & bump MSRV by
@djc
in rustls/rustls-native-certs#152
7331138
build(deps): bump schannel in the crates-io group across 1
directory7afbcda
Bump version to 0.8.172217dc
Upgrade to security-framework 36b453de
Update semver-compatible dependenciesc7a3395
Remove old release history from README13df7ca
Bump MSRV to 1.713147a4f
build(deps): bump rustls from 0.23.15 to 0.23.16 in the crates-io
groupc407a37
build(deps): bump rustls from 0.23.14 to 0.23.15 in the crates-io
group79dc22e
Use PEM decoding from rustls-pki-types directlyc44c331
Tweak Display impl for Error