From eb6a5fed5df50348efa699ead9a5ceb3b1f9231c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 00:05:48 +0000 Subject: [PATCH] Bump the patch group with 2 updates Bumps the patch group with 2 updates: [once_cell](https://github.com/matklad/once_cell) and [which](https://github.com/harryfei/which-rs). Updates `once_cell` from 1.20.2 to 1.20.3 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.20.2...v1.20.3) Updates `which` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/7.0.1...7.0.2) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: which dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- crates/libcontainer/Cargo.toml | 2 +- tests/contest/contest/Cargo.toml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f805689f..449cc145e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,7 +592,7 @@ dependencies = [ "tracing", "tracing-subscriber", "uuid", - "which 7.0.1", + "which 7.0.2", ] [[package]] @@ -2477,9 +2477,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.2" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" [[package]] name = "openssl" @@ -5567,9 +5567,9 @@ dependencies = [ [[package]] name = "which" -version = "7.0.1" +version = "7.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb4a9e33648339dc1642b0e36e21b3385e6148e289226f657c809dee59df5028" +checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283" dependencies = [ "either", "env_home", diff --git a/crates/libcontainer/Cargo.toml b/crates/libcontainer/Cargo.toml index 855bd0d6c..82fa28ecb 100644 --- a/crates/libcontainer/Cargo.toml +++ b/crates/libcontainer/Cargo.toml @@ -38,7 +38,7 @@ nix = { version = "0.28.0", features = [ "hostname", ] } oci-spec = { version = "0.7.1", features = ["runtime"] } -once_cell = "1.20.2" +once_cell = "1.20.3" procfs = "0.17.0" prctl = "1.0.0" libcgroups = { path = "../libcgroups", default-features = false, version = "0.5.1" } # MARK: Version diff --git a/tests/contest/contest/Cargo.toml b/tests/contest/contest/Cargo.toml index 633d2b804..f3aa0269a 100644 --- a/tests/contest/contest/Cargo.toml +++ b/tests/contest/contest/Cargo.toml @@ -11,7 +11,7 @@ libcontainer = { path = "../../../crates/libcontainer" } nix = "0.28.0" num_cpus = "1.16" oci-spec = { version = "0.7.1", features = ["runtime"] } -once_cell = "1.20.2" +once_cell = "1.20.3" pnet_datalink = "0.35.0" procfs = "0.17.0" rand = "0.8.5" @@ -20,7 +20,7 @@ serde_json = "1.0" tar = "0.4" test_framework = { path = "../test_framework" } uuid = "1.12" -which = "7.0.1" +which = "7.0.2" tempfile = "3" scopeguard = "1.2.0" tracing = { version = "0.1.41", features = ["attributes"]}