Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-04-05 | 1.5 kB | |
v0.3.7 source code.tar.gz | 2024-04-05 | 107.0 kB | |
v0.3.7 source code.zip | 2024-04-05 | 153.8 kB | |
Totals: 3 Items | 262.3 kB | 0 |
tl;dr
- Features:
- Add ecc private key support to
tls()
config. - Fixes:
- Several dependency upgrades.
What's Changed
- deps: move rustls-pemfile crate to tls feature by @tottoto in https://github.com/seanmonstar/warp/pull/1069
- ECC private keys support for
tls
feature by @joseluisq in https://github.com/seanmonstar/warp/pull/1048 - Fix
cargo minimal-versions check
by @Finomnis in https://github.com/seanmonstar/warp/pull/1078 - deps: remove unused tokio-stream dependency by @tottoto in https://github.com/seanmonstar/warp/pull/1079
- deps: update to rustls 0.22 by @tottoto in https://github.com/seanmonstar/warp/pull/1081
- multipart: fallback to filename as part name by @wca in https://github.com/seanmonstar/warp/pull/1045
- deps: update tokio-tungstenite, tracing-log and async-compression dependency by @tottoto in https://github.com/seanmonstar/warp/pull/1085
- update to use handlebars v5 by @campeis in https://github.com/seanmonstar/warp/pull/1087
- style: clean up new rustc warnings by @seanmonstar in https://github.com/seanmonstar/warp/pull/1097
- ci: single required job by @seanmonstar in https://github.com/seanmonstar/warp/pull/1098
New Contributors
- @Finomnis made their first contribution in https://github.com/seanmonstar/warp/pull/1078
- @wca made their first contribution in https://github.com/seanmonstar/warp/pull/1045
Full Changelog: https://github.com/seanmonstar/warp/compare/v0.3.6...v0.3.7