From 4778734a1239f180090c3a8c35957b4dc1e1f0ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 11:46:46 +0000 Subject: [PATCH] Bump anyhow from 1.0.97 to 1.0.98 in /data/render Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.97 to 1.0.98. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.97...1.0.98) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.98 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 4af9395..5f1381f 100644 --- a/data/render/Cargo.lock +++ b/data/render/Cargo.lock @@ -19,9 +19,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.97" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "askama" diff --git a/data/render/Cargo.toml b/data/render/Cargo.toml index 8e634cd..731fe32 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.26.0", features = ["rt-multi-thread", "macros"] } chrono = "0.4.40" -anyhow = "1.0.97" +anyhow = "1.0.98" pico-args = "0.5.0" serde_json = "1.0.140" slug = "0.1.6"