diff --git a/crates/kernel/Cargo.toml b/crates/kernel/Cargo.toml index db9b7d0..98253dc 100644 --- a/crates/kernel/Cargo.toml +++ b/crates/kernel/Cargo.toml @@ -12,7 +12,7 @@ config = { version = "0.1.0", path = "../config" } educe = { version = "0.6.0", default-features = false, features = ["Debug", "Eq", "Hash", "Ord", "PartialEq", "PartialOrd"] } humansize = "2.1.3" itertools = "0.13.0" -libc = "0.2.164" +libc = "0.2.167" nix = { version = "0.29.0", features = ["fs"] } parking_lot = "0.12.3" procfs = "0.17.0"