Downgrade self-update

This commit is contained in:
Roey Darwish Dror
2020-02-13 15:38:28 +02:00
parent a08cb4c63d
commit 4000ef39f6
2 changed files with 570 additions and 325 deletions

893
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,7 @@ structopt = "0.3.0"
log = "0.4.6" log = "0.4.6"
walkdir = "2.2.7" walkdir = "2.2.7"
console = "0.9.0" console = "0.9.0"
self_update_crate = { version = "0.11.1", optional = true, package = "self_update" } self_update_crate = { version = "0.8.0", optional = true, package = "self_update" }
lazy_static = "1.3.0" lazy_static = "1.3.0"
chrono = "0.4.6" chrono = "0.4.6"
openssl-probe = { version = "0.1.2", optional = true } openssl-probe = { version = "0.1.2", optional = true }