This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 6e61cd01fe chore(deps): bump the all-other-cargo-deps group with 6
updates (#22750)
6e61cd01fe is described below
commit 6e61cd01fe186955ba57e36292e8166a0c633474
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 5 16:09:50 2026 -0700
chore(deps): bump the all-other-cargo-deps group with 6 updates (#22750)
Bumps the all-other-cargo-deps group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [ctor](https://github.com/mmastrac/linktime) | `1.0.6` | `1.0.7` |
| [log](https://github.com/rust-lang/log) | `0.4.30` | `0.4.31` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.8.0` | `2.8.1` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.23.1` | `1.23.2` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.39.2` |
`0.39.3` |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.8.17` |
`1.8.18` |
Updates `ctor` from 1.0.6 to 1.0.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mmastrac/linktime/releases">ctor's
releases</a>.</em></p>
<blockquote>
<h2>ctor-1.0.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump downstream <code>link-section</code> crate version and API
updates.</li>
<li>Better error messages on bad attributes.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/mmastrac/linktime/compare/ctor-1.0.6...ctor-1.0.7">https://github.com/mmastrac/linktime/compare/ctor-1.0.6...ctor-1.0.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mmastrac/linktime/commit/187a65886aa6799760dc2fa2178099bfe9280f13"><code>187a658</code></a>
Bump crate versions and remove <code>scattered-collect-proc-macro</code>
(<a
href="https://redirect.github.com/mmastrac/linktime/issues/472">#472</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/f8b097f38e53638cf1bba87aa296d83441d3b279"><code>f8b097f</code></a>
Updating link-section to use private sections (<a
href="https://redirect.github.com/mmastrac/linktime/issues/469">#469</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/6f7fc13cb48a50e2ab28f54e3daa10d7f1e93688"><code>6f7fc13</code></a>
Add a new combine! macro to replace hash/ident_concat (<a
href="https://redirect.github.com/mmastrac/linktime/issues/471">#471</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/87a7bfdf1721a727afb3281da052d396d66333ee"><code>87a7bfd</code></a>
Improve macro-magic errors on bad attribute (<a
href="https://redirect.github.com/mmastrac/linktime/issues/470">#470</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/606c223d259f9d5664bc324e61b3937e4e2d02b6"><code>606c223</code></a>
Improve macro collection path resolution (<a
href="https://redirect.github.com/mmastrac/linktime/issues/468">#468</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/80ce8d3b3c7cff2640ecedc8399030cc028db3f0"><code>80ce8d3</code></a>
Scattered iterable (<a
href="https://redirect.github.com/mmastrac/linktime/issues/467">#467</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/86ee26c6974218c661f0bebadbdbd3cc96080b61"><code>86ee26c</code></a>
Remove <code>feature(used_with_args)</code> from all examples (<a
href="https://redirect.github.com/mmastrac/linktime/issues/466">#466</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/31a2a52135e9c9308a211381b8a2258da755629d"><code>31a2a52</code></a>
Implement the scattered map (<a
href="https://redirect.github.com/mmastrac/linktime/issues/465">#465</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/06cf9aaa50e29bef7ea02e4571ace34d320bbcf6"><code>06cf9aa</code></a>
Improve scattered-collect macros (<a
href="https://redirect.github.com/mmastrac/linktime/issues/464">#464</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/7fcecabf0ed0f2c0fcc3b57474755306bca33283"><code>7fcecab</code></a>
Improved scattered-collect docs (<a
href="https://redirect.github.com/mmastrac/linktime/issues/463">#463</a>)</li>
<li>See full diff in <a
href="https://github.com/mmastrac/linktime/compare/ctor-1.0.6...ctor-1.0.7">compare
view</a></li>
</ul>
</details>
<br />
Updates `log` from 0.4.30 to 0.4.31
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/releases">log's
releases</a>.</em></p>
<blockquote>
<h2>0.4.31</h2>
<h2>What's Changed</h2>
<ul>
<li>fix typos in kv compile errors and log documentation by <a
href="https://github.com/Isvane"><code>@Isvane</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/726">rust-lang/log#726</a></li>
<li>Leverage static str key when possible by <a
href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/727">rust-lang/log#727</a></li>
<li>Prepare for 0.4.31 release by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/728">rust-lang/log#728</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Isvane"><code>@Isvane</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/726">rust-lang/log#726</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.30...0.4.31">https://github.com/rust-lang/log/compare/0.4.30...0.4.31</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's
changelog</a>.</em></p>
<blockquote>
<h2>[0.4.31] - 2026-06-02</h2>
<h2>What's Changed</h2>
<ul>
<li>Leverage static str key when possible by <a
href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/727">rust-lang/log#727</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Isvane"><code>@Isvane</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/726">rust-lang/log#726</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.30...0.4.31">https://github.com/rust-lang/log/compare/0.4.30...0.4.31</a></p>
<h2>[Unreleased]</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/log/commit/580839288e5f2babc17e6c36f7d56e60082a47ef"><code>5808392</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/728">#728</a>
from rust-lang/cargo/0.4.31</li>
<li><a
href="https://github.com/rust-lang/log/commit/86d739f51a9c59a3cb66a79e695639e6fb41465b"><code>86d739f</code></a>
prepare for 0.4.31 release</li>
<li><a
href="https://github.com/rust-lang/log/commit/c906cfb02e351b59cfe35c0f0be22093086aabb1"><code>c906cfb</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/727">#727</a>
from tisonkun/leverage-static-str-key-when-possible</li>
<li><a
href="https://github.com/rust-lang/log/commit/756c279649f79ce0ef8dccf952c5df4017791d1c"><code>756c279</code></a>
leverage str literal as well</li>
<li><a
href="https://github.com/rust-lang/log/commit/3dd250d1537fd7e5974e0802b1025cc3e4561503"><code>3dd250d</code></a>
rename Key::from_static_str to from_str_static</li>
<li><a
href="https://github.com/rust-lang/log/commit/db145979e229549215300f2696fa89b215cb1cab"><code>db14597</code></a>
Leverage static str key when possible</li>
<li><a
href="https://github.com/rust-lang/log/commit/761461a5d0c8ea3d483d79b1de0205c2897318d2"><code>761461a</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/726">#726</a>
from Isvane/fix/typos</li>
<li><a
href="https://github.com/rust-lang/log/commit/48ce372edd343179cb9f4837381bf34c7679db3e"><code>48ce372</code></a>
fix typos in kv compile errors and log documentation</li>
<li>See full diff in <a
href="https://github.com/rust-lang/log/compare/0.4.30...0.4.31">compare
view</a></li>
</ul>
</details>
<br />
Updates `memchr` from 2.8.0 to 2.8.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/BurntSushi/memchr/commit/ff7dca72388ade97ec536f550271fe5acab0a05f"><code>ff7dca7</code></a>
2.8.1</li>
<li><a
href="https://github.com/BurntSushi/memchr/commit/016878add466f2396437ad8722c9506f9f6b321b"><code>016878a</code></a>
target: fix aarch64_be endianness bug</li>
<li><a
href="https://github.com/BurntSushi/memchr/commit/ee18717a7002a3299a6b5ef718084e76d958a5c3"><code>ee18717</code></a>
docs: add AI policy for contributors</li>
<li><a
href="https://github.com/BurntSushi/memchr/commit/db1a77d4b556a1321e136ca0514e43e74ea5fcc3"><code>db1a77d</code></a>
build(deps): bump actions/checkout in the actions group (<a
href="https://redirect.github.com/BurntSushi/memchr/issues/212">#212</a>)</li>
<li><a
href="https://github.com/BurntSushi/memchr/commit/c8abbe1b20d15789b6729c885b0a2cb9a5a84120"><code>c8abbe1</code></a>
Hash-pin all actions, drop persisted credentials (<a
href="https://redirect.github.com/BurntSushi/memchr/issues/210">#210</a>)</li>
<li><a
href="https://github.com/BurntSushi/memchr/commit/24f5daa5257e00e87007c936761600e034827905"><code>24f5daa</code></a>
lint: fix clippy <code>get_first</code></li>
<li><a
href="https://github.com/BurntSushi/memchr/commit/17083550e1a0ea5d5fefdb836937af9018d4bc22"><code>1708355</code></a>
lint: fix clippy <code>question_mark</code></li>
<li><a
href="https://github.com/BurntSushi/memchr/commit/5b86d0c17135eea04828277746e770ebe61201ba"><code>5b86d0c</code></a>
lint: fix clippy <code>clone_on_copy</code></li>
<li>See full diff in <a
href="https://github.com/BurntSushi/memchr/compare/2.8.0...2.8.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `uuid` from 1.23.1 to 1.23.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/uuid-rs/uuid/releases">uuid's
releases</a>.</em></p>
<blockquote>
<h2>v1.23.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Improve error messages for ambiguous formats by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/882">uuid-rs/uuid#882</a></li>
<li>Prepare for 1.23.2 release by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/883">uuid-rs/uuid#883</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/uuid-rs/uuid/compare/v1.23.1...v1.23.2">https://github.com/uuid-rs/uuid/compare/v1.23.1...v1.23.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uuid-rs/uuid/commit/d11965705f88ae2546e0d277dac8f52f47e5694f"><code>d119657</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/883">#883</a> from
uuid-rs/cargo/v1.23.2</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/0651cfcb895d5d0b7e21edba621422bf446d585f"><code>0651cfc</code></a>
prepare for 1.23.2 release</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/e8dea0c1fdc69e066cff93957e441022acfcb90f"><code>e8dea0c</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/882">#882</a> from
uuid-rs/fix/error-msgs</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/bdc429a8c731a067b0d49c8890c6209dbb9f02db"><code>bdc429a</code></a>
fix up serde messages</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/d4342e400df7adb17028b499a53a96228951baec"><code>d4342e4</code></a>
make indexes 0 based and fix up more error messages</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/4ad479fc20fd09f34467e00adf176d4fdbdf9161"><code>4ad479f</code></a>
work on more accurate parser errors</li>
<li>See full diff in <a
href="https://github.com/uuid-rs/uuid/compare/v1.23.1...v1.23.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `sysinfo` from 0.39.2 to 0.39.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md">sysinfo's
changelog</a>.</em></p>
<blockquote>
<h1>0.39.3</h1>
<ul>
<li>Unix: Fix retrieval of <code>Network::mac_addr</code>.</li>
<li>Linux: Improve retrieval of process information if process
terminates while doing so.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/3d1c52a983fdf6c702e4e6656aacba8fb6f6af21"><code>3d1c52a</code></a>
Update crate version to <code>0.39.3</code></li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/cce524de2c5e47d5ae6107e106d650987431e819"><code>cce524d</code></a>
Update CHANGELOG for <code>0.39.3</code> version</li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/891085cfe667ed24152a6c60e8a1b9bba4b0683b"><code>891085c</code></a>
Unix: Fix retrieval of <code>Network::mac_addr</code></li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/1f327b5afbd2787156526d3a3bfaf8a450a35997"><code>1f327b5</code></a>
linux: prevent TOCTOU data loss when process terminates during
refresh</li>
<li>See full diff in <a
href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.39.2...v0.39.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `aws-config` from 1.8.17 to 1.8.18
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/smithy-lang/smithy-rs/commits">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 | 68 +++++++++++++++++++++++++++-------------------
Cargo.toml | 4 +--
datafusion-cli/Cargo.toml | 2 +-
datafusion/core/Cargo.toml | 2 +-
4 files changed, 44 insertions(+), 32 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 67f9c1cf47..401534dcb9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -141,6 +141,15 @@ dependencies = [
"object",
]
+[[package]]
+name = "arc-swap"
+version = "1.9.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207"
+dependencies = [
+ "rustversion",
+]
+
[[package]]
name = "arrayref"
version = "0.3.9"
@@ -534,9 +543,9 @@ checksum =
"c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "aws-config"
-version = "1.8.17"
+version = "1.8.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "517aa062d8bd9015ee23d6daa5e1c1372328412fdae4e6c4c1be9b69c6ad37a2"
+checksum = "e33f815b73a3899c03b380d543532e5865f230dce9678d108dc10732a8682275"
dependencies = [
"aws-credential-types",
"aws-runtime",
@@ -624,10 +633,11 @@ dependencies = [
[[package]]
name = "aws-sdk-sso"
-version = "1.99.0"
+version = "1.101.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9f4055e6099b2ec264abdc0d9bbfffce306c1601809275c861594779a0b04b45"
+checksum = "b647baea49ff551960b904f905681e9b4765a6c4ea08631e89dc52d8bd3f5896"
dependencies = [
+ "arc-swap",
"aws-credential-types",
"aws-runtime",
"aws-smithy-async",
@@ -648,10 +658,11 @@ dependencies = [
[[package]]
name = "aws-sdk-ssooidc"
-version = "1.101.0"
+version = "1.103.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "02f009ba0284c5d696425fd7b4dcc5b189f5726f4041b7a5794daecb3a68d598"
+checksum = "7ae401c65ff288aa7873117fe535cd32b7b1bb0bc43751d28901a1d5f20636b9"
dependencies = [
+ "arc-swap",
"aws-credential-types",
"aws-runtime",
"aws-smithy-async",
@@ -672,10 +683,11 @@ dependencies = [
[[package]]
name = "aws-sdk-sts"
-version = "1.104.0"
+version = "1.106.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6aa6622798e19e6a76b690562085dd4771c736cd48343464a53ab4ae2f2c9f84"
+checksum = "4c80de7bb7d03e9ca8c9fd7b489f20f3948d3f3be91a7953591347d238115408"
dependencies = [
+ "arc-swap",
"aws-credential-types",
"aws-runtime",
"aws-smithy-async",
@@ -775,9 +787,9 @@ dependencies = [
[[package]]
name = "aws-smithy-json"
-version = "0.62.6"
+version = "0.62.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "517089205f18ab4adc5a3e02888cb139bbbbb2e168eac9f396216925d1fbeaf5"
+checksum = "701a947f4797e52a911e114a898667c746c39feea467bbd1abd7b3721f702ffa"
dependencies = [
"aws-smithy-runtime-api",
"aws-smithy-schema",
@@ -831,9 +843,9 @@ dependencies = [
[[package]]
name = "aws-smithy-runtime-api"
-version = "1.12.1"
+version = "1.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dc117c179ecf39a62a0a3f49f600e9ac26a7ad7dd172177999f83933af776c32"
+checksum = "9db177daa6ba8afb9ee1aefcf548c907abcf52065e394ee11a92780057fe0e8c"
dependencies = [
"aws-smithy-async",
"aws-smithy-runtime-api-macros",
@@ -871,9 +883,9 @@ dependencies = [
[[package]]
name = "aws-smithy-types"
-version = "1.4.8"
+version = "1.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "056b66dbce2f81cc0c1e2b05bb402eb58f8a3530479d650efadd5bbae9a4050b"
+checksum = "53f93074121a1be41317b9aa607143ae17900631f7f59a99f2b905d519d6783b"
dependencies = [
"base64-simd",
"bytes",
@@ -1598,9 +1610,9 @@ dependencies = [
[[package]]
name = "ctor"
-version = "1.0.6"
+version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6d765eb1c0bda10d31e0ea185f5ee15da532d60b0912d2bd1441783439e749c5"
+checksum = "01334b89b69ff726750c5ce5073fc8bd860e99aa9a8fc5ca11b04730e3aee97a"
dependencies = [
"link-section",
"linktime-proc-macro",
@@ -3969,15 +3981,15 @@ dependencies = [
[[package]]
name = "link-section"
-version = "0.17.2"
+version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4d1e908a416d6e9f725743b84a36feea40c4c131e805fbc26d61f9f451f36080"
+checksum = "014e440054ce8170890229eeef5bcda955305e056ec713de40ed366944483f09"
[[package]]
name = "linktime-proc-macro"
-version = "0.1.0"
+version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a44cd706ff0d503ee32b2071166510ca27e281228de10cd3aa8d35ff94560f81"
+checksum = "8c7b0a3383c2a1002d11349c92c85a666a5fb679e96c79d782cf0dbe557fd6ee"
[[package]]
name = "linux-raw-sys"
@@ -4002,9 +4014,9 @@ dependencies = [
[[package]]
name = "log"
-version = "0.4.30"
+version = "0.4.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5"
+checksum = "113b30b4cd05f7c06868fdb2854f66a7b9fece9a48425351cd532e810d74024f"
[[package]]
name = "lru-slab"
@@ -4049,9 +4061,9 @@ dependencies = [
[[package]]
name = "memchr"
-version = "2.8.0"
+version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
+checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
[[package]]
name = "mimalloc"
@@ -6029,9 +6041,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.39.2"
+version = "0.39.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "14311e7e9a03114cd4b65eedd54e8fed2945e17f08586ae97ef53bc0669f9581"
+checksum = "21d0d938c10fcda3e897e28aaddf4ab462375d411f4378cd63b1c945f69aba96"
dependencies = [
"libc",
"memchr",
@@ -6689,9 +6701,9 @@ checksum =
"06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
-version = "1.23.1"
+version = "1.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
+checksum = "d258b83ceec21034727ecee8c382cfa6c3e133699b0742c64571814fb420c9f7"
dependencies = [
"getrandom 0.4.2",
"js-sys",
diff --git a/Cargo.toml b/Cargo.toml
index ff5d3afcf4..f56f964cb0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -119,7 +119,7 @@ bytes = "1.11"
bzip2 = "0.6.1"
chrono = { version = "0.4.44", default-features = false }
criterion = "0.8"
-ctor = "1.0.6"
+ctor = "1.0.7"
dashmap = "6.2.1"
datafusion = { path = "datafusion/core", version = "53.1.0", default-features
= false }
datafusion-catalog = { path = "datafusion/catalog", version = "53.1.0" }
@@ -174,7 +174,7 @@ itertools = "0.14"
itoa = "1.0"
liblzma = { version = "0.4.6", features = ["static"] }
log = "^0.4"
-memchr = "2.8.0"
+memchr = "2.8.1"
num-traits = { version = "0.2" }
object_store = { version = "0.13.2", default-features = false }
parking_lot = "0.12"
diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml
index 8babb53e35..441ae00c11 100644
--- a/datafusion-cli/Cargo.toml
+++ b/datafusion-cli/Cargo.toml
@@ -37,7 +37,7 @@ backtrace = ["datafusion/backtrace"]
[dependencies]
arrow = { workspace = true }
async-trait = { workspace = true }
-aws-config = "1.8.17"
+aws-config = "1.8.18"
aws-credential-types = "1.2.13"
chrono = { workspace = true }
clap = { version = "4.5.60", features = ["cargo", "derive"] }
diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml
index af4afef65e..60cff658a6 100644
--- a/datafusion/core/Cargo.toml
+++ b/datafusion/core/Cargo.toml
@@ -179,7 +179,7 @@ recursive = { workspace = true }
regex = { workspace = true }
rstest = { workspace = true }
serde_json = { workspace = true }
-sysinfo = "0.39.2"
+sysinfo = "0.39.3"
test-utils = { path = "../../test-utils" }
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot",
"fs"] }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]