Do not statically link with Curl and OpenSSL. This also removes the openssl-src dependency. --- Cargo.toml.orig 2023-06-03 08:32:50 UTC +++ Cargo.toml @@ -25,7 +25,7 @@ clap = { version = "4.1.6", default-features = false, "error-context" ] } console = "0.15.5" -curl = { version = "0.4.44", features = ["static-curl", "static-ssl"] } +curl = { version = "0.4.44" } dirs = "4.0.0" dotenv = "0.15.0" elementtree = "1.2.3"