From 33afe760a74b461d803915108ee79b3768b27812 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate@communiquons.org>
Date: Wed, 30 Apr 2025 00:19:13 +0000
Subject: [PATCH] Update Rust crate chrono to 0.4.41

---
 geneit_backend/Cargo.lock | 4 ++--
 geneit_backend/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/geneit_backend/Cargo.lock b/geneit_backend/Cargo.lock
index 9ff9665..1bcc156 100644
--- a/geneit_backend/Cargo.lock
+++ b/geneit_backend/Cargo.lock
@@ -709,9 +709,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/geneit_backend/Cargo.toml b/geneit_backend/Cargo.toml
index d9e8cda..708f42d 100644
--- a/geneit_backend/Cargo.toml
+++ b/geneit_backend/Cargo.toml
@@ -40,4 +40,4 @@ mime_guess = "2.0.5"
 tempfile = "3.19.1"
 base64 = "0.22.1"
 ical = { version = "0.11.0", features = ["generator", "ical", "vcard"] }
-chrono = "0.4.40"
+chrono = "0.4.41"