From b1751bb756389baa358a0d338160ff215e03cebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 11:02:52 +0000 Subject: [PATCH] Bump chrono from 0.4.42 to 0.4.43 in /data/render Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.42 to 0.4.43. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.42...v0.4.43) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.43 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 e0f311c9a..c73ea8e17 100644 --- a/data/render/Cargo.lock +++ b/data/render/Cargo.lock @@ -175,9 +175,9 @@ checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" [[package]] name = "chrono" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" +checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" dependencies = [ "iana-time-zone", "js-sys", diff --git a/data/render/Cargo.toml b/data/render/Cargo.toml index 2b264a569..ade9bf33c 100644 --- a/data/render/Cargo.toml +++ b/data/render/Cargo.toml @@ -52,7 +52,7 @@ askama = "0.12.1" # released. See https://github.com/softprops/hubcaps/pull/285 hubcaps = { git="https://github.com/softprops/hubcaps" } tokio = { version = "1.43.4", features = ["rt-multi-thread", "macros"] } -chrono = "0.4.42" +chrono = "0.4.43" anyhow = "1.0.100" pico-args = "0.5.0" serde_json = "1.0.149"