From 316b053db21300050ef6a09e380d5e7fd5cc12a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 11:51:06 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.65 to 1.0.68 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.68. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.65...1.0.68) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/youki/Cargo.toml | 4 ++-- tests/rust-integration-tests/test_framework/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2b8e99119..57ea8db327 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -63,9 +63,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.65" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" +checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "arrayvec" diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index 41e7b65301..6c83d9e407 100644 --- a/crates/youki/Cargo.toml +++ b/crates/youki/Cargo.toml @@ -26,7 +26,7 @@ default-features = false features = ["std", "suggestions", "derive", "cargo", "help", "usage", "error-context"] [dependencies] -anyhow = "1.0.65" +anyhow = "1.0.68" chrono = { version = "0.4", features = ["serde"] } libcgroups = { version = "0.0.4", path = "../libcgroups", default-features = false } libcontainer = { version = "0.0.4", path = "../libcontainer", default-features = false } @@ -47,5 +47,5 @@ caps = "0.5.5" serial_test = "0.10.0" [build-dependencies] -anyhow = "1.0.65" +anyhow = "1.0.68" vergen = "7.5.0" diff --git a/tests/rust-integration-tests/test_framework/Cargo.toml b/tests/rust-integration-tests/test_framework/Cargo.toml index 1fc3c66564..185cd07e02 100644 --- a/tests/rust-integration-tests/test_framework/Cargo.toml +++ b/tests/rust-integration-tests/test_framework/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.65" +anyhow = "1.0.68" crossbeam = "0.8.2"