diff --git a/crates/kernel/Cargo.toml b/crates/kernel/Cargo.toml index 9367404..7ab4e87 100644 --- a/crates/kernel/Cargo.toml +++ b/crates/kernel/Cargo.toml @@ -18,7 +18,7 @@ parking_lot = "0.12.3" procfs = "0.17.0" rayon = "1.10.0" sqlx = { version = "0.8.2", features = ["sqlite", "runtime-tokio"] } -sysinfo = "0.33.0" +sysinfo = "0.33.1" thiserror.workspace = true tokio.workspace = true tracing.workspace = true