update teloxide to 0.17.0

This commit is contained in:
Manuel Vögele
2025-12-15 13:36:19 +01:00
parent 2b11521c56
commit 73c971bd43
2 changed files with 272 additions and 434 deletions

View File

@@ -25,7 +25,7 @@ rrule = "0.14.0"
rust-i18n = "3.0.1"
serde = { version = "1.0.145", features = ["derive"] }
strum = { version = "0.27.2", features = ["derive"] }
teloxide = { version = "0.13.0", features = ["macros", "throttle"] }
teloxide = { version = "0.17.0", features = ["macros", "throttle"] }
thiserror = "2.0.17"
tokio = { version = "1.21.2", features = ["macros"] }
toml = "0.9.8"