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