diff --git a/Cargo.toml b/Cargo.toml index bdcdc893..5fb48e52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ enum-iterator = "~1.1.3" getset = "0.1.2" git2 = { version = "0.14.4", optional = true, default-features = false } rustc_version = { version = "0.4.0", optional = true } -sysinfo = { version = "0.25.1", optional = true, default-features = false } +sysinfo = { version = "0.26.0", optional = true, default-features = false } thiserror = "1.0.32" time = { version = "0.3.12", features = ["formatting"], optional = true }