diff --git a/Cargo.lock b/Cargo.lock index 40b28f8d2..a23309ab4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2340,9 +2340,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.2" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "openssl" diff --git a/crates/libcontainer/Cargo.toml b/crates/libcontainer/Cargo.toml index 21d2af3a2..df745a2a3 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.145" nix = "0.26.2" oci-spec = { version = "^0.6.0", features = ["runtime"] } -once_cell = "1.17.2" +once_cell = "1.18.0" 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 d390905c3..fd633dc94 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.2" +once_cell = "1.18.0" 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 e912db76f..cd6c6ee24 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.2" +once_cell = "1.18.0" pnet_datalink = "0.33.0" procfs = "0.15.1" rand = "0.8.5"