From 50924189b3153aa04cbb11c99cdc8c5004069fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:08:03 +0000 Subject: [PATCH] Bump chrono from 0.4.42 to 0.4.44 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.42 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.42...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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0117cfb..882c66aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,9 +218,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.42" +version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" +checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" dependencies = [ "iana-time-zone", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index ba3faccd..3138f9c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ brotli = "8.0" build-print = "1.0.1" bytes = "1.11" chacha20poly1305 = "0.10" -chrono = "0.4.42" +chrono = "0.4.44" config = "0.15.19" cookie = "0.18.1" derive_more = { version = "2.0", features = ["display", "error"] }