1diff --git a/Cargo.lock b/Cargo.lock
2index b9bf434..58cfe81 100644
3--- a/Cargo.lock
4+++ b/Cargo.lock
5@@ -685,15 +685,6 @@ version = "0.1.4"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
8
9-[[package]]
10-name = "openssl-src"
11-version = "111.17.0+1.1.1m"
12-source = "registry+https://github.com/rust-lang/crates.io-index"
13-checksum = "05d6a336abd10814198f66e2a91ccd7336611f30334119ca8ce300536666fcf4"
14-dependencies = [
15- "cc",
16-]
17-
18 [[package]]
19 name = "openssl-sys"
20 version = "0.9.72"
21@@ -703,7 +694,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 bc97f20..54d3b14 100644
31--- a/Cargo.toml
32+++ b/Cargo.toml
33@@ -17,8 +17,8 @@ colored = "2.0"
34 dialoguer = "0.6"
35 dirs = "3.0"
36 fs2 = "0.4"
37-isahc = { version = "1.6.0", default-features = false, features = ["static-ssl", "static-curl"] }
38-curl = {version = "0.4.42", default-features = false, features = ["ssl", "static-curl", "static-ssl", "force-system-lib-on-osx"]}
39+isahc = { version = "1.6.0", default-features = false }
40+curl = {version = "0.4.42", default-features = false, features = ["ssl", "force-system-lib-on-osx"]}
41 ctrlc = "3.1"
42 console = "0.12"
43 anyhow = "1.0"