store: update ical-rs

This commit is contained in:
Lennart
2024-02-25 11:39:41 +01:00
parent e79113b905
commit 6be9ce5061
2 changed files with 3 additions and 7 deletions

View File

@@ -23,9 +23,7 @@ sqlx = { version = "0.7", features = [
] }
tokio = { version = "1.35", features = ["sync", "full"] }
toml = "0.8"
ical = { git = "https://github.com/Peltoche/ical-rs.git", features = [
"generator",
] }
ical = { version = "0.10", features = ["generator", "serde"] }
chrono = "0.4"
regex = "1.10"
lazy_static = "1.4"