Switched to teloxide 0.13

This commit is contained in:
2024-08-17 12:48:50 +03:00
parent 14b858808d
commit 374a9d91c7
29 changed files with 163 additions and 108 deletions

View File

@@ -21,7 +21,12 @@ arrayvec = "0.7"
base64 = "0.22"
bitflags = "2"
chacha20poly1305 = { version = "0.10", features = ["std"] }
derive_more = { version = "1", features = ["deref", "display", "error", "from"] }
derive_more = { version = "1", features = [
"deref",
"display",
"error",
"from",
] }
dotenvy = "0.15"
futures = "0.3"
hex = "0.4"
@@ -44,7 +49,7 @@ sqlx = { version = "0.8", features = [
"migrate",
] }
subtle = "2"
teloxide = { version = "0.12", features = [
teloxide = { version = "0.13", features = [
"macros",
"ctrlc_handler",
"rustls",