This is an automated email from the ASF dual-hosted git repository.
xudong963 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 3ec51ebf7f chore(deps): bump sysinfo from 0.35.2 to 0.36.1 (#16850)
3ec51ebf7f is described below
commit 3ec51ebf7f598369c947b4d19862df18b947b351
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 22 20:05:53 2025 +0800
chore(deps): bump sysinfo from 0.35.2 to 0.36.1 (#16850)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.35.2 to
0.36.1.
-
[Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.35.2...v0.36.1)
---
updated-dependencies:
- dependency-name: sysinfo
dependency-version: 0.36.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
datafusion/core/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 2c98c5ce20..338dc883bf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6193,9 +6193,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.35.2"
+version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3c3ffa3e4ff2b324a57f7aeb3c349656c7b127c3c189520251a648102a92496e"
+checksum = "252800745060e7b9ffb7b2badbd8b31cfa4aa2e61af879d0a3bf2a317c20217d"
dependencies = [
"libc",
"memchr",
diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml
index c4455e271c..be3ee89c8c 100644
--- a/datafusion/core/Cargo.toml
+++ b/datafusion/core/Cargo.toml
@@ -171,7 +171,7 @@ rand_distr = "0.5"
regex = { workspace = true }
rstest = { workspace = true }
serde_json = { workspace = true }
-sysinfo = "0.35.2"
+sysinfo = "0.36.1"
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]