diff --git a/Cargo.lock b/Cargo.lock index a9e06301..a6066645 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3821,9 +3821,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.37.0" +version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07cec4dc2d2e357ca1e610cfb07de2fa7a10fc3e9fe89f72545f3d244ea87753" +checksum = "252800745060e7b9ffb7b2badbd8b31cfa4aa2e61af879d0a3bf2a317c20217d" dependencies = [ "libc", "memchr", diff --git a/Cargo.toml b/Cargo.toml index a930b39e..2bdcbb9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ futures-util = { version = "0.3", default-features = false } getopts = "0.2" log = "0.4" sha1 = "0.10" -sysinfo = { version = "0.37", default-features = false, features = ["system"] } +sysinfo = { version = "0.36", default-features = false, features = ["system"] } thiserror = "2" tokio = { version = "1", features = [ "rt", diff --git a/core/Cargo.toml b/core/Cargo.toml index 1ed9a396..5381352b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -58,7 +58,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha1 = { version = "0.10", features = ["oid"] } shannon = "0.2" -sysinfo = { version = "0.37", default-features = false, features = ["system"] } +sysinfo = { version = "0.36", default-features = false, features = ["system"] } thiserror = "2" time = { version = "0.3", features = ["formatting", "parsing"] } tokio = { version = "1", features = [