Update rust dependencies to current version

This commit is contained in:
Manuel Vögele
2024-01-17 17:04:41 +01:00
parent a4479e6a9d
commit 97ca239ee1
2 changed files with 39 additions and 39 deletions

View File

@@ -14,7 +14,7 @@ chrono = "0.4.22"
chrono-tz = "0.8.5"
diesel = { version = "2.0.2", features = ["chrono", "sqlite"] }
diesel_migrations = "2.0.0"
ical = { version = "0.9.0", features = ["ical"], default-features = false }
ical = { version = "0.10.0", features = ["ical"], default-features = false }
log = "0.4.17"
once_cell = "1.17.0"
pretty_env_logger = "0.5.0"