From 79a410992ba83a8837355bd440ec7d31479bec1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 00:55:06 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.74 to 1.0.75 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.74 to 1.0.75. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.74...1.0.75) --- 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 d986b412a..6d22dd132 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,9 +135,9 @@ checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e" [[package]] name = "anyhow" -version = "1.0.74" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c6f84b74db2535ebae81eede2f39b947dcbf01d093ae5f791e5dd414a1bf289" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "arbitrary" diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index 42dee9cac..5167c06c1 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.74" +anyhow = "1.0.75" chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] } libcgroups = { version = "0.1.0", path = "../libcgroups", default-features = false } libcontainer = { version = "0.1.0", path = "../libcontainer", default-features = false } @@ -55,5 +55,5 @@ tempfile = "3" scopeguard = "1.2.0" [build-dependencies] -anyhow = "1.0.74" +anyhow = "1.0.75" vergen = {version ="8.2.4", features =["git","gitcl"]} diff --git a/tests/rust-integration-tests/test_framework/Cargo.toml b/tests/rust-integration-tests/test_framework/Cargo.toml index 8e9211c81..7e1d19a3c 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.74" +anyhow = "1.0.75" crossbeam = "0.8.2"