From 3aa51c2fb910a3b2103775f25a90a6e926a39658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:37:40 +0000 Subject: [PATCH] Bump anyhow from 1.0.87 to 1.0.90 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.87 to 1.0.90. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.90) --- 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..ed0eedd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,9 +68,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index 063105a..7d700d1 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.90" 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.90" ci_info = "0.14.14" version-compare = "0.2.0"