From 050d8793eef80c434d1e54d53a4eeb54d671b00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:48:04 +0000 Subject: [PATCH] Bump anyhow from 1.0.86 to 1.0.89 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.89. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...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 b648343..2b33fb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 5faea78..28ab63d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ needletail = "0.5.1" #zip = { version = "0.6", default-features = false, features = ["deflate"] } async_zip={version="0.0.17", features=["full"]} simple-error = "0.3.1" -anyhow = "1.0.86" +anyhow = "1.0.89" camino = "1.1.7" csv = "1.3.0" reqwest = { version = "0.12.7", features = ["json", "stream"] }