From 9f6b04c584cd770281c3da1391846a562b8ba8d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:09:16 +0000 Subject: [PATCH] build(deps): update rust crate libc to 0.2.167 (#84) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/kernel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"