This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a commit to branch
gh-readonly-queue/main/pr-25598-714956b3a8aed43e8abd27ed400710417d231982
in repository https://gitbox.apache.org/repos/asf/datafusion.git
commit baa2a3362e33dc30050e791e12d76ed1ad34ba6a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 22 14:31:47 2026 +0000
chore(deps): bump the all-other-cargo-deps group with 4 updates (#25598)
Bumps the all-other-cargo-deps group with 4 updates:
[async-compression](https://github.com/Nullus157/async-compression),
[crc32fast](https://github.com/srijs/rust-crc32fast),
[clap](https://github.com/clap-rs/clap) and
[syn](https://github.com/dtolnay/syn).
Updates `async-compression` from 0.4.46 to 0.4.48
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Nullus157/async-compression/releases">async-compression's
releases</a>.</em></p>
<blockquote>
<h2>async-compression-v0.4.48</h2>
<h3>Fixed</h3>
<ul>
<li><em>(gzip)</em> reject invalid header before the full 10 bytes
arrive (<a
href="https://redirect.github.com/Nullus157/async-compression/pull/489">#489</a>)</li>
</ul>
<h2>async-compression-v0.4.47</h2>
<h3>Fixed</h3>
<ul>
<li><em>(zstd)</em> avoid no-progress errors while awaiting input (<a
href="https://redirect.github.com/Nullus157/async-compression/pull/486">#486</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Nullus157/async-compression/commit/0541781edcf59d8836c9157105bbd5e818d1fb0d"><code>0541781</code></a>
chore: release (<a
href="https://redirect.github.com/Nullus157/async-compression/issues/490">#490</a>)</li>
<li><a
href="https://github.com/Nullus157/async-compression/commit/7f2e753c301d50bfeea8a414879d4ce0af41807c"><code>7f2e753</code></a>
fix(gzip): reject invalid header before the full 10 bytes arrive (<a
href="https://redirect.github.com/Nullus157/async-compression/issues/489">#489</a>)</li>
<li><a
href="https://github.com/Nullus157/async-compression/commit/d34d64e4762d69e394c255f16aea71ed6e08f439"><code>d34d64e</code></a>
chore: release (<a
href="https://redirect.github.com/Nullus157/async-compression/issues/487">#487</a>)</li>
<li><a
href="https://github.com/Nullus157/async-compression/commit/2577ac7e3c0e44dd700cc47fc9e6aeaedf2c19d9"><code>2577ac7</code></a>
fix(zstd): avoid no-progress errors while awaiting input (<a
href="https://redirect.github.com/Nullus157/async-compression/issues/486">#486</a>)</li>
<li>See full diff in <a
href="https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.46...async-compression-v0.4.48">compare
view</a></li>
</ul>
</details>
<br />
Updates `crc32fast` from 1.5.1 to 1.5.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/srijs/rust-crc32fast/commit/7eb0b8a2c9b246d27dc4cb5a53d3fc3b43a4bb83"><code>7eb0b8a</code></a>
release 1.5.2</li>
<li><a
href="https://github.com/srijs/rust-crc32fast/commit/927270745b182e686b360ca6b87e71fce33632fb"><code>9272707</code></a>
perf(baseline): fold whole 16-byte blocks in the tail (<a
href="https://redirect.github.com/srijs/rust-crc32fast/issues/61">#61</a>)</li>
<li><a
href="https://github.com/srijs/rust-crc32fast/commit/1e291e6cba1caf6d346d3d2a2f4d621ccf10f1cf"><code>1e291e6</code></a>
ci: add riscv64gc-unknown-linux-gnu to cross-test matrix (<a
href="https://redirect.github.com/srijs/rust-crc32fast/issues/59">#59</a>)</li>
<li><a
href="https://github.com/srijs/rust-crc32fast/commit/9d028706a30a6ae50ba06f2d791965f2f21be67d"><code>9d02870</code></a>
Update license links (<a
href="https://redirect.github.com/srijs/rust-crc32fast/issues/58">#58</a>)</li>
<li>See full diff in <a
href="https://github.com/srijs/rust-crc32fast/compare/v1.5.1...v1.5.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `clap` from 4.6.6 to 4.6.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap's
releases</a>.</em></p>
<blockquote>
<h2>v4.6.7</h2>
<h2>[4.6.7] - 2026-09-14</h2>
<h3>Features</h3>
<ul>
<li><em>(derive)</em> Add <code>#[command(defer = <bool>)]</code>
attribute to opt-in to lazy initialisation of subcommands</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/main/CHANGELOG.md">clap's
changelog</a>.</em></p>
<blockquote>
<h2>[4.6.7] - 2026-09-14</h2>
<h3>Features</h3>
<ul>
<li><em>(derive)</em> Add <code>#[command(defer = <bool>)]</code>
attribute to opt-in to lazy initialisation of subcommands</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/d3e59a9ab214910b9dad02921b7ef42c6400de9b"><code>d3e59a9</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/d997f878c484e02b2935d32a7b67afe990e91227"><code>d997f87</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/fb6058cc38cf6f4b07b8db89c850fc80e059e222"><code>fb6058c</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/6409">#6409</a>
from heaths/pwsh-support</li>
<li><a
href="https://github.com/clap-rs/clap/commit/2310870f7a9fe4c39f5bb5620261a06ac9aaa0b1"><code>2310870</code></a>
test(complete): Add tests for completer_for_path</li>
<li><a
href="https://github.com/clap-rs/clap/commit/5967c17393a09f90112cdc5b2c20a1383f0bd8e4"><code>5967c17</code></a>
refactor(complete): Move shell detection to Shells</li>
<li><a
href="https://github.com/clap-rs/clap/commit/594602bb29f374e49da5029df63e5c740c723ad0"><code>594602b</code></a>
fix(complete): Detect pwsh for PowerShell</li>
<li><a
href="https://github.com/clap-rs/clap/commit/3a4f2d031b5110aaaac40f1cb1d6c0b8ff619df8"><code>3a4f2d0</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/6427">#6427</a>
from clap-rs/renovate/shlex-2.x</li>
<li><a
href="https://github.com/clap-rs/clap/commit/67ebaed4ac95a83d5d7cc22d64ee0fc162ae1db3"><code>67ebaed</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/6426">#6426</a>
from clap-rs/renovate/actions-checkout-7.x</li>
<li><a
href="https://github.com/clap-rs/clap/commit/c968b136d0e6f560c08b06a844a20f2798a00096"><code>c968b13</code></a>
chore(deps): Update Rust crate shlex to v2</li>
<li><a
href="https://github.com/clap-rs/clap/commit/8f247cbf58c582a755ee4dbe62a2390d93b9f8eb"><code>8f247cb</code></a>
chore(deps): Update actions/checkout action to v7</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.6.6...clap_complete-v4.6.7">compare
view</a></li>
</ul>
</details>
<br />
Updates `syn` from 3.0.5 to 3.0.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/syn/releases">syn's
releases</a>.</em></p>
<blockquote>
<h2>3.0.6</h2>
<ul>
<li>Fix parsing interpolated lifetime at statement start (<a
href="https://redirect.github.com/dtolnay/syn/issues/2082">#2082</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/559cab55ef0c644f77660840edc3620d0d99d3d7"><code>559cab5</code></a>
Release 3.0.6</li>
<li><a
href="https://github.com/dtolnay/syn/commit/9088cad8189331ba78971cfe406dc645a4288d60"><code>9088cad</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/2082">#2082</a>
from dtolnay/lifetimevar</li>
<li><a
href="https://github.com/dtolnay/syn/commit/3eb43bb446ec3d6ce1ff862c945142c17e76b398"><code>3eb43bb</code></a>
Fix parsing interpolated lifetime at statement start</li>
<li><a
href="https://github.com/dtolnay/syn/commit/7b2f6f9f5d818e90d259cafc55043d9e6044790b"><code>7b2f6f9</code></a>
Add regression test for issue 2081</li>
<li><a
href="https://github.com/dtolnay/syn/commit/d55bcd2546a3a34923c46da569edd65b38b3788d"><code>d55bcd2</code></a>
Update test suite to nightly-2026-09-13</li>
<li><a
href="https://github.com/dtolnay/syn/commit/8e37bca79cf016de10e5eb310e9b679cd3be4726"><code>8e37bca</code></a>
Resolve non_kebab_case_bins warning</li>
<li><a
href="https://github.com/dtolnay/syn/commit/4dfd88f9fd9c2951b20c5c7ab1da5692a68fee34"><code>4dfd88f</code></a>
Update test suite to nightly-2026-09-06</li>
<li>See full diff in <a
href="https://github.com/dtolnay/syn/compare/3.0.5...3.0.6">compare
view</a></li>
</ul>
</details>
<br />
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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 2f2ea87c91..06c12a9e07 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -467,9 +467,9 @@ dependencies = [
[[package]]
name = "async-compression"
-version = "0.4.46"
+version = "0.4.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4f10dafd0c8d2e51ae9a748805777613ed0bbe17bf586b76c8311f45c020a32f"
+checksum = "fb61aea1a7def73ee7c350a184f0e70b32c182344e2e75bf70c9b621b83417fd"
dependencies = [
"compression-codecs",
"compression-core",
@@ -524,7 +524,7 @@ checksum =
"82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667"
dependencies = [
"proc-macro2",
"quote",
- "syn 3.0.5",
+ "syn 3.0.6",
]
[[package]]
@@ -1320,9 +1320,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.6.6"
+version = "4.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca"
+checksum = "aa8876b300ab35ba921adea3dfd70157a46249b33f95c9084ae5709785478946"
dependencies = [
"clap_builder",
"clap_derive",
@@ -1330,9 +1330,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.6.6"
+version = "4.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889"
+checksum = "ec0797fb7aeb1406c84efac526901f7ec3ead2124f946b494e72879d4b54704d"
dependencies = [
"anstream",
"anstyle",
@@ -1342,14 +1342,14 @@ dependencies = [
[[package]]
name = "clap_derive"
-version = "4.6.4"
+version = "4.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061"
+checksum = "f9c751b79415d4e559e3d1fcf128e09e720eb673a06d26cf6f392d37d75b66e0"
dependencies = [
"heck",
"proc-macro2",
"quote",
- "syn 3.0.5",
+ "syn 3.0.6",
]
[[package]]
@@ -1410,9 +1410,9 @@ dependencies = [
[[package]]
name = "compression-codecs"
-version = "0.4.42"
+version = "0.4.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "257c7085cbb71be72d8fb97edff08b03d86d5d9f2222b9cc34a6bec87093bc10"
+checksum = "bef16c47ba2797aa6a909cc37d39911f3a6743811fe7408ac0b0cc0276b656e9"
dependencies = [
"bzip2",
"compression-core",
@@ -1544,9 +1544,9 @@ dependencies = [
[[package]]
name = "crc32fast"
-version = "1.5.1"
+version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8498c871161e1742aaa9d52551b2d6ebdd4c3d45a3be423e3728f33b955be550"
+checksum = "01a7799fd6b852db0e61728dde9a204c423b44d689dbd432522543614b490e78"
dependencies = [
"cfg-if",
]
@@ -2409,7 +2409,7 @@ version = "55.1.0"
dependencies = [
"datafusion-doc",
"quote",
- "syn 3.0.5",
+ "syn 3.0.6",
]
[[package]]
@@ -2996,7 +2996,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
- "windows-sys 0.52.0",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -3214,7 +3214,7 @@ checksum =
"9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44"
dependencies = [
"proc-macro2",
"quote",
- "syn 3.0.5",
+ "syn 3.0.6",
]
[[package]]
@@ -5514,7 +5514,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
- "windows-sys 0.52.0",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -5771,7 +5771,7 @@ checksum =
"e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
dependencies = [
"proc-macro2",
"quote",
- "syn 3.0.5",
+ "syn 3.0.6",
]
[[package]]
@@ -6082,7 +6082,7 @@ checksum =
"2905ae8e8148d8f7f5748ea95d1e949fa4fc1d7f5161547b758ad118b2e4b0aa"
dependencies = [
"proc-macro2",
"quote",
- "syn 3.0.5",
+ "syn 3.0.6",
]
[[package]]
@@ -6261,9 +6261,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "3.0.5"
+version = "3.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9"
+checksum = "8593e8e72159ed2257d083c7a454a85cbf854f37a0966d8d483aff8c8a3ebcee"
dependencies = [
"proc-macro2",
"quote",
@@ -6315,7 +6315,7 @@ dependencies = [
"getrandom 0.4.2",
"once_cell",
"rustix",
- "windows-sys 0.52.0",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -6386,7 +6386,7 @@ checksum =
"bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
dependencies = [
"proc-macro2",
"quote",
- "syn 3.0.5",
+ "syn 3.0.6",
]
[[package]]
@@ -7269,7 +7269,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
- "windows-sys 0.52.0",
+ "windows-sys 0.61.2",
]
[[package]]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]