Update Rust crate reqwest to v0.12.14 #36

Merged
renovate-bot merged 1 commits from renovate/reqwest-0.x-lockfile into main 2025-03-18 01:00:46 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
reqwest dependencies patch 0.12.12 -> 0.12.14

Release Notes

seanmonstar/reqwest (reqwest)

v0.12.14

Compare Source

What's Changed

Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.13...v0.12.14

v0.12.13

Compare Source

  • Add Form::into_reader() for blocking multipart forms.
  • Add Form::into_stream() for async multipart forms.
  • Add support for SOCKS4a proxies.
  • Fix decoding responses with multiple zstd frames.
  • Fix RequestBuilder::form() from overwriting a previously set Content-Type header, 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 ProxyOverride as a NO_PROXY value.
  • 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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [reqwest](https://github.com/seanmonstar/reqwest) | dependencies | patch | `0.12.12` -> `0.12.14` | --- ### Release Notes <details> <summary>seanmonstar/reqwest (reqwest)</summary> ### [`v0.12.14`](https://github.com/seanmonstar/reqwest/releases/tag/v0.12.14) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.13...v0.12.14) #### What's Changed - re-add fetch_mode_no_cors shim when not in wasm, but deprecated by [@&#8203;seanmonstar](https://github.com/seanmonstar) in https://github.com/seanmonstar/reqwest/pull/2598 **Full Changelog**: https://github.com/seanmonstar/reqwest/compare/v0.12.13...v0.12.14 ### [`v0.12.13`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01213) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.12...v0.12.13) - Add `Form::into_reader()` for blocking `multipart` forms. - Add `Form::into_stream()` for async `multipart` forms. - Add support for SOCKS4a proxies. - Fix decoding responses with multiple zstd frames. - Fix `RequestBuilder::form()` from overwriting a previously set `Content-Type` header, 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 `ProxyOverride` as a `NO_PROXY` value. - 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. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-03-12 01:03:21 +01:00
Update Rust crate reqwest to v0.12.13
Some checks failed
tests / fmt (push) Successful in 52s
tests / build (push) Successful in 4m36s
tests / test (push) Failing after 4m41s
tests / clippy (push) Successful in 2m26s
tests / pre-commit (push) Successful in 2m6s
c4c1c99a49
renovate-bot changed title from Update Rust crate reqwest to v0.12.13 to Update Rust crate reqwest to v0.12.14 2025-03-13 01:02:04 +01:00
renovate-bot force-pushed renovate/reqwest-0.x-lockfile from c4c1c99a49 to e7fbffe836 2025-03-13 01:02:06 +01:00 Compare
renovate-bot force-pushed renovate/reqwest-0.x-lockfile from e7fbffe836 to 2a9ba12c5c 2025-03-14 01:02:37 +01:00 Compare
renovate-bot force-pushed renovate/reqwest-0.x-lockfile from 2a9ba12c5c to 8da292d9c2 2025-03-16 01:01:25 +01:00 Compare
renovate-bot force-pushed renovate/reqwest-0.x-lockfile from 8da292d9c2 to 1e0a55af39 2025-03-17 01:02:33 +01:00 Compare
renovate-bot force-pushed renovate/reqwest-0.x-lockfile from 1e0a55af39 to aa302e4bb5 2025-03-17 01:04:54 +01:00 Compare
renovate-bot merged commit aa302e4bb5 into main 2025-03-18 01:00:46 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jheuel/ohrwurm#36