mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): bump reqwest from 0.12.19 to 0.12.20 in /rust (#9540)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.19 to 0.12.20. <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.20</h2> <h2>Highlights</h2> <ul> <li>Add <code>ClientBuilder::tcp_user_timeout(Duration)</code> option to set <code>TCP_USER_TIMEOUT</code>.</li> <li>Fix proxy headers only using the first matched proxy.</li> <li>(wasm) Fix re-adding <code>Error::is_status()</code>.</li> </ul> <h2>What's Changed</h2> <ul> <li>fix(client): apply authorization header to first matching proxy only by <a href="https://github.com/0x676e67"><code>@0x676e67</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2714">seanmonstar/reqwest#2714</a></li> <li>wasm: re-add Error::is_status() by <a href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2720">seanmonstar/reqwest#2720</a></li> <li>properly match error variants in test by <a href="https://github.com/Ruben2424"><code>@Ruben2424</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2721">seanmonstar/reqwest#2721</a></li> <li>refactor: reduce size of Pending request future by <a href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2725">seanmonstar/reqwest#2725</a></li> <li>feat: add tcp_user_timeout builder option by <a href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2724">seanmonstar/reqwest#2724</a></li> <li>refactor: use hyper-util Socks connectors by <a href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2726">seanmonstar/reqwest#2726</a></li> <li>Remove some unused dependencies by <a href="https://github.com/DaniPopes"><code>@DaniPopes</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2716">seanmonstar/reqwest#2716</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/DaniPopes"><code>@DaniPopes</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2716">seanmonstar/reqwest#2716</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.19...v0.12.20">https://github.com/seanmonstar/reqwest/compare/v0.12.19...v0.12.20</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.20</h2> <ul> <li>Add <code>ClientBuilder::tcp_user_timeout(Duration)</code> option to set <code>TCP_USER_TIMEOUT</code>.</li> <li>Fix proxy headers only using the first matched proxy.</li> <li>(wasm) Fix re-adding <code>Error::is_status()</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="099ae80e87"><code>099ae80</code></a> v0.12.20</li> <li><a href="4bccf41060"><code>4bccf41</code></a> chore: remove some unused dependencies (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2716">#2716</a>)</li> <li><a href="92487709d6"><code>9248770</code></a> refactor: use hyper-util Socks connectors (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2726">#2726</a>)</li> <li><a href="334837c1ff"><code>334837c</code></a> feat: add tcp_user_timeout builder option (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2724">#2724</a>)</li> <li><a href="13487fb602"><code>13487fb</code></a> refactor: reduce size of Pending request future (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2725">#2725</a>)</li> <li><a href="a26879dfef"><code>a26879d</code></a> tests: properly match http3 error variants (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2721">#2721</a>)</li> <li><a href="65102c99ab"><code>65102c9</code></a> wasm: re-add Error::is_status() (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2720">#2720</a>)</li> <li><a href="f94c5cd556"><code>f94c5cd</code></a> fix(proxy): apply headers to first matching proxy only (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2714">#2714</a>)</li> <li>See full diff in <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.19...v0.12.20">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
7
rust/Cargo.lock
generated
7
rust/Cargo.lock
generated
@@ -5857,9 +5857,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
||||
|
||||
[[package]]
|
||||
name = "reqwest"
|
||||
version = "0.12.19"
|
||||
version = "0.12.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a2f8e5513d63f2e5b386eb5106dc67eaf3f84e95258e210489136b8b92ad6119"
|
||||
checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"bytes",
|
||||
@@ -5872,11 +5872,8 @@ dependencies = [
|
||||
"hyper",
|
||||
"hyper-rustls",
|
||||
"hyper-util",
|
||||
"ipnet",
|
||||
"js-sys",
|
||||
"log",
|
||||
"mime",
|
||||
"once_cell",
|
||||
"percent-encoding",
|
||||
"pin-project-lite",
|
||||
"quinn",
|
||||
|
||||
@@ -129,7 +129,7 @@ quote = "1.0"
|
||||
rand = "0.8.5"
|
||||
rand_core = "0.6.4"
|
||||
rangemap = "1.5.1"
|
||||
reqwest = { version = "0.12.19", default-features = false }
|
||||
reqwest = { version = "0.12.20", default-features = false }
|
||||
resolv-conf = "0.7.3"
|
||||
ringbuffer = "0.15.0"
|
||||
roxmltree = "0.20"
|
||||
|
||||
Reference in New Issue
Block a user