Update teloxide to 0.15
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled

This commit is contained in:
2025-04-27 15:19:07 +02:00
parent a96ff53ae0
commit 8166168538
4 changed files with 243 additions and 512 deletions

View File

@@ -28,7 +28,7 @@ reqwest = { version = "0.12.15", features = ["json", "stream"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
teloxide = { version = "0.13.0", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
teloxide = { version = "0.15.0", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
url = "2.5.4"