From 8fed5ffd8a7d5dbaadf52065e23dd1f3bfa403f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 05:12:37 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.81 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e139ba..d032ff5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.58" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" +checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index cc41f63..1a9b7b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tag-message = "release {{crate_name}} v{{version}}" post-release-commit-message = "start next development iteration {{next_version}}" [dependencies] -anyhow = "1.0.57" +anyhow = "1.0.81" base64 = "0.13.0" blake2 = "0.10.4" clap = { version = "3.2.15", features = ["derive"]}