From 54c6acb606638112df7ff22b6d7ef476ccace644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 10:43:14 +0000 Subject: [PATCH] chore(deps): bump chrono from 0.4.43 to 0.4.44 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.43 to 0.4.44. - [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.43...v0.4.44) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- aoc-star/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2fa40c..400f903 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,9 +175,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "chrono" -version = "0.4.43" +version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" +checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" dependencies = [ "iana-time-zone", "js-sys", diff --git a/aoc-star/Cargo.toml b/aoc-star/Cargo.toml index 91a0b7c..3c8c1c3 100644 --- a/aoc-star/Cargo.toml +++ b/aoc-star/Cargo.toml @@ -16,7 +16,7 @@ aoc-star-derive = "0.1.1" inventory = "0.3" clap = { version = "4", features = ["derive"] } aoc-client = { version = "0.2.0", optional = true } -chrono = "0.4.43" +chrono = "0.4.44" serde_yaml = "0.9.34" serde = { version = "1.0.228", features = ["derive"] } dirs = "6.0.0"