From c0bb459254cf75510d18bba4f9aeffbed5b17a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:36:11 +0000 Subject: [PATCH] Bump anyhow from 1.0.88 to 1.0.94 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.88 to 1.0.94. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.88...1.0.94) --- 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 21cf978..7d5bfb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,9 +22,9 @@ checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" [[package]] name = "anyhow" -version = "1.0.88" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index bafe9ee..6040136 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ path = "src/bonus/snowfall.rs" [dependencies] ratatui = "0.27.0" crossterm = "0.27.0" -anyhow = "1.0.88" +anyhow = "1.0.94" enum-iterator = "2.1.0" lazy_static = "1.5.0" palette = "0.7.6"