Update ical dependency (necessary feature arrived in release)

This commit is contained in:
Lennart
2024-01-21 14:42:29 +01:00
parent 7b7728d668
commit 403d952e06

View File

@@ -24,6 +24,6 @@ serde_json = "1.0.105"
tokio = { version = "1.32.0", features = ["sync", "full"] } tokio = { version = "1.32.0", features = ["sync", "full"] }
async-trait = "0.1.73" async-trait = "0.1.73"
thiserror = "1.0.48" thiserror = "1.0.48"
ical = { git = "https://github.com/Peltoche/ical-rs.git", rev = "4f7aeb0", features = [ ical = { git = "https://github.com/Peltoche/ical-rs.git", features = [
"generator", "generator",
] } ] }