From 01379e9b3ca7406b8c8781ac607c83b191e83fca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 13:31:58 +0200 Subject: [PATCH] chore: Bump anyhow from 1.0.73 to 1.0.74 (#108) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.73 to 1.0.74. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.73...1.0.74) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93ca834..35ab607 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,9 +68,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.73" +version = "1.0.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f768393e7fabd388fe8409b13faa4d93ab0fef35db1508438dfdb066918bcf38" +checksum = "8c6f84b74db2535ebae81eede2f39b947dcbf01d093ae5f791e5dd414a1bf289" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 14630e0..19c9b3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ gpg-tests = [] [dependencies] gpgme = "0.11.0" tui = { package = "ratatui", version = "0.20.1" } -anyhow = "1.0.73" +anyhow = "1.0.74" chrono = "0.4.26" unicode-width = "0.1.10" copypasta-ext = "0.4.4"