osrd
osrd copied to clipboard
gateway: bump reqwest from 0.12.8 to 0.12.9 in /gateway
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::CertificateRevocationListssupport (by@ksenia-vazhdaevain seanmonstar/reqwest#2433)- Add crate features to enable webpki roots without selecting a rustls provider (by
@stevefan1999-personalin seanmonstar/reqwest#2447)- Fix
multipart::Part::file()to automatically include content-length (by@Mr-Pinein seanmonstar/reqwest#2459)- Fix proxy to internally no longer cache system proxy settings (by
@lanyeeeein seanmonstar/reqwest#2442)- Fix
connection_verbose()to output read logs (by@seanmonstarin seanmonstar/reqwest#2454)New Contributors
@lanyeeeemade their first contribution in seanmonstar/reqwest#2442@ksenia-vazhdaevamade their first contribution in seanmonstar/reqwest#2433@Mr-Pinemade their first contribution in seanmonstar/reqwest#2459@stevefan1999-personalmade 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::CertificateRevocationListssupport.- 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
797df2bv0.12.964aa7d1add webpki roots option for rustls no provider setup (#2447)598f857Add content length to async_impl::multipart file streams (#2459)d99e90dfix: re-enable verbose connection read logs (#2454)aba01fffeat: Add support for Certificate Revocation Lists (#2433)3ad6e02refactor: remove internal proxy sys cache (#2442)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)