[PR #656] [MERGED] chore(deps): bump reqwest from 0.11.22 to 0.11.24 #1037

Closed
opened 2026-01-05 14:53:53 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/656
Author: @dependabot[bot]
Created: 2/5/2024
Status: Merged
Merged: 2/9/2024
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/reqwest-0.11.24


📝 Commits (1)

  • ca4c85b chore(deps): bump reqwest from 0.11.22 to 0.11.24

📊 Changes

1 file changed (+19 additions, -2 deletions)

View changed files

📝 Cargo.lock (+19 -2)

📄 Description

Bumps reqwest from 0.11.22 to 0.11.24.

Release notes

Sourced from reqwest's releases.

v0.11.24

What's Changed

  • Add Certificate::from_pem_bundle() to add a bundle.
  • Add http3_prior_knowledge() to blocking client builder.
  • Remove Sync bounds requirement for Body::wrap_stream().
  • Fix HTTP/2 to retry REFUSED_STREAM requests.
  • Fix instances of converting Url to Uri that could panic.

New Contributors

Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24

v0.11.23

What's Changed

  • Add Proxy::custom_http_auth(val) for setting the raw Proxy-Authorization header when connecting to proxies.
  • Fix redirect to reject locations that are not http:// or https://.
  • Fix setting nodelay when TLS is enabled but URL is HTTP.
  • (wasm) Add ClientBuilder::user_agent(val).
  • (wasm) add multipart::Form::headers(headers).

New Contributors

Changelog

Sourced from reqwest's changelog.

v0.11.24

  • Add Certificate::from_pem_bundle() to add a bundle.
  • Add http3_prior_knowledge() to blocking client builder.
  • Remove Sync bounds requirement for Body::wrap_stream().
  • Fix HTTP/2 to retry REFUSED_STREAM requests.
  • Fix instances of converting Url to Uri that could panic.

v0.11.23

  • Add Proxy::custom_http_auth(val) for setting the raw Proxy-Authorization header when connecting to proxies.
  • Fix redirect to reject locations that are not http:// or https://.
  • Fix setting nodelay when TLS is enabled but URL is HTTP.
  • (wasm) Add ClientBuilder::user_agent(val).
  • (wasm) add multipart::Form::headers(headers).
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 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/LGUG2Z/komorebi/pull/656 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/5/2024 **Status:** ✅ Merged **Merged:** 2/9/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/reqwest-0.11.24` --- ### 📝 Commits (1) - [`ca4c85b`](https://github.com/LGUG2Z/komorebi/commit/ca4c85baa59bd88eff6c628cc4e088cf8dec22ce) chore(deps): bump reqwest from 0.11.22 to 0.11.24 ### 📊 Changes **1 file changed** (+19 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+19 -2) </details> ### 📄 Description Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.22 to 0.11.24. <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.11.24</h2> <h2>What's Changed</h2> <ul> <li>Add <code>Certificate::from_pem_bundle()</code> to add a bundle.</li> <li>Add <code>http3_prior_knowledge()</code> to blocking client builder.</li> <li>Remove <code>Sync</code> bounds requirement for <code>Body::wrap_stream()</code>.</li> <li>Fix HTTP/2 to retry <code>REFUSED_STREAM</code> requests.</li> <li>Fix instances of converting <code>Url</code> to <code>Uri</code> that could panic.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/magurotuna"><code>@​magurotuna</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2081">seanmonstar/reqwest#2081</a></li> <li><a href="https://github.com/michaelciraci"><code>@​michaelciraci</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2102">seanmonstar/reqwest#2102</a></li> <li><a href="https://github.com/basic-bgnr"><code>@​basic-bgnr</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2110">seanmonstar/reqwest#2110</a></li> <li><a href="https://github.com/jgraef"><code>@​jgraef</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2114">seanmonstar/reqwest#2114</a></li> <li><a href="https://github.com/LucasPickering"><code>@​LucasPickering</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2040">seanmonstar/reqwest#2040</a></li> <li><a href="https://github.com/gibbz00"><code>@​gibbz00</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2032">seanmonstar/reqwest#2032</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24">https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24</a></p> <h2>v0.11.23</h2> <h2>What's Changed</h2> <ul> <li>Add <code>Proxy::custom_http_auth(val)</code> for setting the raw <code>Proxy-Authorization</code> header when connecting to proxies.</li> <li>Fix redirect to reject locations that are not <code>http://</code> or <code>https://</code>.</li> <li>Fix setting <code>nodelay</code> when TLS is enabled but URL is HTTP.</li> <li>(wasm) Add <code>ClientBuilder::user_agent(val)</code>.</li> <li>(wasm) add <code>multipart::Form::headers(headers)</code>.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tnull"><code>@​tnull</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1993">seanmonstar/reqwest#1993</a></li> <li><a href="https://github.com/FirelightFlagboy"><code>@​FirelightFlagboy</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2018">seanmonstar/reqwest#2018</a></li> <li><a href="https://github.com/bitfl0wer"><code>@​bitfl0wer</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2036">seanmonstar/reqwest#2036</a></li> <li><a href="https://github.com/tshepang"><code>@​tshepang</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2048">seanmonstar/reqwest#2048</a></li> <li><a href="https://github.com/Noah-Kennedy"><code>@​Noah-Kennedy</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2053">seanmonstar/reqwest#2053</a></li> <li><a href="https://github.com/abls"><code>@​abls</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2062">seanmonstar/reqwest#2062</a></li> <li><a href="https://github.com/lorepozo"><code>@​lorepozo</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2064">seanmonstar/reqwest#2064</a></li> <li><a href="https://github.com/jan-auer"><code>@​jan-auer</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2068">seanmonstar/reqwest#2068</a></li> </ul> </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.11.24</h2> <ul> <li>Add <code>Certificate::from_pem_bundle()</code> to add a bundle.</li> <li>Add <code>http3_prior_knowledge()</code> to blocking client builder.</li> <li>Remove <code>Sync</code> bounds requirement for <code>Body::wrap_stream()</code>.</li> <li>Fix HTTP/2 to retry <code>REFUSED_STREAM</code> requests.</li> <li>Fix instances of converting <code>Url</code> to <code>Uri</code> that could panic.</li> </ul> <h2>v0.11.23</h2> <ul> <li>Add <code>Proxy::custom_http_auth(val)</code> for setting the raw <code>Proxy-Authorization</code> header when connecting to proxies.</li> <li>Fix redirect to reject locations that are not <code>http://</code> or <code>https://</code>.</li> <li>Fix setting <code>nodelay</code> when TLS is enabled but URL is HTTP.</li> <li>(wasm) Add <code>ClientBuilder::user_agent(val)</code>.</li> <li>(wasm) add <code>multipart::Form::headers(headers)</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/c9b4b654cb804a8f5ca6b6f768758868ca7d36c3"><code>c9b4b65</code></a> v0.11.24</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ddf7f24dcadb9a310b52300c531fe516a05e0c43"><code>ddf7f24</code></a> Add Certificate::from_pem_bundle() (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2032">#2032</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/5d8443ddde43f184c245949b7c4c16c850ffd9cd"><code>5d8443d</code></a> fix panic when parsing invalid Url to Uri (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2040">#2040</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/e3bf09006608015b565cbd22fc11589e91879c4d"><code>e3bf090</code></a> docs: explain TLS backend features better (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2117">#2117</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/1bd939ba15bb1a673e1e9187d3773033b42cc6b6"><code>1bd939b</code></a> update wasm-streams dependency (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2114">#2114</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/87cdf12d3fbc175f1c5a6a06fd5940d6df75fed0"><code>87cdf12</code></a> doc: clarify Cookie API usage (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2111">#2111</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/b3feff6bd80d78d4f16c300ff92bf4c74eaa87d7"><code>b3feff6</code></a> Add http3 feature to blocking client (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2110">#2110</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/23329363c68afd7d5e30bcf603060f7af34f7b8c"><code>2332936</code></a> Update cookie crates (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2089">#2089</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ef2c8ee50f25717755e3cb4410e3e6480f46d29a"><code>ef2c8ee</code></a> Upgrading env_logger dep (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2102">#2102</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/4ab5fb031c1d4672c685cb158e2cc6c644346fe2"><code>4ab5fb0</code></a> Fix HTTP/2: retry requests rejected with <code>REFUSED_STREAM</code> (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2081">#2081</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.22...v0.11.24">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.11.22&new-version=0.11.24)](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>
adam added the pull-request label 2026-01-05 14:53:53 +01:00
adam closed this issue 2026-01-05 14:53:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1037