Updated dependencies

This commit is contained in:
2025-04-09 19:39:02 +03:00
parent 49e5bb3ddf
commit 0f2963b0cf
9 changed files with 90 additions and 57 deletions

View File

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