From 27cdbf3fa7b300c7f9f8041f3ca898ec4f2dbe5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 21:55:12 +0000 Subject: [PATCH] Bump chrono from 0.4.40 to 0.4.41 in /backend Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.40 to 0.4.41. - [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.40...v0.4.41) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.41 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 4 ++-- backend/sync_server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index e34147c5..eb8c6507 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -436,9 +436,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.40" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c" +checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/backend/sync_server/Cargo.toml b/backend/sync_server/Cargo.toml index ab8e890e..92ddf8a0 100644 --- a/backend/sync_server/Cargo.toml +++ b/backend/sync_server/Cargo.toml @@ -24,7 +24,7 @@ tower-http = { version = "0.6.1", features = ["cors", "trace", "limit", "timeout tracing-subscriber = { version = "0.3.19", features = ["fmt", "env-filter"]} serde_yaml = "0.9.34" sqlx = { version = "0.8.5", features = ["sqlite", "runtime-tokio", "uuid", "chrono"] } -chrono = { version = "0.4.40", features = ["serde"] } +chrono = { version = "0.4.41", features = ["serde"] } aide = { version = "0.13.5", features = ["axum", "axum-ws", "scalar", "axum-headers"] } schemars = { version = "0.8.22", features = ["chrono", "uuid1", "bytes"] } tracing = "0.1.41" -- 2.47.2