chore(deps): bump reqwest from 0.11.27 to 0.12.19
Open
Number: #8
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: None
Comments: 0
Association: None
Comments: 0
Created:
June 06, 2025 at 04:47 AM UTC
(about 1 year ago)
(about 1 year ago)
Updated:
June 06, 2025 at 04:47 AM UTC
(about 1 year ago)
(about 1 year ago)
Labels:
dependencies rust
dependencies rust
Description:
Bumps reqwest from 0.11.27 to 0.12.19.
Release notes
Sourced from reqwest's releases.
v0.12.19
What's Changed
- refactor: report custom reason phrase in error message by
@chanbengzin seanmonstar/reqwest#2697- fix: only check scheme after Policy return
followby@linyihaiin seanmonstar/reqwest#2710- ci: check cookies feature on wasm target by
@seanmonstarin seanmonstar/reqwest#2711- fix(redirect): Using
tower-httppatch to fix invalidcontent-lengthheader by@linyihaiin seanmonstar/reqwest#2709Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.18...v0.12.19
v0.12.18
What's Changed
- Fix compilation when
socksenabled without TLS.v0.12.17
What's Changed
- build: Fix compilation issues on macOS by
@0x676e67in seanmonstar/reqwest#2696v0.12.16
Highlights
- Add
ClientBuilder::http3_congestion_bbr()to enable BBR congestion control.- Add
ClientBuilder::http3_send_grease()to configure whether to send use QUIC grease.- Add
ClientBuilder::http3_max_field_section_size()to configure the maximum response headers.- Add
ClientBuilder::tcp_keepalive_interval()to configure TCP probe interval.- Add
ClientBuilder::tcp_keepalive_retries()to configure TCP probe count.- Add
Proxy::headers()to add extra headers that should be sent to a proxy.- Fix
redirect::Policy::limit()which had an off-by-1 error, allowing 1 more redirect than specified.- Fix HTTP/3 to support streaming request bodies.
- (wasm) Fix null bodies when calling
Response::bytes_stream().What's Changed
- Clarify that
Response::content_length()is not derived from aContent-Lengthheader in docs by@babolivierin seanmonstar/reqwest#2588- docs: link to
char::REPLACEMENT_CHARACTERby@marcospb19in seanmonstar/reqwest#1880- feat: add H3 client config support by
@smalls0098in seanmonstar/reqwest#2609- chore: update brotli to v7 by
@nyurikin seanmonstar/reqwest#2620- Do not pull in an entirely different DEFLATE implementation just for tests by
@Shnatselin seanmonstar/reqwest#2625- chore: fix some typos in comment by
@xixishidibeiin seanmonstar/reqwest#2628- fix(wasm): handle null body in bytes_stream by
@alongubkinin seanmonstar/reqwest#2632ClientBuilder::interfaceon macOS/Solarish OSes by@hawkwin seanmonstar/reqwest#2623- ci: use ubuntu-latest in nightly job by
@seanmonstarin seanmonstar/reqwest#2646- feat: BBR congestion control for http3 by
@threeninesixsevenin seanmonstar/reqwest#2642- feat: Add extentions for Request by
@Xuanwoin seanmonstar/reqwest#2647- refactor: Store request timeout in request extensions instead by
@Xuanwoin seanmonstar/reqwest#2650- chore: make ci pass by
@linyihaiin seanmonstar/reqwest#2666- update h3 dependencys by
@Ruben2424in seanmonstar/reqwest#2670- Document reqwest can make TLS and cookie requests with Wasm by
@nickbabcockin seanmonstar/reqwest#2661- fix(redirect): make the number of redirects of policy matches its maximum limit. by
@linyihaiin seanmonstar/reqwest#2664
... (truncated)
Changelog
Sourced from reqwest's changelog.
v0.12.19
- Fix redirect that changes the method to GET should remove payload headers.
- Fix redirect to only check the next scheme if the policy action is to follow.
- (wasm) Fix compilation error if
cookiesfeature is enabled (by the way, it's a noop feature in wasm).v0.12.18
- Fix compilation when
socksenabled without TLS.v0.12.17
- Fix compilation on macOS.
v0.12.16
- Add
ClientBuilder::http3_congestion_bbr()to enable BBR congestion control.- Add
ClientBuilder::http3_send_grease()to configure whether to send use QUIC grease.- Add
ClientBuilder::http3_max_field_section_size()to configure the maximum response headers.- Add
ClientBuilder::tcp_keepalive_interval()to configure TCP probe interval.- Add
ClientBuilder::tcp_keepalive_retries()to configure TCP probe count.- Add
Proxy::headers()to add extra headers that should be sent to a proxy.- Fix
redirect::Policy::limit()which had an off-by-1 error, allowing 1 more redirect than specified.- Fix HTTP/3 to support streaming request bodies.
- (wasm) Fix null bodies when calling
Response::bytes_stream().v0.12.15
- Fix Windows to support both
ProxyOverrideandNO_PROXY.- Fix http3 to support streaming response bodies.
- Fix http3 dependency from public API misuse.
v0.12.14
- Fix missing
fetch_mode_no_cors(), marking as deprecated when not on WASM.v0.12.13
- Add
Form::into_reader()for blockingmultipartforms.- Add
Form::into_stream()for asyncmultipartforms.- Add support for SOCKS4a proxies.
- Fix decoding responses with multiple zstd frames.
- Fix
RequestBuilder::form()from overwriting a previously setContent-Typeheader, like the other builder methods.- Fix cloning of request timeout in
blocking::Request.- Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
- Fix Windows system proxy to use
ProxyOverrideas aNO_PROXYvalue.- Fix blocking read to correctly reserve and zero read buffer.
- (wasm) Add support for request timeouts.
- (wasm) Fix
Error::is_timeout()to return true when from a request timeout.
... (truncated)
Commits
8cf142bv0.12.1935b6c83fix(redirect): Usingtower-httppatch to fix invalidcontent-lengthheade...a54c4cfdisable util::add_cookie_header on wasm targetsa7a2db1ci: check cookies feature on wasm target522638dfix: only check scheme after redirect Policy returnfollow(#2710)2fde244ci: apparently dependabot doesn't understand increase-if-necessary35a6601refactor: report custom reason phrase in error message (#2697)5e03d04chore(ci): make dependabot tell us of breaking changes we could upgrade to (#...595c80bv0.12.18f279ad1fix compilation if socks is enabled without tls- Additional commits viewable 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)
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+58
+58
Deletions:
-221
-221
Package Dependencies
Technical Details
| ID: | 58573 |
| UUID: | 2572442302 |
| Node ID: | PR_kwDOO23kBc6ZVFq- |
| Host: | GitHub |
| Repository: | syncable-dev/syncable-cli |
| Mergeable: | Yes |
| Merge State: | Clean |
| Rebaseable: | Yes |