update dependencies, fix openssl

This commit is contained in:
Agatha 2020-03-01 14:08:49 +02:00
parent de6660657b
commit 27d9c6b1b4
2 changed files with 445 additions and 650 deletions

1084
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,8 +7,11 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
serenity = "0.7.1" serenity = "0.8.0"
rand = "0.7.2" rand = "0.7.3"
sys-info = "0.5.8" sys-info = "0.5.9"
urbandict = "0.2.0" urbandict = "0.2.0"
owoify = "0.1.4" owoify = "0.1.5"
[patch.crates-io]
openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }