Upgrade ical and teloxide versions

This commit is contained in:
2023-04-11 16:24:56 +02:00
parent 481f5895a9
commit 9b0876cb08
2 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ chrono = "0.4.22"
chrono-tz = "0.6.3"
diesel = { version = "2.0.2", features = ["chrono", "sqlite"] }
diesel_migrations = "2.0.0"
ical = { version = "0.7.0", features = ["ical"], default-features = false }
ical = { version = "0.8.0", features = ["ical"], default-features = false }
log = "0.4.17"
once_cell = "1.17.0"
pretty_env_logger = "0.4.0"
@@ -24,7 +24,7 @@ rrule = "0.10.0"
rust-i18n = "1.1.1"
serde = { version = "1.0.145", features = ["derive"] }
serde_yaml = "0.9.13"
teloxide = { version = "0.11.0", features = ["macros", "throttle"] }
teloxide = { version = "0.12.2", features = ["macros", "throttle"] }
thiserror = "1.0.37"
tokio = { version = "1.21.2", features = ["macros"] }