[PR #3457] [CLOSED] build(deps): bump reqwest from 0.13.1 to 0.13.2 #3863

Closed
opened 2026-03-16 12:06:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3457
Author: @dependabot[bot]
Created: 2/12/2026
Status: Closed

Base: mainHead: dependabot/cargo/reqwest-0.13.2


📝 Commits (1)

  • da840ac build(deps): bump reqwest from 0.13.1 to 0.13.2

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps reqwest from 0.13.1 to 0.13.2.

Changelog

Sourced from reqwest's changelog.

v0.13.2

  • Fix HTTP/2 and native-tls ALPN feature combinations.
  • Fix HTTP/3 to send h3 ALPN.
  • (wasm) fix RequestBuilder::json() from override previously set content-type.
Commits

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 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/hickory-dns/hickory-dns/pull/3457 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/12/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/reqwest-0.13.2` --- ### 📝 Commits (1) - [`da840ac`](https://github.com/hickory-dns/hickory-dns/commit/da840ac01702102e07004a9468a9025bdd6c4979) build(deps): bump reqwest from 0.13.1 to 0.13.2 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.1 to 0.13.2. <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.13.2</h2> <ul> <li>Fix HTTP/2 and native-tls ALPN feature combinations.</li> <li>Fix HTTP/3 to send h3 ALPN.</li> <li>(wasm) fix <code>RequestBuilder::json()</code> from override previously set content-type.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/ad83b63824385a4e5758d263db707549bbe59ba7"><code>ad83b63</code></a> v0.13.2</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/c25f3db7b3b94b2f531ff0b89c7c2608c19387b1"><code>c25f3db</code></a> chore: Add Windows and Linux arm64 to CI (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2960">#2960</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/761b89e8d26c8a448ca473af1d1255c7616c0879"><code>761b89e</code></a> chore: upgrade wasm-streams to v0.5 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2958">#2958</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/fd2d50713fbe2b89c542857b2805b3a396fd2232"><code>fd2d507</code></a> fix(wasm): custom content-type overidden by json method for wasm (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2908">#2908</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/23eb7d4fab2252a3620bf38b48aa10e468bda30e"><code>23eb7d4</code></a> chore: update copyright year to 2026 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2943">#2943</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/10c31c2d87c29012219c20f58bb637898c7f76d8"><code>10c31c2</code></a> fix(http3): specify h3 alpn for http3 connector (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2929">#2929</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/8530ec38e5f665022cef0c2677936ffc168cac63"><code>8530ec3</code></a> docs: native-tls-alpn has changed to native-tls-no-alpn (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2940">#2940</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/04a216fc17d75b4ebe4b0829ae7bbd8279c0dcab"><code>04a216f</code></a> chore(deps): remove unused webpki-roots and rustls-native-certs (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2932">#2932</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/406b59ea5e3a81e24b5edc0c078768c874173f08"><code>406b59e</code></a> fix http2 feature is not enabled for native-tls ALPN (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2927">#2927</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/325a020fc69f97845660195ed1c104d15a8d457c"><code>325a020</code></a> Update readme for 0.13 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2926">#2926</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.13.1...v0.13.2">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.13.1&new-version=0.13.2)](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 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>
kerem 2026-03-16 12:06:45 +03: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
starred/hickory-dns#3863
No description provided.