From 7cbc2ba260fb87c2ff37a3188ceeda3d7d87ebd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 00:22:54 +0000 Subject: [PATCH] Bump nc from 0.8.21 to 0.8.22 in the patch group Bumps the patch group with 1 update: [nc](https://github.com/xushaohua/nc). Updates `nc` from 0.8.21 to 0.8.22 - [Commits](https://github.com/xushaohua/nc/commits) --- updated-dependencies: - dependency-name: nc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/libcontainer/Cargo.toml | 2 +- tests/contest/runtimetest/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0188b4b3..64faa6d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -383,9 +383,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.91" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fd97381a8cc6493395a5afc4c691c1084b3768db713b73aa215217aa245d153" +checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f" dependencies = [ "jobserver", "libc", @@ -1867,9 +1867,9 @@ dependencies = [ [[package]] name = "jobserver" -version = "0.1.28" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6" +checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" dependencies = [ "libc", ] @@ -2241,9 +2241,9 @@ dependencies = [ [[package]] name = "nc" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "388827c54cacb7f6604751c05dc9adf9ec9c1b35a6f50948e3d11049502481f3" +checksum = "e01605ec4e42a3d2165e3fb9c1afbb12449f88a04ceb6335e1b4b8bdd69c5058" dependencies = [ "cc", ] diff --git a/crates/libcontainer/Cargo.toml b/crates/libcontainer/Cargo.toml index d1734a64..943743ce 100644 --- a/crates/libcontainer/Cargo.toml +++ b/crates/libcontainer/Cargo.toml @@ -53,7 +53,7 @@ regex = { version = "1.10.5", default-features = false, features = ["std", "unic thiserror = "1.0.63" tracing = { version = "0.1.40", features = ["attributes"] } safe-path = "0.1.0" -nc = "0.8.21" +nc = "0.8.22" [dev-dependencies] oci-spec = { version = "~0.6.8", features = ["proptests", "runtime"] } diff --git a/tests/contest/runtimetest/Cargo.toml b/tests/contest/runtimetest/Cargo.toml index 1f3add62..81064a2e 100644 --- a/tests/contest/runtimetest/Cargo.toml +++ b/tests/contest/runtimetest/Cargo.toml @@ -8,4 +8,4 @@ oci-spec = { version = "0.6.8", features = ["runtime"] } nix = "0.28.0" anyhow = "1.0" libc = "0.2.155" # TODO (YJDoc2) upgrade to latest -nc = "0.8.21" +nc = "0.8.22"