build(deps): update reqwest requirement from 0.11 to 0.12 in /rust-mcp-server-syncable-cli
Closed
Number: #26
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
July 07, 2025 at 12:28 PM UTC
(12 months ago)
(12 months ago)
Updated:
August 02, 2025 at 10:10 AM UTC
(11 months ago)
(11 months ago)
Closed:
August 02, 2025 at 10:10 AM UTC
(11 months ago)
(11 months ago)
Time to Close:
26 days
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.22
tl;dr
- Fix socks proxies when resolving IPv6 destinations.
What's Changed
- fix(socks): bracket IPv6 addresses when formatting destination host by
@0x676e67in seanmonstar/reqwest#2753- Prepare v0.12.22 by
@seanmonstarin seanmonstar/reqwest#2754Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.21...v0.12.22
Changelog
Sourced from reqwest's changelog.
v0.12.22
- Fix socks proxies when resolving IPv6 destinations.
v0.12.21
- Fix socks proxy to use
socks4a://instead ofsocks4h://.- Fix
Error::is_timeout()to check for hyper and IO timeouts too.- Fix request
Errorto again include URLs when possible.- Fix socks connect error to include more context.
- (wasm) implement
DefaultforBody.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.
... (truncated)
Commits
e6e2d8av0.12.22a9ab0fafix(socks): bracket IPv6 addresses when formatting destination host (#2753)b739726v0.12.21d9ecdc1fix: add more context and description to SOCKS errors (#2750)d4c9eecfix: look for socks4a instead of socks4h (#2732)d793ed2(wasm) feat: add Default impl for wasm::Body (#2746)4cb2866fix: Error::is_timeout() checks for hyper::Error::is_timeout() (#2742)1794d99fix: request errors should include url (#2741)9edbd2etests: fix typos in multipart and redirect tests (#2738)e03d6f4docs: mention requiring Tokio (#2731)- 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: | 4475531 |
| UUID: | 2646618358 |
| Node ID: | PR_kwDOO9bNc86dwDD2 |
| Host: | GitHub |
| Repository: | syncable-dev/syncable-cli-mcp-server |
| Mergeable: | Yes |
| Merge State: | Clean |