Update chrono-tz and rrule

This commit is contained in:
Manuel Vögele
2025-12-15 13:24:33 +01:00
parent 58421d07a4
commit c76821d089
2 changed files with 11 additions and 68 deletions

View File

@@ -11,7 +11,7 @@ async-mutex = "1.4.0"
blocking = "1.2.0"
bytes = "1.2.1"
chrono = "0.4.22"
chrono-tz = "0.9.0"
chrono-tz = "0.10.4"
diesel = { version = "2.0.2", features = ["chrono", "sqlite"] }
diesel_migrations = "2.0.0"
ical = { version = "0.11.0", features = ["ical"], default-features = false }
@@ -21,7 +21,7 @@ once_cell = "1.17.0"
pretty_env_logger = "0.5.0"
regex = "1.6.0"
reqwest = "0.12.4"
rrule = "0.13.0"
rrule = "0.14.0"
rust-i18n = "3.0.1"
serde = { version = "1.0.145", features = ["derive"] }
strum = { version = "0.26.1", features = ["derive"] }