From 2edb6bbe72c9f2b27a1403952cee07636273ae0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:04:08 +0000 Subject: [PATCH] Bump anyhow from 1.0.90 to 1.0.94 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.90 to 1.0.94. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.90...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 9255493..23dcabc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.90" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 659a774..aa0b0b4 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.90" +anyhow = "1.0.94" camino = "1.1.7" csv = "1.3.0" reqwest = { version = "0.12.8", features = ["json", "stream"] }