build(deps): update reqwest requirement from 0.11 to 0.12 in /rust-mcp-server-syncable-cli
Closed
Number: #12
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
June 24, 2025 at 08:44 PM UTC
(12 months ago)
(12 months ago)
Updated:
June 24, 2025 at 09:26 PM UTC
(12 months ago)
(12 months ago)
Closed:
June 24, 2025 at 09:26 PM UTC
(12 months ago)
(12 months ago)
Time to Close:
42 minutes
Labels:
dependencies rust
dependencies rust
Description:
Updates the requirements on reqwest to permit the latest version.
Release notes
Sourced from reqwest's releases.
v0.12.20
Highlights
- Add
ClientBuilder::tcp_user_timeout(Duration)option to setTCP_USER_TIMEOUT.- Fix proxy headers only using the first matched proxy.
- (wasm) Fix re-adding
Error::is_status().What's Changed
- fix(client): apply authorization header to first matching proxy only by
@0x676e67in seanmonstar/reqwest#2714- wasm: re-add Error::is_status() by
@seanmonstarin seanmonstar/reqwest#2720- properly match error variants in test by
@Ruben2424in seanmonstar/reqwest#2721- refactor: reduce size of Pending request future by
@seanmonstarin seanmonstar/reqwest#2725- feat: add tcp_user_timeout builder option by
@seanmonstarin seanmonstar/reqwest#2724- refactor: use hyper-util Socks connectors by
@seanmonstarin seanmonstar/reqwest#2726- Remove some unused dependencies by
@DaniPopesin seanmonstar/reqwest#2716New Contributors
@DaniPopesmade their first contribution in seanmonstar/reqwest#2716Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.19...v0.12.20
Changelog
Sourced from reqwest's changelog.
v0.12.20
- Add
ClientBuilder::tcp_user_timeout(Duration)option to setTCP_USER_TIMEOUT.- Fix proxy headers only using the first matched proxy.
- (wasm) Fix re-adding
Error::is_status().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.
... (truncated)
Commits
099ae80v0.12.204bccf41chore: remove some unused dependencies (#2716)9248770refactor: use hyper-util Socks connectors (#2726)334837cfeat: add tcp_user_timeout builder option (#2724)13487fbrefactor: reduce size of Pending request future (#2725)a26879dtests: properly match http3 error variants (#2721)65102c9wasm: re-add Error::is_status() (#2720)f94c5cdfix(proxy): apply headers to first matching proxy only (#2714)8cf142bv0.12.1935b6c83fix(redirect): Usingtower-httppatch to fix invalidcontent-lengthheade...- 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:
1
1
Additions:
+1
+1
Deletions:
-1
-1
Package Dependencies
Technical Details
| ID: | 2250388 |
| UUID: | 2616129450 |
| Node ID: | PR_kwDOO9bNc86b7veq |
| Host: | GitHub |
| Repository: | syncable-dev/syncable-cli-mcp-server |
| Mergeable: | Yes |
| Merge State: | Clean |
| Rebaseable: | Yes |