Bump reqwest from 0.12.8 to 0.12.9
Bumps reqwest from 0.12.8 to 0.12.9.
Release notes
Sourced from reqwest's releases.
v0.12.9
What's Changed
- Add
tls::CertificateRevocationLists
support (by@ksenia-vazhdaeva
in seanmonstar/reqwest#2433)- Add crate features to enable webpki roots without selecting a rustls provider (by
@stevefan1999-personal
in seanmonstar/reqwest#2447)- Fix
multipart::Part::file()
to automatically include content-length (by@Mr-Pine
in seanmonstar/reqwest#2459)- Fix proxy to internally no longer cache system proxy settings (by
@lanyeeee
in seanmonstar/reqwest#2442)- Fix
connection_verbose()
to output read logs (by@seanmonstar
in seanmonstar/reqwest#2454)New Contributors
@lanyeeee
made their first contribution in seanmonstar/reqwest#2442@ksenia-vazhdaeva
made their first contribution in seanmonstar/reqwest#2433@Mr-Pine
made their first contribution in seanmonstar/reqwest#2459@stevefan1999-personal
made their first contribution in seanmonstar/reqwest#2447Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.8...v0.12.9
Changelog
Sourced from reqwest's changelog.
v0.12.9
- Add
tls::CertificateRevocationLists
support.- Add crate features to enable webpki roots without selecting a rustls provider.
- Fix
connection_verbose()
to output read logs.- Fix
multipart::Part::file()
to automatically include content-length.- Fix proxy to internally no longer cache system proxy settings.
Commits
-
797df2b
v0.12.9 -
64aa7d1
add webpki roots option for rustls no provider setup (#2447) -
598f857
Add content length to async_impl::multipart file streams (#2459) -
d99e90d
fix: re-enable verbose connection read logs (#2454) -
aba01ff
feat: Add support for Certificate Revocation Lists (#2433) -
3ad6e02
refactor: remove internal proxy sys cache (#2442) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts