Updated dependencies

This commit is contained in:
2025-03-31 19:02:52 +03:00
parent bc6ede32b9
commit 49e5bb3ddf
3 changed files with 603 additions and 338 deletions

View File

@@ -49,12 +49,7 @@ sqlx = { version = "0.8", features = [
"migrate",
] }
subtle = "2"
teloxide = { version = "0.13", features = [
"macros",
"ctrlc_handler",
"rustls",
"throttle",
], default-features = false }
teloxide = { version = "0.14", features = ["macros", "ctrlc_handler", "rustls", "throttle", "tracing"], default-features = false }
tokio = { version = "1", features = [
"macros",
"rt-multi-thread",