Replaced incorrect openssl
dep
This commit is contained in:
parent
26ad753ac3
commit
a78c362ed5
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -454,7 +454,7 @@ dependencies = [
|
|||||||
"chrono",
|
"chrono",
|
||||||
"discord-rich-presence",
|
"discord-rich-presence",
|
||||||
"lastfm-rs",
|
"lastfm-rs",
|
||||||
"openssl-sys",
|
"openssl",
|
||||||
"tokio",
|
"tokio",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -601,6 +601,15 @@ version = "0.1.5"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "openssl-src"
|
||||||
|
version = "111.24.0+1.1.1s"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "3498f259dab01178c6228c6b00dcef0ed2a2d5e20d648c017861227773ea4abd"
|
||||||
|
dependencies = [
|
||||||
|
"cc",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openssl-sys"
|
name = "openssl-sys"
|
||||||
version = "0.9.78"
|
version = "0.9.78"
|
||||||
@ -610,6 +619,7 @@ dependencies = [
|
|||||||
"autocfg",
|
"autocfg",
|
||||||
"cc",
|
"cc",
|
||||||
"libc",
|
"libc",
|
||||||
|
"openssl-src",
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
"vcpkg",
|
"vcpkg",
|
||||||
]
|
]
|
||||||
|
@ -10,4 +10,4 @@ tokio = { version = "1", features = ["full"] }
|
|||||||
discord-rich-presence = "0.2.3"
|
discord-rich-presence = "0.2.3"
|
||||||
chrono = "0.4.23"
|
chrono = "0.4.23"
|
||||||
lastfm-rs = "0.5.0"
|
lastfm-rs = "0.5.0"
|
||||||
openssl-sys = "0.9.78"
|
openssl = { version = "0.10.43", features = ["vendored"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user