Bump dependency versions

This commit is contained in:
Manuel Vögele
2024-09-26 10:25:34 +02:00
parent 38d62d1b04
commit 2041853a83
4 changed files with 66 additions and 43 deletions

View File

@@ -11,22 +11,22 @@ async-mutex = "1.4.0"
blocking = "1.2.0"
bytes = "1.2.1"
chrono = "0.4.22"
chrono-tz = "0.8.5"
chrono-tz = "0.9.0"
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.12.0"
itertools = "0.13.0"
log = "0.4.17"
once_cell = "1.17.0"
pretty_env_logger = "0.5.0"
regex = "1.6.0"
reqwest = "0.12.4"
rrule = "0.12.0"
rrule = "0.13.0"
rust-i18n = "3.0.1"
serde = { version = "1.0.145", features = ["derive"] }
serde_yaml = "0.9.13"
strum = { version = "0.26.1", features = ["derive"] }
teloxide = { version = "0.12.2", features = ["macros", "throttle"] }
teloxide = { version = "0.13.0", features = ["macros", "throttle"] }
thiserror = "1.0.56"
tokio = { version = "1.21.2", features = ["macros"] }