From b2594ef3e46fc9d14ba09a4bf976fd008631c8e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 13:44:09 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.82 to 1.0.86 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.86. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...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 +- services/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 333046c..0a039ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -127,9 +127,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.82" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "arrayvec" diff --git a/Cargo.toml b/Cargo.toml index 11ca0b2..2ed6844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,4 +60,4 @@ hyper = { version = "1.1.0", features = ["http1", "http2", "client"], optional = hyper-util = { version = "0.1.3", features = ["client", "client-legacy", "http1", "http2"], optional = true } hyper-tls = { version = "0.6.0", optional = true } http-body-util = { version = "0.1.0", optional = true } -anyhow = "1.0.81" +anyhow = "1.0.86" diff --git a/services/Cargo.toml b/services/Cargo.toml index f3f78cb..ac7f29c 100644 --- a/services/Cargo.toml +++ b/services/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" goval-ident = ["dep:serde_json"] [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.86" async-trait = "0.1.80" crc32fast = { version = "1.4.0", features = ["nightly"] } deadqueue = { version = "0.2.4", default-features = false, features = ["unlimited"] }