at 22.05-pre 43 lines 1.2 kB view raw
1diff --git a/Cargo.lock b/Cargo.lock 2index 5440d72..6e173fa 100644 3--- a/Cargo.lock 4+++ b/Cargo.lock 5@@ -774,15 +774,6 @@ version = "0.1.2" 6 source = "registry+https://github.com/rust-lang/crates.io-index" 7 checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" 8 9-[[package]] 10-name = "openssl-src" 11-version = "111.11.0+1.1.1h" 12-source = "registry+https://github.com/rust-lang/crates.io-index" 13-checksum = "380fe324132bea01f45239fadfec9343adb044615f29930d039bec1ae7b9fa5b" 14-dependencies = [ 15- "cc", 16-] 17- 18 [[package]] 19 name = "openssl-sys" 20 version = "0.9.58" 21@@ -792,7 +783,6 @@ dependencies = [ 22 "autocfg", 23 "cc", 24 "libc", 25- "openssl-src", 26 "pkg-config", 27 "vcpkg", 28 ] 29diff --git a/Cargo.toml b/Cargo.toml 30index 4d319f2..6f4d0e5 100644 31--- a/Cargo.toml 32+++ b/Cargo.toml 33@@ -21,8 +21,8 @@ colored = "2.0" 34 dialoguer = "0.6" 35 dirs = "3.0" 36 fs2 = "0.4" 37-isahc = { version = "0.9", features = ["static-ssl"] } 38-curl = {version = "0.4", features = ["static-curl", "static-ssl", "force-system-lib-on-osx", "http2"]} 39+isahc = "0.9" 40+curl = {version = "0.4", features = ["force-system-lib-on-osx", "http2"]} 41 ctrlc = "3.1" 42 console = "0.12" 43