From c38a610fc33895dfed477ea3fef5c8df7243055b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:39:14 +0000 Subject: [PATCH] Bump anyhow from 1.0.87 to 1.0.89 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.87 to 1.0.89. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.89) --- 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 8d7e6b0..246320f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,9 +108,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 9d7e624..89e2bb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ niffler = "2.4.0" log = "0.4.22" env_logger = { version = "0.11.5", optional = true } simple-error = "0.3.1" -anyhow = "1.0.87" +anyhow = "1.0.89" zip = { version = "2.0", default-features = false } tempfile = "3.12" needletail = "0.5.1"