Switched to teloxide 0.13
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user