diff --git a/Cargo.lock b/Cargo.lock index da96dbc92..7d642f85e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1908,9 +1908,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.144" +version = "0.2.145" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" +checksum = "fc86cde3ff845662b8f4ef6cb50ea0e20c524eb3d29ae048287e06a1b3fa6a81" [[package]] name = "libcgroups" diff --git a/crates/libcgroups/Cargo.toml b/crates/libcgroups/Cargo.toml index fcf8f4eba..1de966b23 100644 --- a/crates/libcgroups/Cargo.toml +++ b/crates/libcgroups/Cargo.toml @@ -29,7 +29,7 @@ serde = { version = "1.0", features = ["derive"] } rbpf = {version = "0.2.0", optional = true } libbpf-sys = { version = "1.1.1", optional = true } errno = { version = "0.3.1", optional = true } -libc = { version = "0.2.144", optional = true } +libc = { version = "0.2.145", optional = true } thiserror = "1.0.40" tracing = { version = "0.1.37", features = ["attributes"]} diff --git a/crates/libcontainer/Cargo.toml b/crates/libcontainer/Cargo.toml index 47e2a6ee4..21d2af3a2 100644 --- a/crates/libcontainer/Cargo.toml +++ b/crates/libcontainer/Cargo.toml @@ -26,7 +26,7 @@ caps = "0.5.5" chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] } fastrand = "^1.7.0" futures = { version = "0.3", features = ["thread-pool"] } -libc = "0.2.144" +libc = "0.2.145" nix = "0.26.2" oci-spec = { version = "^0.6.0", features = ["runtime"] } once_cell = "1.17.2"