diff --git a/Cargo.lock b/Cargo.lock index 1d6d4a8eeeec..519695d0a8d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6227,9 +6227,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.37.0" +version = "0.37.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07cec4dc2d2e357ca1e610cfb07de2fa7a10fc3e9fe89f72545f3d244ea87753" +checksum = "3bddd368fda2f82ead69c03d46d351987cfa0c2a57abfa37a017f3aa3e9bf69a" dependencies = [ "libc", "memchr", diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 620885697bda..c678fc03443d 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -177,7 +177,7 @@ rand_distr = "0.5" regex = { workspace = true } rstest = { workspace = true } serde_json = { workspace = true } -sysinfo = "0.37.0" +sysinfo = "0.37.1" test-utils = { path = "../../test-utils" } tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot", "fs"] }