mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-26 22:07:42 +02:00
feat(tls): add crate feature for rustls native root certs (#506)
This commit is contained in:
@ -2,7 +2,8 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
- Added support to `http` crate version `1.0`.
|
||||
- Add `rustls-0_21-native-roots` and `rustls-0_20-native-roots` crate features which utilize the `rustls-native-certs` crate to enable a `native_roots_cert_store()` functions in each rustls-based `connect` module.
|
||||
- Implement `Host` for `http::Uri` (`http` crate version `1`).
|
||||
|
||||
## 3.1.1
|
||||
|
||||
|
Reference in New Issue
Block a user