Update itertools

This commit is contained in:
Manuel Vögele
2025-12-15 13:27:57 +01:00
parent 84f1a60663
commit f61e14b319
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ 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 }
itertools = "0.13.0"
itertools = "0.14.0"
log = "0.4.17"
once_cell = "1.17.0"
pretty_env_logger = "0.5.0"