forked from sorceress/rustcord
update dependencies, fix openssl
This commit is contained in:
parent
de6660657b
commit
27d9c6b1b4
File diff suppressed because it is too large
Load Diff
11
Cargo.toml
11
Cargo.toml
|
@ -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" }
|
||||||
|
|
Loading…
Reference in New Issue