Update ical-rs dependency

This commit is contained in:
Lennart K
2025-12-18 14:14:26 +01:00
parent 7b32d478b8
commit 6bc4bd3fa3
3 changed files with 3 additions and 3 deletions

View File

@@ -109,7 +109,6 @@ strum_macros = "0.27"
serde_json = { version = "1.0", features = ["raw_value"] }
sqlx-sqlite = { version = "0.8", features = ["bundled"] }
ical = { git = "https://github.com/lennart-k/ical-rs", features = [
"generator",
"serde",
"chrono-tz",
] }