diff --git a/Cargo.lock b/Cargo.lock index 3e0e326a..b2cc7c14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2344,9 +2344,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.1" +version = "1.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" +checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" [[package]] name = "openssl" diff --git a/crates/libcontainer/Cargo.toml b/crates/libcontainer/Cargo.toml index 2e24104a..47e2a6ee 100644 --- a/crates/libcontainer/Cargo.toml +++ b/crates/libcontainer/Cargo.toml @@ -29,7 +29,7 @@ futures = { version = "0.3", features = ["thread-pool"] } libc = "0.2.144" nix = "0.26.2" oci-spec = { version = "^0.6.0", features = ["runtime"] } -once_cell = "1.17.1" +once_cell = "1.17.2" procfs = "0.15.1" prctl = "1.0.0" libcgroups = { version = "0.0.5", path = "../libcgroups", default-features = false } diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index 6b91218d..c62e834d 100644 --- a/crates/youki/Cargo.toml +++ b/crates/youki/Cargo.toml @@ -33,7 +33,7 @@ libcontainer = { version = "0.0.5", path = "../libcontainer", default-features = liboci-cli = { version = "0.0.5", path = "../liboci-cli" } nix = "0.26.2" oci-spec = { version = "^0.6.0", features = ["runtime"] } -once_cell = "1.17.1" +once_cell = "1.17.2" pentacle = "1.0.0" procfs = "0.15.1" serde = { version = "1.0", features = ["derive"] } diff --git a/tests/rust-integration-tests/integration_test/Cargo.toml b/tests/rust-integration-tests/integration_test/Cargo.toml index 4f342486..e912db76 100644 --- a/tests/rust-integration-tests/integration_test/Cargo.toml +++ b/tests/rust-integration-tests/integration_test/Cargo.toml @@ -12,7 +12,7 @@ libcontainer = { path = "../../../crates/libcontainer" } nix = "0.26.2" num_cpus = "1.15" oci-spec = "0.6.0" -once_cell = "1.17.1" +once_cell = "1.17.2" pnet_datalink = "0.33.0" procfs = "0.15.1" rand = "0.8.5"