v/0.22.0
Release notes
- Use tokio 1.0, hyper 0.14, and rustls 0.19. Thanks to @paolobarbolini and @messense.
- Rework how the certificate store is chosen: now by an explicit API rather than implicitly by crate features. Thanks to @djc.
What's Changed
- correct typo in comment by @nwtgck in #116
- build(deps): update tokio-rustls requirement from 0.14.0 to 0.20.0 by @dependabot-preview in #118
- build(deps): update bytes requirement from 0.5 to 0.6 by @dependabot-preview in #119
- build(deps): update tokio requirement from 0.2.4 to 0.3.4 by @dependabot-preview in #126
- Panic if no trust anchors are found by @djc in #125
- Upgrade to tokio 1.0 - hyper 0.14 by @paolobarbolini in #135
- Force backend choice through API rather than features by @djc in #134
New Contributors
Full Changelog: v/0.21.0...v/0.22.0