Skip to content

Commit a5cd598

Browse files
authored
fix(deps): update rust crate reqwest to 0.12.23 (#88)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [reqwest](https://redirect.github.com/seanmonstar/reqwest) | workspace.dependencies | patch | `0.12.22` -> `0.12.23` | --- ### Release Notes <details> <summary>seanmonstar/reqwest (reqwest)</summary> ### [`v0.12.23`](https://redirect.github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01223) [Compare Source](https://redirect.github.com/seanmonstar/reqwest/compare/v0.12.22...v0.12.23) - Add `ClientBuilder::unix_socket(path)` option that will force all requests over that Unix Domain Socket. - Add `ClientBuilder::retries(policy)` and `reqwest::retry::Builder` to configure automatic retries. - Add `ClientBuilder::dns_resolver2()` with more ergonomic argument bounds, allowing more resolver implementations. - Add `http3_*` options to `blocking::ClientBuilder`. - Fix default TCP timeout values to enabled and faster. - Fix SOCKS proxies to default to port 1080 - (wasm) Add cache methods to `RequestBuilder`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day 24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jerus-org/captval). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents fa555f6 + 2f82c60 commit a5cd598

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3939
- deps: update rust crate tokio to 1.46.1(pr [#85])
4040
- deps: update rust crate mockd to 0.4.51(pr [#86])
4141
- deps: update rust crate proc-macro2 to 1.0.101(pr [#87])
42+
- deps: update rust crate reqwest to 0.12.23(pr [#88])
4243

4344
## [0.1.2] - 2025-05-15
4445

@@ -200,6 +201,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
200201
[#85]: https://github.com/jerus-org/captval/pull/85
201202
[#86]: https://github.com/jerus-org/captval/pull/86
202203
[#87]: https://github.com/jerus-org/captval/pull/87
204+
[#88]: https://github.com/jerus-org/captval/pull/88
203205
[Unreleased]: https://github.com/jerus-org/captval/compare/v0.1.2...HEAD
204206
[0.1.2]: https://github.com/jerus-org/captval/compare/v0.1.0...v0.1.2
205207
[0.1.0]: https://github.com/jerus-org/captval/releases/tag/v0.1.0

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ itertools = "0.14.0"
1414
proc-macro2 = "1.0.101"
1515
proc-macro-error2 = "2.0.1"
1616
quote = "1.0.40"
17-
reqwest = { version = "0.12.22", default-features = false, features = [
17+
reqwest = { version = "0.12.23", default-features = false, features = [
1818
"json",
1919
"http2",
2020
] }

0 commit comments

Comments
 (0)