From c4a24bf68c3a1db80b99327932e44fe4833526f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 01:49:06 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.92 to 1.0.94 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.92 to 1.0.94. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.92...1.0.94) --- 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 62228ad..f3ac7cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.92" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "argh" diff --git a/Cargo.toml b/Cargo.toml index f65959d..08289ae 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.92" +anyhow = "1.0.94" argh = "0.1.12" inquire = "0.7.5"