diff --git a/Cargo.toml b/Cargo.toml index 3aaa1dd..8626817 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,4 +36,4 @@ rand = "0.8" tokio = { version = "1", features = ["rt"], default-features = false } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] -sysinfo = { version = "0.29", default_features = false } +sysinfo = { version = "0.30", default_features = false }