From 0d203762a0562be8303280fc4aa6a10a566f4e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 01:12:41 +0000 Subject: [PATCH] chore(deps): bump once_cell from 1.11.0 to 1.12.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/youki/Cargo.toml | 2 +- tests/rust-integration-tests/integration_test/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ae8a7e8a..e5b2b44e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1362,9 +1362,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b10983b38c53aebdf33f542c6275b0f58a238129d00c4ae0e6fb59738d783ca" +checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" [[package]] name = "os_str_bytes" diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index 319818cf5..cdbb69762 100644 --- a/crates/youki/Cargo.toml +++ b/crates/youki/Cargo.toml @@ -26,7 +26,7 @@ liboci-cli = { version = "0.0.3", path = "../liboci-cli" } log = { version = "0.4", features = ["std"]} nix = "0.24.1" oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "6df620e" , features = ["runtime"] } -once_cell = "1.11.0" +once_cell = "1.12.0" pentacle = "1.0.0" procfs = "0.12.0" 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 6b4054e49..479edfb86 100644 --- a/tests/rust-integration-tests/integration_test/Cargo.toml +++ b/tests/rust-integration-tests/integration_test/Cargo.toml @@ -13,7 +13,7 @@ log = { version = "0.4", features = ["std"] } nix = "0.24.1" num_cpus = "1.13" oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "6df620e" } -once_cell = "1.11.0" +once_cell = "1.12.0" pnet = "0.29.0" procfs = "0.12.0" rand = "0.8.5"