From 8bec46abccc9eba871d5bd5f7ade36f14e718527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 11:45:42 +0000 Subject: [PATCH] Bump anyhow from 1.0.74 to 1.0.75 in /data/render Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.74 to 1.0.75. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.74...1.0.75) --- 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 e8d39ab..99c0f64 100644 --- a/data/render/Cargo.lock +++ b/data/render/Cargo.lock @@ -19,9 +19,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.74" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c6f84b74db2535ebae81eede2f39b947dcbf01d093ae5f791e5dd414a1bf289" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "askama" diff --git a/data/render/Cargo.toml b/data/render/Cargo.toml index 0d97453..7d132ec 100644 --- a/data/render/Cargo.toml +++ b/data/render/Cargo.toml @@ -14,7 +14,7 @@ askama = "0.12.0" hubcaps = { git="https://github.com/softprops/hubcaps" } tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros"] } chrono = "0.4.26" -anyhow = "1.0.74" +anyhow = "1.0.75" pico-args = "0.5.0" serde_json = "1.0.105" slug = "0.1.4"