Skip to content

Commit

Permalink
build(deps): update rust crate libc to 0.2.167 (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 285a86e commit 9f6b04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9f6b04c

Please sign in to comment.