This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 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 c2b24dba8 chore(deps): Bump datafusion from 52.2.0 to 52.3.0 (#2235)
c2b24dba8 is described below
commit c2b24dba8db9f4c389dcd8423d85edb76d98e05f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 08:43:13 2026 +0800
chore(deps): Bump datafusion from 52.2.0 to 52.3.0 (#2235)
Bumps [datafusion](https://github.com/apache/datafusion) from 52.2.0 to
52.3.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/datafusion/commit/28d012a41a3017b5f682ef6b01468a7ff9a48fb7"><code>28d012a</code></a>
[branch-52] Bump to 52.3.0 and changelog (<a
href="https://redirect.github.com/apache/datafusion/issues/20790">#20790</a>)</li>
<li><a
href="https://github.com/apache/datafusion/commit/1bd7082b798d0d55c1e90c7be1d7e3dba057c288"><code>1bd7082</code></a>
[branch-52] Fix repartition from dropping data when spilling (<a
href="https://redirect.github.com/apache/datafusion/issues/20672">#20672</a>)
(<a
href="https://redirect.github.com/apache/datafusion/issues/20777">#20777</a>)</li>
<li><a
href="https://github.com/apache/datafusion/commit/9797095e152749721bec07c0944fe664acaa0849"><code>9797095</code></a>
[branch-52] perf: sort replace free()->try_grow() pattern with
try_resize() t...</li>
<li><a
href="https://github.com/apache/datafusion/commit/afc1c72a15bdd31e15a7e354e86a505be7882f08"><code>afc1c72</code></a>
[branch-52] FFI_TableOptions are using default values only (<a
href="https://redirect.github.com/apache/datafusion/issues/20705">#20705</a>)</li>
<li><a
href="https://github.com/apache/datafusion/commit/d317d00b886bbf11cb489e4c4bdc2280b3ca9e07"><code>d317d00</code></a>
[branch-52] fix: <code>HashJoin</code> panic with String dictionary keys
(don't flatten ...</li>
<li><a
href="https://github.com/apache/datafusion/commit/72ea8ec086e59220f6b255ea565e710990ad7967"><code>72ea8ec</code></a>
[branch-52] Fix constant value from stats (<a
href="https://redirect.github.com/apache/datafusion/issues/20042">#20042</a>)
(<a
href="https://redirect.github.com/apache/datafusion/issues/20709">#20709</a>)</li>
<li><a
href="https://github.com/apache/datafusion/commit/9a67de58c027e6057aa37327ae4d0192d5c45fc5"><code>9a67de5</code></a>
[branch-52] Fix Arrow Spill Underrun (<a
href="https://redirect.github.com/apache/datafusion/issues/20159">#20159</a>)
(<a
href="https://redirect.github.com/apache/datafusion/issues/20684">#20684</a>)</li>
<li><a
href="https://github.com/apache/datafusion/commit/19a0fcaa276c86beda544c6e01c75f6e0639767e"><code>19a0fca</code></a>
[branch-52] SortMergeJoin don't wait for all input before emitting (<a
href="https://redirect.github.com/apache/datafusion/issues/20699">#20699</a>)</li>
<li>See full diff in <a
href="https://github.com/apache/datafusion/compare/52.2.0...52.3.0">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>
---
Cargo.lock | 178 +++++++++++++++++++++++++------------------------------------
1 file changed, 72 insertions(+), 106 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 8419709a4..f9f6b42b3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1044,7 +1044,7 @@ version = "3.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d314cc62af2b6b0c65780555abb4d02a03dd3b799cd42419044f0c38d99738c0"
dependencies = [
- "darling 0.23.0",
+ "darling 0.20.11",
"ident_case",
"prettyplease",
"proc-macro2",
@@ -1257,7 +1257,7 @@ version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
dependencies = [
- "windows-sys 0.61.2",
+ "windows-sys 0.48.0",
]
[[package]]
@@ -1493,16 +1493,6 @@ dependencies = [
"darling_macro 0.21.3",
]
-[[package]]
-name = "darling"
-version = "0.23.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
-dependencies = [
- "darling_core 0.23.0",
- "darling_macro 0.23.0",
-]
-
[[package]]
name = "darling_core"
version = "0.20.11"
@@ -1531,19 +1521,6 @@ dependencies = [
"syn",
]
-[[package]]
-name = "darling_core"
-version = "0.23.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
-dependencies = [
- "ident_case",
- "proc-macro2",
- "quote",
- "strsim",
- "syn",
-]
-
[[package]]
name = "darling_macro"
version = "0.20.11"
@@ -1566,17 +1543,6 @@ dependencies = [
"syn",
]
-[[package]]
-name = "darling_macro"
-version = "0.23.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
-dependencies = [
- "darling_core 0.23.0",
- "quote",
- "syn",
-]
-
[[package]]
name = "dashmap"
version = "6.1.0"
@@ -1593,9 +1559,9 @@ dependencies = [
[[package]]
name = "datafusion"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "503f1f4a9060ae6e650d3dff5dc7a21266fea1302d890768d45b4b28586e830f"
+checksum = "ea28305c211e3541c9cfcf06a23d0d8c7c824b4502ed1fdf0a6ff4ad24ee531c"
dependencies = [
"arrow",
"arrow-schema",
@@ -1649,9 +1615,9 @@ dependencies = [
[[package]]
name = "datafusion-catalog"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "14417a3ee4ae3d092b56cd6c1d32e8ff3e2c9ec130ecb2276ec91c89fd599399"
+checksum = "78ab99b6df5f60a6ddbc515e4c05caee1192d395cf3cb67ce5d1c17e3c9b9b74"
dependencies = [
"arrow",
"async-trait",
@@ -1674,9 +1640,9 @@ dependencies = [
[[package]]
name = "datafusion-catalog-listing"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9d0eba824adb45a4b3ac6f0251d40df3f6a9382371cad136f4f14ac9ebc6bc10"
+checksum = "77ae3d14912c0d779ada98d30dc60f3244f3c26c2446b87394629ea5c076a31c"
dependencies = [
"arrow",
"async-trait",
@@ -1725,9 +1691,9 @@ dependencies = [
[[package]]
name = "datafusion-common"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0039deefbd00c56adf5168b7ca58568fb058e4ba4c5a03b09f8be371b4e434b6"
+checksum = "ea2df29b9592a5d55b8238eaf67d2f21963d5a08cd1a8b7670134405206caabd"
dependencies = [
"ahash",
"apache-avro",
@@ -1751,9 +1717,9 @@ dependencies = [
[[package]]
name = "datafusion-common-runtime"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1ec7e3e60b813048331f8fb9673583173e5d2dd8fef862834ee871fc98b57ca7"
+checksum = "42639baa0049d5fffd7e283504b9b5e7b9b2e7a2dea476eed60ab0d40d999b85"
dependencies = [
"futures",
"log",
@@ -1762,9 +1728,9 @@ dependencies = [
[[package]]
name = "datafusion-datasource"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "802068957f620302ecf05f84ff4019601aeafd36f5f3f1334984af2e34265129"
+checksum = "25951b617bb22a9619e1520450590cb2004bfcad10bcb396b961f4a1a10dcec5"
dependencies = [
"arrow",
"async-compression",
@@ -1797,9 +1763,9 @@ dependencies = [
[[package]]
name = "datafusion-datasource-arrow"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "90fc387d5067c62d494a6647d29c5ad4fcdd5a6e50ab4ea1d2568caa2d66f2cc"
+checksum = "dc0b28226960ba99c50d78ac6f736ebe09eb5cb3bb9bb58194266278000ca41f"
dependencies = [
"arrow",
"arrow-ipc",
@@ -1821,9 +1787,9 @@ dependencies = [
[[package]]
name = "datafusion-datasource-avro"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "69ce35d9df5c672747f79df4b8f4967b39a3514c3af30b9a7b5426f83d4be814"
+checksum = "18de2e914c2c9ed4b31a4920940b181b0957bc164eec4fc04c294533219bf0a7"
dependencies = [
"apache-avro",
"arrow",
@@ -1841,9 +1807,9 @@ dependencies = [
[[package]]
name = "datafusion-datasource-csv"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "efd5e20579bb6c8bd4e6c620253972fb723822030c280dd6aa047f660d09eeba"
+checksum = "f538b57b052a678b1ce860181c65d3ace5a8486312dc50b41c01dd585a773a51"
dependencies = [
"arrow",
"async-trait",
@@ -1864,9 +1830,9 @@ dependencies = [
[[package]]
name = "datafusion-datasource-json"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c0788b0d48fcef31880a02013ea3cc18e5a4e0eacc3b0abdd2cd0597b99dc96e"
+checksum = "89fbc1d32b1b03c9734e27c0c5f041232b68621c8455f22769838634750a196c"
dependencies = [
"arrow",
"async-trait",
@@ -1886,9 +1852,9 @@ dependencies = [
[[package]]
name = "datafusion-datasource-parquet"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "66639b70f1f363f5f0950733170100e588f1acfacac90c1894e231194aa35957"
+checksum = "203271d31fe5613a5943181db70ec98162121d1de94a9a300d5e5f19f9500a32"
dependencies = [
"arrow",
"async-trait",
@@ -1916,15 +1882,15 @@ dependencies = [
[[package]]
name = "datafusion-doc"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e44b41f3e8267c6cf3eec982d63f34db9f1dd5f30abfd2e1f124f0871708952e"
+checksum = "5b6450dc702b3d39e8ced54c3356abb453bd2f3cea86d90d555a4b92f7a38462"
[[package]]
name = "datafusion-execution"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e456f60e5d38db45335e84617006d90af14a8c8c5b8e959add708b2daaa0e2c"
+checksum = "e66a02fa601de49da5181dbdcf904a18b16a184db2b31f5e5534552ea2d5e660"
dependencies = [
"arrow",
"async-trait",
@@ -1944,9 +1910,9 @@ dependencies = [
[[package]]
name = "datafusion-expr"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6507c719804265a58043134580c1c20767e7c23ba450724393f03ec982769ad9"
+checksum = "cdf59a9b308a1a07dc2eb2f85e6366bc0226dc390b40f3aa0a72d79f1cfe2465"
dependencies = [
"arrow",
"async-trait",
@@ -1967,9 +1933,9 @@ dependencies = [
[[package]]
name = "datafusion-expr-common"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a413caa9c5885072b539337aed68488f0291653e8edd7d676c92df2480f6cab0"
+checksum = "bd99eac4c6538c708638db43e7a3bd88e0e57955ddb722d420fb9a6d38dfc28f"
dependencies = [
"arrow",
"datafusion-common",
@@ -1980,9 +1946,9 @@ dependencies = [
[[package]]
name = "datafusion-functions"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "189256495dc9cbbb8e20dbcf161f60422e628d201a78df8207e44bd4baefadb6"
+checksum = "11aa2c492ac046397b36d57c62a72982aad306495bbcbcdbcabd424d4a2fe245"
dependencies = [
"arrow",
"arrow-buffer",
@@ -2011,9 +1977,9 @@ dependencies = [
[[package]]
name = "datafusion-functions-aggregate"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "12e73dfee4cd67c4a507ffff4c5a711d39983adf544adbc09c09bf06f789f413"
+checksum = "325a00081898945d48d6194d9ca26120e523c993be3bb7c084061a5a2a72e787"
dependencies = [
"ahash",
"arrow",
@@ -2032,9 +1998,9 @@ dependencies = [
[[package]]
name = "datafusion-functions-aggregate-common"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "87727bd9e65f4f9ac6d608c9810b7da9eaa3b18b26a4a4b76520592d49020acf"
+checksum = "809bbcb1e0dbec5d0ce30d493d135aea7564f1ba4550395f7f94321223df2dae"
dependencies = [
"ahash",
"arrow",
@@ -2045,9 +2011,9 @@ dependencies = [
[[package]]
name = "datafusion-functions-nested"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2e5ef761359224b7c2b5a1bfad6296ac63225f8583d08ad18af9ba1a89ac3887"
+checksum = "29ebaa5d7024ef45973e0a7db1e9aeaa647936496f4d4061c0448f23d77d6320"
dependencies = [
"arrow",
"arrow-ord",
@@ -2068,9 +2034,9 @@ dependencies = [
[[package]]
name = "datafusion-functions-table"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3b17dac25dfda2d2a90ff0ad1c054a11fb1523766226bec6e9bd8c410daee2ae"
+checksum = "60eab6f39df9ee49a2c7fa38eddc01fa0086ee31b29c7d19f38e72f479609752"
dependencies = [
"arrow",
"async-trait",
@@ -2084,9 +2050,9 @@ dependencies = [
[[package]]
name = "datafusion-functions-window"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c594a29ddb22cbdbce500e4d99b5b2392c5cecb4c1086298b41d1ffec14dbb77"
+checksum = "e00b2c15e342a90e65a846199c9e49293dd09fe1bcd63d8be2544604892f7eb8"
dependencies = [
"arrow",
"datafusion-common",
@@ -2102,9 +2068,9 @@ dependencies = [
[[package]]
name = "datafusion-functions-window-common"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9aa1b15ed81c7543f62264a30dd49dec4b1b0b698053b968f53be32dfba4f729"
+checksum = "493e2e1d1f4753dfc139a5213f1b5d0b97eea46a82d9bda3c7908aa96981b74b"
dependencies = [
"datafusion-common",
"datafusion-physical-expr-common",
@@ -2112,9 +2078,9 @@ dependencies = [
[[package]]
name = "datafusion-macros"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c00c31c4795597aa25b74cab5174ac07a53051f27ce1e011ecaffa9eaeecef81"
+checksum = "ba01c55ade8278a791b429f7bf5cb1de64de587a342d084b18245edfae7096e2"
dependencies = [
"datafusion-doc",
"quote",
@@ -2123,9 +2089,9 @@ dependencies = [
[[package]]
name = "datafusion-optimizer"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "80ccf60767c09302b2e0fc3afebb3761a6d508d07316fab8c5e93312728a21bb"
+checksum = "a80c6dfbba6a2163a9507f6353ac78c69d8deb26232c9e419160e58ff7c3e047"
dependencies = [
"arrow",
"chrono",
@@ -2143,9 +2109,9 @@ dependencies = [
[[package]]
name = "datafusion-physical-expr"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c64b7f277556944e4edd3558da01d9e9ff9f5416f1c0aa7fee088e57bd141a7e"
+checksum = "5d3a86264bb9163e7360b6622e789bc7fcbb43672e78a8493f0bc369a41a57c6"
dependencies = [
"ahash",
"arrow",
@@ -2167,9 +2133,9 @@ dependencies = [
[[package]]
name = "datafusion-physical-expr-adapter"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b7abaee372ea2d19c016ee9ef8629c4415257d291cdd152bc7f0b75f28af1b63"
+checksum = "3f5e00e524ac33500be6c5eeac940bd3f6b984ba9b7df0cd5f6c34a8a2cc4d6b"
dependencies = [
"arrow",
"datafusion-common",
@@ -2182,9 +2148,9 @@ dependencies = [
[[package]]
name = "datafusion-physical-expr-common"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "42237efe621f92adc22d111b531fdbc2cc38ca9b5e02327535628fb103ae2157"
+checksum = "2ae769ea5d688b4e74e9be5cad6f9d9f295b540825355868a3ab942380dd97ce"
dependencies = [
"ahash",
"arrow",
@@ -2199,9 +2165,9 @@ dependencies = [
[[package]]
name = "datafusion-physical-optimizer"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fd093498bd1319c6e5c76e9dfa905e78486f01b34579ce97f2e3a49f84c37fac"
+checksum = "f3588753ab2b47b0e43cd823fe5e7944df6734dabd6dafb72e2cc1c2a22f1944"
dependencies = [
"arrow",
"datafusion-common",
@@ -2218,9 +2184,9 @@ dependencies = [
[[package]]
name = "datafusion-physical-plan"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7cbe61b12daf81a9f20ba03bd3541165d51f86e004ef37426b11881330eed261"
+checksum = "79949cbb109c2a45c527bfe0d956b9f2916807c05d4d2e66f3fd0af827ac2b61"
dependencies = [
"ahash",
"arrow",
@@ -2249,9 +2215,9 @@ dependencies = [
[[package]]
name = "datafusion-pruning"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0124331116db7f79df92ebfd2c3b11a8f90240f253555c9bb084f10b6fecf1dd"
+checksum = "6434e2ee8a39d04b95fed688ff34dc251af6e4a0c2e1714716b6e3846690d589"
dependencies = [
"arrow",
"datafusion-common",
@@ -2266,9 +2232,9 @@ dependencies = [
[[package]]
name = "datafusion-session"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1673e3c58ba618a6ea0568672f00664087b8982c581e9afd5aa6c3c79c9b431f"
+checksum = "c91efb8302b4877d499c37e9a71886b90236ab27d9cc42fd51112febf341abd6"
dependencies = [
"async-trait",
"datafusion-common",
@@ -2303,9 +2269,9 @@ dependencies = [
[[package]]
name = "datafusion-sql"
-version = "52.2.0"
+version = "52.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5272d256dab5347bb39d2040589f45d8c6b715b27edcb5fffe88cc8b9c3909cb"
+checksum = "3f01eef7bcf4d00e87305b55f1b75792384e130fe0258bac02cd48378ae5ff87"
dependencies = [
"arrow",
"bigdecimal",
@@ -3283,7 +3249,7 @@ dependencies = [
"libc",
"percent-encoding",
"pin-project-lite",
- "socket2 0.6.2",
+ "socket2 0.5.10",
"tokio",
"tower-service",
"tracing",
@@ -5009,7 +4975,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7"
dependencies = [
"heck",
- "itertools 0.14.0",
+ "itertools 0.13.0",
"log",
"multimap",
"petgraph",
@@ -5028,7 +4994,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
dependencies = [
"anyhow",
- "itertools 0.14.0",
+ "itertools 0.13.0",
"proc-macro2",
"quote",
"syn",
@@ -5112,7 +5078,7 @@ dependencies = [
"quinn-udp",
"rustc-hash",
"rustls 0.23.37",
- "socket2 0.6.2",
+ "socket2 0.5.10",
"thiserror 2.0.18",
"tokio",
"tracing",
@@ -5149,7 +5115,7 @@ dependencies = [
"cfg_aliases",
"libc",
"once_cell",
- "socket2 0.6.2",
+ "socket2 0.5.10",
"tracing",
"windows-sys 0.60.2",
]
@@ -7475,7 +7441,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
- "windows-sys 0.61.2",
+ "windows-sys 0.48.0",
]
[[package]]