Upgrade ical and teloxide versions
This commit is contained in:
@@ -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"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user