diff --git a/common/Cargo.toml b/common/Cargo.toml index beef404..ebcd80c 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "^1.0", features = ["derive"] } serde-error = "0.1.2" serde_json = "1.0.87" shellexpand = "3.1.0" -sysinfo = "0.29.0" +sysinfo = "0.33.1" tempfile = "3.3.0" tokio = { version = "1.0", features = ["fs"] } tokio-util = { version = "0.7.4", features = ["io"] }