[PR #1206] [CLOSED] chore(deps): bump reqwest from 0.12.9 to 0.12.11 #1254

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1206
Author: @dependabot[bot]
Created: 12/30/2024
Status: Closed

Base: masterHead: dependabot/cargo/reqwest-0.12.11


📝 Commits (1)

  • 51bdb00 chore(deps): bump reqwest from 0.12.9 to 0.12.11

📊 Changes

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

View changed files

📝 Cargo.lock (+24 -2)

📄 Description

Bumps reqwest from 0.12.9 to 0.12.11.

Release notes

Sourced from reqwest's releases.

v0.12.11

What's Changed

Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.10...v0.12.11

v0.12.10

What's Changed

New Contributors

Thanks

Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.9...v0.12.10

Changelog

Sourced from reqwest's changelog.

v0.12.11

  • Fix decompression returning an error when HTTP/2 ends with an empty data frame.

v0.12.10

  • Add ClientBuilder::connector_layer() to allow customizing the connector stack.
  • Add ClientBuilder::http2_max_header_list_size() option.
  • Fix propagating body size hint (content-length) information when wrapping bodies.
  • Fix decompression of chunked bodies so the connections can be reused more often.
Commits
  • 224f0b8 v0.12.11
  • beea332 fix decoding extra empty frame (#2508)
  • 177cc7f cleanup: typo fix
  • 409cff3 v0.12.10
  • ea48da7 docs: fix a few spelling issues (#2478)
  • 3ce98b5 fix: propagate Body::size_hint when wrapping bodies (#2503)
  • 44ca5ee remove Clone from connect::Unnameable for now (#2502)
  • 2a7c1b6 feat: allow pluggable tower layers in connector service stack (#2496)
  • 8a2174f chore: in README, update requirements to mention rustls along with vendored o...
  • d36c0f5 perf: fix decoder streams to make pooled connections reusable (#2484)
  • 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/LGUG2Z/komorebi/pull/1206 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/30/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/reqwest-0.12.11` --- ### 📝 Commits (1) - [`51bdb00`](https://github.com/LGUG2Z/komorebi/commit/51bdb00848f7ce0f6e8194d0c9551c3d8305c852) chore(deps): bump reqwest from 0.12.9 to 0.12.11 ### 📊 Changes **1 file changed** (+24 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+24 -2) </details> ### 📄 Description Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.9 to 0.12.11. <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.11</h2> <h2>What's Changed</h2> <ul> <li>Fix decompression returning an error when HTTP/2 ends with an empty data frame by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2508">seanmonstar/reqwest#2508</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.10...v0.12.11">https://github.com/seanmonstar/reqwest/compare/v0.12.10...v0.12.11</a></p> <h2>v0.12.10</h2> <h2>What's Changed</h2> <ul> <li>Add <code>ClientBuilder::connector_layer()</code> to allow customizing the connector stack. by <a href="https://github.com/jlizen"><code>@​jlizen</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2496">seanmonstar/reqwest#2496</a></li> <li>Add <code>ClientBuilder::http2_max_header_list_size()</code> option by <a href="https://github.com/DSharifi"><code>@​DSharifi</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2465">seanmonstar/reqwest#2465</a></li> <li>Fix decompression of chunked bodies so the connections can be reused more often by <a href="https://github.com/Andrey36652"><code>@​Andrey36652</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2484">seanmonstar/reqwest#2484</a></li> <li>Fix propagating body size hint (<code>content-length</code>) information when wrapping bodies by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2503">seanmonstar/reqwest#2503</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/DSharifi"><code>@​DSharifi</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2465">seanmonstar/reqwest#2465</a></li> <li><a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2464">seanmonstar/reqwest#2464</a></li> <li><a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2470">seanmonstar/reqwest#2470</a></li> <li><a href="https://github.com/ovnicraft"><code>@​ovnicraft</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2469">seanmonstar/reqwest#2469</a></li> <li><a href="https://github.com/Nuhvi"><code>@​Nuhvi</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2473">seanmonstar/reqwest#2473</a></li> <li><a href="https://github.com/caojen"><code>@​caojen</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2488">seanmonstar/reqwest#2488</a></li> <li><a href="https://github.com/Andrey36652"><code>@​Andrey36652</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2484">seanmonstar/reqwest#2484</a></li> <li><a href="https://github.com/jlizen"><code>@​jlizen</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2499">seanmonstar/reqwest#2499</a></li> </ul> <h2>Thanks</h2> <ul> <li><a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a></li> <li><a href="https://github.com/nyurik"><code>@​nyurik</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.9...v0.12.10">https://github.com/seanmonstar/reqwest/compare/v0.12.9...v0.12.10</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.11</h2> <ul> <li>Fix decompression returning an error when HTTP/2 ends with an empty data frame.</li> </ul> <h2>v0.12.10</h2> <ul> <li>Add <code>ClientBuilder::connector_layer()</code> to allow customizing the connector stack.</li> <li>Add <code>ClientBuilder::http2_max_header_list_size()</code> option.</li> <li>Fix propagating body size hint (<code>content-length</code>) information when wrapping bodies.</li> <li>Fix decompression of chunked bodies so the connections can be reused more often.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/224f0b89d8cd7b653f9fadf967bafd3d082211dc"><code>224f0b8</code></a> v0.12.11</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/beea3320c4da59149bb46b6a118b500e6eb1ee5e"><code>beea332</code></a> fix decoding extra empty frame (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2508">#2508</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/177cc7f8d93177bd1cbe9a687237928f884f18c8"><code>177cc7f</code></a> cleanup: typo fix</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/409cff3cf72ceba1c63268ccba5b7ed33014abcd"><code>409cff3</code></a> v0.12.10</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ea48da723c17380a7d9cdf791248cd3a196c005a"><code>ea48da7</code></a> docs: fix a few spelling issues (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2478">#2478</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/3ce98b5f2288637e22dad98e881c210246567021"><code>3ce98b5</code></a> fix: propagate Body::size_hint when wrapping bodies (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2503">#2503</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/44ca5ee864ebff81e987263de74be7002fc6b353"><code>44ca5ee</code></a> remove Clone from connect::Unnameable for now (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2502">#2502</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/2a7c1b61e0693f8b9924e2e89257aa131a30ee83"><code>2a7c1b6</code></a> feat: allow pluggable tower layers in connector service stack (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2496">#2496</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/8a2174f8a4259691b5ca0a16778427127f61373a"><code>8a2174f</code></a> chore: in README, update requirements to mention rustls along with vendored o...</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/d36c0f5fd93f8190c9f39990ce4ec859c2b6d567"><code>d36c0f5</code></a> perf: fix decoder streams to make pooled connections reusable (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2484">#2484</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.9...v0.12.11">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.9&new-version=0.12.11)](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:54:39 +01:00
adam closed this issue 2026-01-05 14:54:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1254