From ab6476a598f43d34907d97c2c735ceda915518c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 14:16:00 +0000 Subject: [PATCH] Bump anyhow from 1.0.72 to 1.0.75 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.72 to 1.0.75. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.72...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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index acd52a9..ba65f12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,9 +52,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "assert_cmd" diff --git a/Cargo.toml b/Cargo.toml index 0fd991a..b13a7df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ handlebars = { version = "4.3.7", optional = true } serde_json = { version = "1.0.105", optional = true } [dependencies] -anyhow = "1.0.72" +anyhow = "1.0.75" clap = { version = "4.4.0", features = ["derive", "cargo"] } colored = "2.0.4" serde_yaml = "0.9.25"