From 204d25f0d8e008bed432ffb4f3b7e587e6100fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 08:12:04 +0000 Subject: [PATCH] Bump anyhow from 1.0.83 to 1.0.86 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.83 to 1.0.86. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.83...1.0.86) --- 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 b72369f..70d4d91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,9 +49,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.83" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 52d5a87..bf26e3a 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.0" -anyhow = "1.0.83" +anyhow = "1.0.86" camino = "1.1.6" csv = "1.3.0" reqwest = { version = "0.12.4", features = ["json", "stream"] }