[PR #1033] [CLOSED] chore(deps): bump reqwest from 0.12.7 to 0.12.8 #1174

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1033
Author: @dependabot[bot]
Created: 10/7/2024
Status: Closed

Base: masterHead: dependabot/cargo/reqwest-0.12.8


📝 Commits (1)

  • 322bc10 chore(deps): bump reqwest from 0.12.7 to 0.12.8

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps reqwest from 0.12.7 to 0.12.8.

Release notes

Sourced from reqwest's releases.

v0.12.8

What's Changed

  • Add support for SOCKS4 proxies.
  • Add multipart::Form::file() method for adding files easily.
  • Add Body::wrap() to wrap any http_body::Body type.
  • Fix the pool configuration to use a timer to remove expired connections.

New Contributors

Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8

Changelog

Sourced from reqwest's changelog.

v0.12.8

  • Add support for SOCKS4 proxies.
  • Add multipart::Form::file() method for adding files easily.
  • Add Body::wrap() to wrap any http_body::Body type.
  • Fix the pool configuration to use a timer to remove expired connections.
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/1033 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/7/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/reqwest-0.12.8` --- ### 📝 Commits (1) - [`322bc10`](https://github.com/LGUG2Z/komorebi/commit/322bc1054d7a10691245eb12a6bcbafa6af73211) chore(deps): bump reqwest from 0.12.7 to 0.12.8 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.7 to 0.12.8. <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.8</h2> <h2>What's Changed</h2> <ul> <li>Add support for SOCKS4 proxies.</li> <li>Add <code>multipart::Form::file()</code> method for adding files easily.</li> <li>Add <code>Body::wrap()</code> to wrap any <code>http_body::Body</code> type.</li> <li>Fix the pool configuration to use a timer to remove expired connections.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/workingjubilee"><code>@​workingjubilee</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2402">seanmonstar/reqwest#2402</a></li> <li><a href="https://github.com/NaokiM03"><code>@​NaokiM03</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2106">seanmonstar/reqwest#2106</a></li> <li><a href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2255">seanmonstar/reqwest#2255</a></li> <li><a href="https://github.com/Jaltaire"><code>@​Jaltaire</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2400">seanmonstar/reqwest#2400</a></li> <li><a href="https://github.com/Hyask"><code>@​Hyask</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2418">seanmonstar/reqwest#2418</a></li> <li><a href="https://github.com/Jake-Shadle"><code>@​Jake-Shadle</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2427">seanmonstar/reqwest#2427</a></li> <li><a href="https://github.com/RobMor"><code>@​RobMor</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2434">seanmonstar/reqwest#2434</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8">https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8</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.8</h2> <ul> <li>Add support for SOCKS4 proxies.</li> <li>Add <code>multipart::Form::file()</code> method for adding files easily.</li> <li>Add <code>Body::wrap()</code> to wrap any <code>http_body::Body</code> type.</li> <li>Fix the pool configuration to use a timer to remove expired connections.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/95fec09be9503d82c574f94e37dde0a814d1f850"><code>95fec09</code></a> v0.12.8</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/baf9712df1ebfc3a5ed8504e1ab3372baf94b0ac"><code>baf9712</code></a> fix: pass pool_timer to hyper_util to enable the idle cleanup task (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2434">#2434</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/d85f44b217f36f8bef065fe95877eab98c52c2e5"><code>d85f44b</code></a> Bump rustls-native-certs (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2427">#2427</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/c8665be59b070349401768f04cdc933e0107833a"><code>c8665be</code></a> tests: use a documented test network for testing</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/964b1c62a1aff367fb560e0feb5f48bda3dcca7a"><code>964b1c6</code></a> tests: bypass the proxy when testing timeouts</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/09884ed0a09d43ebd5c67491caf4ad5683fba995"><code>09884ed</code></a> feat: Add support for SOCKS4 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/610">#610</a>) (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2400">#2400</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/a13a6bcb019fb594543edeb8146920b5f2e7b98f"><code>a13a6bc</code></a> ci: pin tokio-util for msrv job (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2412">#2412</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/4cc8ec8a0a43df04348f3b06cd1322522c43f3f8"><code>4cc8ec8</code></a> feat: Expose <code>streaming</code> as public API <code>wrap</code> (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2255">#2255</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/cc3dd510c0cb50ee03be217ea864d84e744658d1"><code>cc3dd51</code></a> Add file function to async::multipart (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2106">#2106</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/193ed1fae73e9c44846a089506884d3b8f2865a6"><code>193ed1f</code></a> chore: Depend on wasm-bindgen 0.2.89 or higher</li> <li>See full diff in <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8">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.7&new-version=0.12.8)](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:21 +01:00
adam closed this issue 2026-01-05 14:54:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1174