Nevermind
This commit is contained in:
parent
7374ecf01b
commit
fe3a0c1b53
2 changed files with 0 additions and 12 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -863,15 +863,6 @@ version = "0.1.6"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
||||
|
||||
[[package]]
|
||||
name = "openssl-src"
|
||||
version = "300.4.2+3.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2"
|
||||
dependencies = [
|
||||
"cc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "openssl-sys"
|
||||
version = "0.9.106"
|
||||
|
@ -880,7 +871,6 @@ checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd"
|
|||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
"openssl-src",
|
||||
"pkg-config",
|
||||
"vcpkg",
|
||||
]
|
||||
|
@ -2081,7 +2071,6 @@ dependencies = [
|
|||
"bytes",
|
||||
"dialoguer",
|
||||
"mc-rcon",
|
||||
"openssl",
|
||||
"passwords",
|
||||
"rc-zip-sync",
|
||||
"reqwest",
|
||||
|
|
|
@ -22,4 +22,3 @@ toml = "0.8.20"
|
|||
toml_edit = "0.22.24"
|
||||
url = { version = "2.5.4", features = ["serde"] }
|
||||
yansi = { version = "1.0.1", features = ["hyperlink"] }
|
||||
openssl = { version = "*", features = ["vendored"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue