fix openssl error
This commit is contained in:
parent
ff8091fe98
commit
47a712b4ae
3 changed files with 130 additions and 129 deletions
|
|
@ -12,7 +12,7 @@ rand = "0.8"
|
|||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tempfile = "3"
|
||||
teloxide = { version = "0.12", features = ["macros", "auto-send"] }
|
||||
teloxide = { version = "0.12", default-features = false, features = ["macros", "auto-send", "ctrlc_handler", "rustls"] }
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"] }
|
||||
toml = "0.8"
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue