v0.3.7
tl;dr
- Features:
- Add ecc private key support to
tls()config.
- Add ecc private key support to
- Fixes:
- Several dependency upgrades.
What's Changed
- deps: move rustls-pemfile crate to tls feature by @tottoto in #1069
- ECC private keys support for
tlsfeature by @joseluisq in #1048 - Fix
cargo minimal-versions checkby @Finomnis in #1078 - deps: remove unused tokio-stream dependency by @tottoto in #1079
- deps: update to rustls 0.22 by @tottoto in #1081
- multipart: fallback to filename as part name by @wca in #1045
- deps: update tokio-tungstenite, tracing-log and async-compression dependency by @tottoto in #1085
- update to use handlebars v5 by @campeis in #1087
- style: clean up new rustc warnings by @seanmonstar in #1097
- ci: single required job by @seanmonstar in #1098
New Contributors
Full Changelog: v0.3.6...v0.3.7