From a868cdbd13ebdfc95de9065cf8cffbb95837079f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 00:36:30 +0000 Subject: [PATCH] Bump pentacle from 1.0.0 to 1.1.0 Bumps [pentacle](https://github.com/haha-business/pentacle) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/haha-business/pentacle/releases) - [Changelog](https://github.com/haha-business/pentacle/blob/magick/CHANGELOG.md) - [Commits](https://github.com/haha-business/pentacle/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: pentacle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/youki/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ba00c86e..241aa0a3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2579,9 +2579,9 @@ dependencies = [ [[package]] name = "pentacle" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e26ee4fbe38a973890ca68cace434e192d88f3703099fd64f799f3d6043ee7b6" +checksum = "9e875807b4510e6847d4ef7674ab9b3efe30cc99b933f2e6e82f6ef38f7e5352" dependencies = [ "libc", "log", diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index 16353bea7..78b33ded1 100644 --- a/crates/youki/Cargo.toml +++ b/crates/youki/Cargo.toml @@ -33,7 +33,7 @@ libcgroups = { path = "../libcgroups", default-features = false, version = "0.4. libcontainer = { path = "../libcontainer", default-features = false, version = "0.4.1" } # MARK: Version liboci-cli = { path = "../liboci-cli", version = "0.4.1" } # MARK: Version nix = "0.28.0" -pentacle = "1.0.0" +pentacle = "1.1.0" procfs = "0.16.0" serde_json = "1.0" tabwriter = "1"