fix openssl error

This commit is contained in:
TheGeneralist 2026-02-02 10:22:55 +01:00
parent ff8091fe98
commit 47a712b4ae
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
3 changed files with 130 additions and 129 deletions

View file

@ -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"] }