diff --git a/Cargo.lock b/Cargo.lock index 2175011a0395..4151b4c2e81f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3308,9 +3308,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.38.4" +version = "0.39.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f" +checksum = "2c8bd2130a9b60bee2581bf82cfe89ee836424d1f37dcfa4ce21509611684673" dependencies = [ "libc", "memchr", diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml index dd2c872ede50..166c2971f2e0 100644 --- a/parquet/Cargo.toml +++ b/parquet/Cargo.toml @@ -93,7 +93,7 @@ arrow-cast = { workspace = true } 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 = { workspace = true, features = ["azure", "fs"] } -sysinfo = { version = "0.38.1", default-features = false, features = ["system"] } +sysinfo = { version = "0.39.5", default-features = false, features = ["system"] } [package.metadata.docs.rs] all-features = true