From 9ec1325f31710e3f46b3c83f82692a425b52c3df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 02:39:49 +0000 Subject: [PATCH] Bump chrono from 0.4.42 to 0.4.43 in /conecta-core 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] --- conecta-core/Cargo.lock | 4 ++-- conecta-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conecta-core/Cargo.lock b/conecta-core/Cargo.lock index c6b8bbf..5b2a08e 100644 --- a/conecta-core/Cargo.lock +++ b/conecta-core/Cargo.lock @@ -564,9 +564,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[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/conecta-core/Cargo.toml b/conecta-core/Cargo.toml index dd7f636..03d7608 100644 --- a/conecta-core/Cargo.toml +++ b/conecta-core/Cargo.toml @@ -13,7 +13,7 @@ r2d2_postgres = "0.18.2" postgres = { version = "0.19", features = ["with-chrono-0_4", "with-uuid-1", "with-geo-types-0_7"] } sqlparser = "0.60.0" rayon = "1.11.0" -chrono = "0.4.42" +chrono = "0.4.43" serde = { version = "1.0.228", features = ["derive"] } uuid = "1.19.0"