This is an automated email from the ASF dual-hosted git repository.
blackmwk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 32cfbe091 chore(deps): Bump reqwest from 0.12.28 to 0.13.3 (#2498)
32cfbe091 is described below
commit 32cfbe091875a46d28c3f85987f437b596aa35f5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 25 20:13:35 2026 +0800
chore(deps): Bump reqwest from 0.12.28 to 0.13.3 (#2498)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.28 to
0.13.3.
<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.13.3</h2>
<h2>tl;dr</h2>
<ul>
<li>Fix CertificateRevocationList parsing of PEM values.</li>
<li>Fix logging in resolver to only show host, not full URL.</li>
<li>Fix hickory-dns to fallback to a default if
<code>/etc/resolv.conf</code> fails.</li>
<li>Fix HTTP/3 to handle <code>STOP_SENDING</code> as not an error.</li>
<li>Fix HTTP/3 pool to remove timed out QUIC connections.</li>
<li>Fix HTTP/3 connection establishment picking IPv4 and IPv6.</li>
<li>Upgrade rustls-platform-verifier.</li>
<li>(wasm) Only use wasm-bindgen on unknown-* targets.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Update docs.rs Features by <a
href="https://github.com/JamesWiresmith"><code>@JamesWiresmith</code></a>
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2961">seanmonstar/reqwest#2961</a></li>
<li>fix: fallback to hickory_resolver's default config if reading
/etc/resolv.conf fails by <a
href="https://github.com/monosans"><code>@monosans</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2797">seanmonstar/reqwest#2797</a></li>
<li>fix: remove timeout con by <a
href="https://github.com/cuiweixie"><code>@cuiweixie</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2967">seanmonstar/reqwest#2967</a></li>
<li>http3: handle stop_sending without error by <a
href="https://github.com/anuraaga"><code>@anuraaga</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2978">seanmonstar/reqwest#2978</a></li>
<li>resolve: debug log to change only host by <a
href="https://github.com/lms0806"><code>@lms0806</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2992">seanmonstar/reqwest#2992</a></li>
<li>Edit reference link by <a
href="https://github.com/lms0806"><code>@lms0806</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2996">seanmonstar/reqwest#2996</a></li>
<li>docs: more accurate about default HTTP2 window sizes by <a
href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3007">seanmonstar/reqwest#3007</a></li>
<li>[HTTP/3] Optimize IPv6 fallback and enforce HTTPS scheme <a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2911">#2911</a>
by <a href="https://github.com/lyuzichong"><code>@lyuzichong</code></a>
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3006">seanmonstar/reqwest#3006</a></li>
<li>Upgrade rustls-platform-verifier by <a
href="https://github.com/jplatte"><code>@jplatte</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3010">seanmonstar/reqwest#3010</a></li>
<li>use wasm-bindgen ecosystem only for wasm32-unknown-* target by <a
href="https://github.com/Ludea"><code>@Ludea</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3000">seanmonstar/reqwest#3000</a></li>
<li>fix rustls crl pem parsing by <a
href="https://github.com/Threated"><code>@Threated</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3013">seanmonstar/reqwest#3013</a></li>
<li>docs(retry): include ReqRep in docsrs by <a
href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3020">seanmonstar/reqwest#3020</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/JamesWiresmith"><code>@JamesWiresmith</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2961">seanmonstar/reqwest#2961</a></li>
<li><a href="https://github.com/monosans"><code>@monosans</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2797">seanmonstar/reqwest#2797</a></li>
<li><a href="https://github.com/cuiweixie"><code>@cuiweixie</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2967">seanmonstar/reqwest#2967</a></li>
<li><a href="https://github.com/anuraaga"><code>@anuraaga</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2978">seanmonstar/reqwest#2978</a></li>
<li><a href="https://github.com/lms0806"><code>@lms0806</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2992">seanmonstar/reqwest#2992</a></li>
<li><a
href="https://github.com/lyuzichong"><code>@lyuzichong</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3006">seanmonstar/reqwest#3006</a></li>
<li><a href="https://github.com/Ludea"><code>@Ludea</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3000">seanmonstar/reqwest#3000</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.13.2...v0.13.3">https://github.com/seanmonstar/reqwest/compare/v0.13.2...v0.13.3</a></p>
<h2>v0.13.2</h2>
<h2>tl;dr</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>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): bump actions/checkout from 5 to 6 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2921">seanmonstar/reqwest#2921</a></li>
<li>Update readme for 0.13 by <a
href="https://github.com/VojtaStanek"><code>@VojtaStanek</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2926">seanmonstar/reqwest#2926</a></li>
<li>fix http2 feature is not enabled for "native-tls" by <a
href="https://github.com/fox0"><code>@fox0</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2927">seanmonstar/reqwest#2927</a></li>
<li>chore(deps): remove unused webpki-roots and rustls-native-certs by
<a href="https://github.com/seanmonstar"><code>@seanmonstar</code></a>
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2932">seanmonstar/reqwest#2932</a></li>
<li>docs: native-tls-alpn has changed to native-tls-no-alpn by <a
href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2940">seanmonstar/reqwest#2940</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.13.3</h2>
<ul>
<li>Fix CertificateRevocationList parsing of PEM values.</li>
<li>Fix logging in resolver to only show host, not full URL.</li>
<li>Fix hickory-dns to fallback to a default if
<code>/etc/resolv.conf</code> fails.</li>
<li>Fix HTTP/3 to handle <code>STOP_SENDING</code> as not an error.</li>
<li>Fix HTTP/3 pool to remove timed out QUIC connections.</li>
<li>Fix HTTP/3 connection establishment picking IPv4 and IPv6.</li>
<li>Upgrade rustls-platform-verifier.</li>
<li>(wasm) Only use wasm-bindgen on unknown-* targets.</li>
</ul>
<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>
<h2>v0.13.1</h2>
<ul>
<li>Fixes compiling with rustls on Android targets.</li>
</ul>
<h1>v0.13.0</h1>
<ul>
<li><strong>Breaking changes</strong>:
<ul>
<li><code>rustls</code> is now the default TLS backend, instead of
<code>native-tls</code>.</li>
<li><code>rustls</code> crypto provider defaults to aws-lc instead of
<em>ring</em>. (<code>rustls-no-provider</code> exists if you want a
different crypto provider)</li>
<li><code>rustls-tls</code> has been renamed to
<code>rustls</code>.</li>
<li>rustls roots features removed, <code>rustls-platform-verifier</code>
is used by default.
<ul>
<li>To use different roots, call
<code>tls_certs_only(your_roots)</code>.</li>
</ul>
</li>
<li><code>native-tls</code> now includes ALPN. To disable, use
<code>native-tls-no-alpn</code>.</li>
<li><code>query</code> and <code>form</code> are now crate features,
disabled by default.</li>
<li>Long-deprecated methods and crate features have been removed (such
as <code>trust-dns</code>, which was renamed <code>hickory-dns</code> a
while ago).</li>
</ul>
</li>
<li>Many TLS-related methods renamed to improve autocompletion and
discovery, but previous name left in place with a "soft"
deprecation. (just documented, no warnings)
<ul>
<li>For example, prefer <code>tls_backend_rustls()</code> over
<code>use_rustls_tls()</code>.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/a9a88c4ee00a61b801f4f8e8cb643cdfb9a05b2b"><code>a9a88c4</code></a>
v0.13.3</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/f3f6d9df166f447657d502fbaa9590e108a02d4b"><code>f3f6d9d</code></a>
docs(retry): include ReqRep in docsrs (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3020">#3020</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/5f9c231502d827bdd19864277187b133bb746f2f"><code>5f9c231</code></a>
fix rustls CRL PEM parsing (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3013">#3013</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/11d835dcad9171f614343c714377f0fcc6638205"><code>11d835d</code></a>
use wasm-bindgen ecosystem only for wasm32-unknown-* target (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3000">#3000</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/1f72916f5cdc30f6cb6c63038c89063795294d50"><code>1f72916</code></a>
Upgrade rustls-platform-verifier (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3010">#3010</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/5d5bf355744b181d31533501133ad9fbf99e8849"><code>5d5bf35</code></a>
[HTTP/3] Optimize IPv6 fallback and enforce HTTPS scheme <a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2911">#2911</a>
(<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3006">#3006</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/93dc1b2dc4b3649d9b79b563cf4d3b41448fda0d"><code>93dc1b2</code></a>
docs: more accurate about default HTTP2 window sizes (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3007">#3007</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/c5e50f004de3ac0914369a08f3e7fd33c3ebc17e"><code>c5e50f0</code></a>
docs: update outdated link in comments</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/b25611f7c976651e8c156809f781b939d1ef2b52"><code>b25611f</code></a>
resolve: debug log to change only host (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2992">#2992</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/ca1f479ab373c074e5fab5b35736de0c9cc46732"><code>ca1f479</code></a>
http3: handle stop_sending without error (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2978">#2978</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.28...v0.13.3">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 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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: blackmwk <[email protected]>
---
Cargo.lock | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 9daa3b5f5..57c718de9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -157,7 +157,7 @@ version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
dependencies = [
- "windows-sys 0.61.2",
+ "windows-sys 0.60.2",
]
[[package]]
@@ -168,7 +168,7 @@ checksum =
"291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
dependencies = [
"anstyle",
"once_cell_polyfill",
- "windows-sys 0.61.2",
+ "windows-sys 0.60.2",
]
[[package]]
@@ -2614,7 +2614,7 @@ dependencies = [
"libc",
"option-ext",
"redox_users",
- "windows-sys 0.59.0",
+ "windows-sys 0.60.2",
]
[[package]]
@@ -2782,7 +2782,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
- "windows-sys 0.59.0",
+ "windows-sys 0.60.2",
]
[[package]]
@@ -3477,7 +3477,7 @@ dependencies = [
"libc",
"percent-encoding",
"pin-project-lite",
- "socket2 0.5.10",
+ "socket2 0.6.3",
"system-configuration",
"tokio",
"tower-service",
@@ -4053,7 +4053,7 @@ dependencies = [
"portable-atomic-util",
"serde_core",
"wasm-bindgen",
- "windows-sys 0.59.0",
+ "windows-sys 0.60.2",
]
[[package]]
@@ -4703,7 +4703,7 @@ version = "0.50.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
dependencies = [
- "windows-sys 0.59.0",
+ "windows-sys 0.60.2",
]
[[package]]
@@ -5686,7 +5686,7 @@ dependencies = [
"quinn-udp",
"rustc-hash",
"rustls",
- "socket2 0.5.10",
+ "socket2 0.6.3",
"thiserror 2.0.18",
"tokio",
"tracing",
@@ -5724,9 +5724,9 @@ dependencies = [
"cfg_aliases",
"libc",
"once_cell",
- "socket2 0.5.10",
+ "socket2 0.6.3",
"tracing",
- "windows-sys 0.59.0",
+ "windows-sys 0.60.2",
]
[[package]]
@@ -6332,7 +6332,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
- "windows-sys 0.59.0",
+ "windows-sys 0.60.2",
]
[[package]]
@@ -6390,7 +6390,7 @@ dependencies = [
"security-framework",
"security-framework-sys",
"webpki-root-certs",
- "windows-sys 0.59.0",
+ "windows-sys 0.60.2",
]
[[package]]
@@ -6921,7 +6921,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
dependencies = [
"libc",
- "windows-sys 0.61.2",
+ "windows-sys 0.60.2",
]
[[package]]
@@ -7417,7 +7417,7 @@ dependencies = [
"getrandom 0.4.2",
"once_cell",
"rustix",
- "windows-sys 0.59.0",
+ "windows-sys 0.60.2",
]
[[package]]