From 78dbc882b622335110ac3054027584b354e28298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:50:27 +0000 Subject: [PATCH] chore(deps): Bump anyhow from 1.0.92 to 1.0.93 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.92 to 1.0.93. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.92...1.0.93) --- 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 5388b54..7dd2bd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,9 +99,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.92" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "arbitrary" diff --git a/Cargo.toml b/Cargo.toml index 4aaf0f8..9a5f2c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ include = ["/LICENSES", "/README.md", "/src"] anstyle = { version = "1.0.10", default-features = false, optional = true } anstyle-lossy = { version = "1.1.3", optional = true } anstyle-yansi = { version = "2.0.2", optional = true } -anyhow = "1.0.92" +anyhow = "1.0.93" clap = { version = "4.5.20", features = ["derive", "wrap_help"] } clap_complete = "4.5.37" clap_complete_nushell = "4.5.4"