From c85be3c1a52b65e3992688b5303f29db9a2bb0f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 03:26:52 +0000 Subject: [PATCH] fix(deps): bump chrono from 0.4.42 to 0.4.43 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b7748c60..b0f4c0462 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1573,9 +1573,9 @@ dependencies = [ [[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/Cargo.toml b/Cargo.toml index 2e2e8c4ea..a3c25167b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ bstr = "1.12.0" bytes = "1.10.1" camino = { version = "1.1.3", features = ["serde1"] } cfg-if = "1.0.0" -chrono = { version = "0.4.41", features = ["serde"] } +chrono = { version = "0.4.43", features = ["serde"] } clap = { version = "4.5.32", features = ["deprecated", "derive", "string", "unicode", "wrap_help"] } clap_complete = "4.5.46" clap_complete_fig = "4.4.0"