From 22ab0efc9d0e1ffcf41dc5be8a4e9066cb6b8353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 18:28:03 +0000 Subject: [PATCH] Bump anyhow from 1.0.82 to 1.0.84 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.84. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.84) --- 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 c49053a..9bbecaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,9 +22,9 @@ checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" [[package]] name = "anyhow" -version = "1.0.82" +version = "1.0.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" +checksum = "18b8795de6d09abb2b178fa5a9e3bb10da935750f33449a132b328b9391b2c6a" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 94d7e8c..269ec20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ path = "src/bonus/snowfall.rs" [dependencies] ratatui = "0.26.2" crossterm = "0.27.0" -anyhow = "1.0.82" +anyhow = "1.0.84" enum-iterator = "2.1.0" lazy_static = "1.4.0" palette = "0.7.6"