From 620a5541fcded1162ee1c7a37b1267459229e0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:59:20 +0000 Subject: [PATCH] build(deps): update sysinfo requirement from 0.36.0 to 0.37.1 Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.36.0...v0.37.1) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.37.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- parquet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml index 06e6aac2e37f..09b9a916917a 100644 --- a/parquet/Cargo.toml +++ b/parquet/Cargo.toml @@ -93,7 +93,7 @@ arrow = { workspace = true, features = ["ipc", "test_utils", "prettyprint", "jso tokio = { version = "1.0", default-features = false, features = ["macros", "rt-multi-thread", "io-util", "fs"] } rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng"] } object_store = { version = "0.12.0", default-features = false, features = ["azure", "fs"] } -sysinfo = { version = "0.36.0", default-features = false, features = ["system"] } +sysinfo = { version = "0.37.1", default-features = false, features = ["system"] } [package.metadata.docs.rs] all-features = true