diff --git a/Cargo.lock b/Cargo.lock index 52ec1641f..42beb16b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1421,9 +1421,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[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/Cargo.toml b/Cargo.toml index 087e1fb74..2435a2e51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] } nix = "0.26" cap-std = "1.0" thiserror = "1.0" -libc = "0.2.141" +libc = "0.2.145" oci-spec = { version = "0.6.0", features = ["runtime"] } sha256 = "1.1" # TODO: Wait for the release and use the crates.io one.