Minimal updates to run the bot without OpenSSL

This commit is contained in:
Sakuhl 2021-04-27 00:04:07 +02:00
parent d7ed8b19e2
commit 407374249d
2 changed files with 831 additions and 893 deletions

1720
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@ configure = "0.1.1"
failure = "0.1.1"
failure_derive = "0.1.1"
lazy_static = "1.0.0"
reqwest = { version = "0.10.4", features = ["blocking"] }
reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls-native-roots", "tokio-rustls", "hyper-rustls"] }
serde = "1.0.24"
serde_derive = "1.0.24"
serde_json = "1.0.8"
@ -20,7 +20,7 @@ features = ["postgres"]
version = "1.0"
[dependencies.serenity]
features = []
features = ["rustls_backend"]
version = "0.8.0"
[dependencies.wynncraft]