[PR #648] [MERGED] build(deps): bump reqwest from 0.12.4 to 0.12.5 #846

Closed
opened 2026-05-22 21:54:48 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/648
Author: @dependabot[bot]
Created: 6/24/2024
Status: Merged
Merged: 6/25/2024
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/reqwest-0.12.5


📝 Commits (1)

  • f2ee06f build(deps): bump reqwest from 0.12.4 to 0.12.5

📊 Changes

2 files changed (+104 additions, -13 deletions)

View changed files

📝 Cargo.lock (+103 -12)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps reqwest from 0.12.4 to 0.12.5.

Release notes

Sourced from reqwest's releases.

v0.12.5

What's Changed

  • Add http3 feature back, still requiring reqwest_unstable.
  • Add rustls-tls-no-provider Cargo feature to use rustls without a crypto provider.
  • Add blocking::ClientBuilder::dns_resolver() method to change DNS resolver in blocking client.
  • Fix Accept-Encoding header combinations.
  • Fix http3 resolving IPv6 addresses.
  • Internal: upgrade to rustls 0.23.

New Contributors

Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.4...v0.12.5

Changelog

Sourced from reqwest's changelog.

v0.12.5

  • Add blocking::ClientBuilder::dns_resolver() method to change DNS resolver in blocking client.
  • Add http3 feature back, still requiring reqwest_unstable.
  • Add rustls-tls-no-provider Cargo feature to use rustls without a crypto provider.
  • Fix Accept-Encoding header combinations.
  • Fix http3 resolving IPv6 addresses.
  • Internal: upgrade to rustls 0.23.
Commits
  • 29d4cff v0.12.5
  • a7880d6 tests: fix http3 tests
  • c32d877 tests: enable http3 content-length test
  • ce3b30e http3: send content-length if known
  • 404df59 test: add http3 test server support
  • e5ce0b5 fix: don't enable hyper-rustls/http2 unless http2 is already enabled
  • ccb5e40 Don't compile hyper-tls with native-roots unless rustls-tls-native-roots is e...
  • c56fbae tests: remove a proxy parse error check
  • 8cc7cd4 msrv: pin url
  • 695bc04 fix: http3 resolving ipv6 addresses (#2305)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/648 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/24/2024 **Status:** ✅ Merged **Merged:** 6/25/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/reqwest-0.12.5` --- ### 📝 Commits (1) - [`f2ee06f`](https://github.com/JakeStanger/ironbar/commit/f2ee06f2347736feca8dc2bcdbf70e241514c362) build(deps): bump reqwest from 0.12.4 to 0.12.5 ### 📊 Changes **2 files changed** (+104 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+103 -12) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.4 to 0.12.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p> <blockquote> <h2>v0.12.5</h2> <h2>What's Changed</h2> <ul> <li>Add <code>http3</code> feature back, still requiring <code>reqwest_unstable</code>.</li> <li>Add <code>rustls-tls-no-provider</code> Cargo feature to use rustls without a crypto provider.</li> <li>Add <code>blocking::ClientBuilder::dns_resolver()</code> method to change DNS resolver in blocking client.</li> <li>Fix <code>Accept-Encoding</code> header combinations.</li> <li>Fix http3 resolving IPv6 addresses.</li> <li>Internal: upgrade to rustls 0.23.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bnjmnjrk"><code>@​bnjmnjrk</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2253">seanmonstar/reqwest#2253</a></li> <li><a href="https://github.com/d-e-s-o"><code>@​d-e-s-o</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2257">seanmonstar/reqwest#2257</a></li> <li><a href="https://github.com/mger1"><code>@​mger1</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2260">seanmonstar/reqwest#2260</a></li> <li><a href="https://github.com/nickguletskii"><code>@​nickguletskii</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2268">seanmonstar/reqwest#2268</a></li> <li><a href="https://github.com/lenstr"><code>@​lenstr</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2271">seanmonstar/reqwest#2271</a></li> <li><a href="https://github.com/torokati44"><code>@​torokati44</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2274">seanmonstar/reqwest#2274</a></li> <li><a href="https://github.com/jayvdb"><code>@​jayvdb</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2284">seanmonstar/reqwest#2284</a></li> <li><a href="https://github.com/adamaq01"><code>@​adamaq01</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2288">seanmonstar/reqwest#2288</a></li> <li><a href="https://github.com/asonix"><code>@​asonix</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2301">seanmonstar/reqwest#2301</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.4...v0.12.5">https://github.com/seanmonstar/reqwest/compare/v0.12.4...v0.12.5</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p> <blockquote> <h2>v0.12.5</h2> <ul> <li>Add <code>blocking::ClientBuilder::dns_resolver()</code> method to change DNS resolver in blocking client.</li> <li>Add <code>http3</code> feature back, still requiring <code>reqwest_unstable</code>.</li> <li>Add <code>rustls-tls-no-provider</code> Cargo feature to use rustls without a crypto provider.</li> <li>Fix <code>Accept-Encoding</code> header combinations.</li> <li>Fix http3 resolving IPv6 addresses.</li> <li>Internal: upgrade to rustls 0.23.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/29d4cff234b37065632512f002b9785700c51aa8"><code>29d4cff</code></a> v0.12.5</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/a7880d625726ec07edc5bd9d0368b86e0de17c86"><code>a7880d6</code></a> tests: fix http3 tests</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/c32d87723ee1a6ff501b69d027bd387369937e4f"><code>c32d877</code></a> tests: enable http3 content-length test</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ce3b30e1581d4b4e7e55a5551761f13381435d72"><code>ce3b30e</code></a> http3: send content-length if known</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/404df599c963e336b5419e4c8eec72ed5f18e4fc"><code>404df59</code></a> test: add http3 test server support</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/e5ce0b5ea38d685dd07ecd6b1b456ca2b7c236e4"><code>e5ce0b5</code></a> fix: don't enable hyper-rustls/http2 unless http2 is already enabled</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ccb5e40a5d68c93dd696963bb7ca5b09ce116c81"><code>ccb5e40</code></a> Don't compile hyper-tls with native-roots unless rustls-tls-native-roots is e...</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/c56fbae99862763b4d834ca749ea2d1c6b8bb9ce"><code>c56fbae</code></a> tests: remove a proxy parse error check</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/8cc7cd4d35836085452051dc5be55e305f754923"><code>8cc7cd4</code></a> msrv: pin url</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/695bc0463726bb243e235f17c7f8833974835ec8"><code>695bc04</code></a> fix: http3 resolving ipv6 addresses (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2305">#2305</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.4...v0.12.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reqwest&package-manager=cargo&previous-version=0.12.4&new-version=0.12.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 21:54:48 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#846
No description provided.