From 21ee133563d79a87eeb281d3ad74d8d7b6301c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 01:32:51 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.86 to 1.0.88 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.88. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.88) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a772747..3029815 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356" [[package]] name = "argh" diff --git a/Cargo.toml b/Cargo.toml index 008e482..17ff1f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ repository = "https://github.com/sousandrei/cc-cli" version = "0.1.5" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.88" argh = "0.1.12" inquire = "0.7.5"