From c97caf107132cded83c898cd4d5be5ea6099e4ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 07:33:09 +0000 Subject: [PATCH] build(deps): 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 f9b726f..94f6fff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,9 +146,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[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 8c05c6e..c7dd075 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ pretty_env_logger = "0.5.0" tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] } regex = "1.12.3" -chrono = "0.4.42" +chrono = "0.4.44" sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "chrono"] }