From 7075e6891b69cbcd23bdfc25fea73c5f65309cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:31:09 +0000 Subject: [PATCH] Bump anyhow from 1.0.89 to 1.0.90 in /data/render Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.90. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.90) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- data/render/Cargo.lock | 4 ++-- data/render/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/render/Cargo.lock b/data/render/Cargo.lock index f5857eec2..65edd7c44 100644 --- a/data/render/Cargo.lock +++ b/data/render/Cargo.lock @@ -34,9 +34,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" [[package]] name = "askama" diff --git a/data/render/Cargo.toml b/data/render/Cargo.toml index 9d1058b77..ac9a292a2 100644 --- a/data/render/Cargo.toml +++ b/data/render/Cargo.toml @@ -14,7 +14,7 @@ askama = "0.12.1" hubcaps = { git="https://github.com/softprops/hubcaps" } tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] } chrono = "0.4.38" -anyhow = "1.0.89" +anyhow = "1.0.90" pico-args = "0.5.0" serde_json = "1.0.129" slug = "0.1.6"