From 40a0e386af178802cb2d60878cab645163f8ee0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:08:11 +0100 Subject: [PATCH] Bump anyhow from 1.0.86 to 1.0.92 (#51) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.92. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.92) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 039574e..96ed283 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,9 +46,9 @@ checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" [[package]] name = "async-broadcast" diff --git a/Cargo.toml b/Cargo.toml index 2262a01..06a0af8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ edition = "2021" kube = { version = "0.96.0", features = ["runtime", "derive"] } k8s-openapi = { version = "0.22.0", features = ["v1_27"] } tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread", "signal"] } -anyhow = "1.0.86" +anyhow = "1.0.92" futures-util = "0.3.31" \ No newline at end of file