From 3c4fa9b7b3869fc63b9e0d3d6b640878a1d90ea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:25:34 +0000 Subject: [PATCH] Bump anyhow from 1.0.87 to 1.0.89 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.87 to 1.0.89. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.89) --- 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 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c992689..55d72a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,9 +68,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index 063105a..2f204f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ clap_mangen = "0.2.23" clap-markdown = "0.1.4" serde = { version = "1.0.210", features = ["derive"] } serde_yaml = "0.9.34" -anyhow = "1.0.87" +anyhow = "1.0.89" version-compare = "0.2.0" [build-dependencies] @@ -35,7 +35,7 @@ async-trait = "0.1.82" tokio = { version = "1.40.0", features = ["rt", "rt-multi-thread", "macros"] } serde = { version = "1.0.210", features = ["derive"] } serde_yaml = "0.9.34" -anyhow = "1.0.87" +anyhow = "1.0.89" ci_info = "0.14.14" version-compare = "0.2.0"