From 0d07fe21c69a4d6ffbbc4053ccd3b3e145f3bc75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 11:57:45 +0000 Subject: [PATCH] chore(deps): bump once_cell from 1.16.0 to 1.17.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.16.0 to 1.17.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.16.0...v1.17.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 +++++++++++++---- crates/youki/Cargo.toml | 2 +- .../integration_test/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3471bf61e..527744f45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,7 +352,7 @@ dependencies = [ "bitflags", "clap_derive", "clap_lex", - "is-terminal", + "is-terminal 0.4.2", "once_cell", "strsim", "termcolor", @@ -1341,6 +1341,15 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" +[[package]] +name = "hermit-abi" +version = "0.1.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" +dependencies = [ + "libc", +] + [[package]] name = "hermit-abi" version = "0.2.6" @@ -1991,7 +2000,7 @@ version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" dependencies = [ - "hermit-abi", + "hermit-abi 0.2.6", "libc", ] @@ -2053,9 +2062,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" +checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "os_str_bytes" diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index 859f80fe4..bd49cf787 100644 --- a/crates/youki/Cargo.toml +++ b/crates/youki/Cargo.toml @@ -34,7 +34,7 @@ liboci-cli = { version = "0.0.4", path = "../liboci-cli" } log = { version = "0.4", features = ["std"] } nix = "0.25.0" oci-spec = { version = "0.5.8", features = ["runtime"] } -once_cell = "1.16.0" +once_cell = "1.17.0" pentacle = "1.0.0" procfs = "0.14.2" 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 8121b687a..0c58db21e 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.25.0" num_cpus = "1.15" oci-spec = "0.5.8" -once_cell = "1.16.0" +once_cell = "1.17.0" pnet_datalink = "0.31.0" procfs = "0.14.2" rand = "0.8.5"