mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 10:32:19 +00:00
store: update ical-rs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user