Updated dependencies

This commit is contained in:
2025-08-17 17:10:04 +03:00
parent 0f2963b0cf
commit 922897313a
5 changed files with 427 additions and 453 deletions

View File

@@ -49,7 +49,7 @@ sqlx = { version = "0.8", features = [
"migrate",
] }
subtle = "2"
teloxide = { version = "0.15", features = [
teloxide = { version = "0.17", features = [
"macros",
"ctrlc_handler",
"rustls",
@@ -62,7 +62,7 @@ tokio = { version = "1", features = [
"sync",
"parking_lot",
] }
toml = "0.8"
toml = "0.9"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = [
"parking_lot",