From 5e93882e07a068b5470525ee8b9a84e1f8022780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 00:47:18 +0300 Subject: [PATCH] Bump anyhow from 1.0.87 to 1.0.88 (#25) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.87 to 1.0.88. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.88) --- 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 752264e..21cf978 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,9 +22,9 @@ checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 6ddffbb..bafe9ee 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.87" +anyhow = "1.0.88" enum-iterator = "2.1.0" lazy_static = "1.5.0" palette = "0.7.6"