diff --git a/Cargo.toml b/Cargo.toml index f39199c..e88ba33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ clap = { version = "4.0", features = ["derive"] } colored = "3.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -sysinfo = "0.37" +sysinfo = "0.38" thiserror = "2.0" tokio = { version = "1.0", features = ["full"] } tracing = "0.1"