Disable rustls (#421)

This commit is contained in:
Roey Darwish Dror
2020-06-05 15:28:43 +03:00
committed by GitHub
parent 94d230dc65
commit 3f9ab8ccd7
2 changed files with 200 additions and 281 deletions

477
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -38,10 +38,10 @@ notify-rust = "3.6.3"
[target.'cfg(unix)'.dependencies]
nix = "0.17.0"
self_update_crate = { version = "0.14.0", optional = true, package = "self_update", features = ["archive-tar", "compression-flate2", "rustls"] }
self_update_crate = { version = "0.14.0", optional = true, package = "self_update", features = ["archive-tar", "compression-flate2"] }
[target.'cfg(windows)'.dependencies]
self_update_crate = { version = "0.14.0", optional = true, package = "self_update", features = ["archive-zip", "compression-zip-deflate", "rustls"] }
self_update_crate = { version = "0.14.0", optional = true, package = "self_update", features = ["archive-zip", "compression-zip-deflate"] }
[target.'cfg(target_os = "linux")'.dependencies]
rust-ini = "0.15.0"