From 8dd168d4f66316d28b2fbc039a5ea8117c98be06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:06:46 +0000 Subject: [PATCH] Bump anyhow from 1.0.89 to 1.0.91 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.91. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.91) --- 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 0d75c0a..505b950 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" [[package]] name = "arraydeque" diff --git a/Cargo.toml b/Cargo.toml index bfda6d2..559a6e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ simplelog = "0.12" nix = { version = "0.29", default-features = false, features = ["user"] } shlex = "1.3" sha2 = "0.10.8" -anyhow = "1.0.89" +anyhow = "1.0.91" thiserror = "1.0.64" tera = "1" serde_json = "1.0.132"