From 2946b02bd2f6a89ae6c87aee4523d53f1433d8c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 12:12:21 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.65 to 1.0.66 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.66. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.65...1.0.66) --- 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 0df8f27e9b..64daa88333 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,9 +48,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.65" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" +checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "ascii" diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index 86bcd82338..763242bd1e 100644 --- a/crates/youki/Cargo.toml +++ b/crates/youki/Cargo.toml @@ -23,7 +23,7 @@ default-features = false features = ["std", "suggestions", "derive", "cargo"] [dependencies] -anyhow = "1.0.65" +anyhow = "1.0.66" 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 } @@ -44,5 +44,5 @@ caps = "0.5.5" serial_test = "0.9.0" [build-dependencies] -anyhow = "1.0.65" +anyhow = "1.0.66" vergen = "7.2.1" diff --git a/tests/rust-integration-tests/test_framework/Cargo.toml b/tests/rust-integration-tests/test_framework/Cargo.toml index 1fc3c66564..12aa67f541 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.66" crossbeam = "0.8.2"