Remove vendored openssl --- Cargo.lock.orig 2023-11-01 13:53:13 UTC +++ Cargo.lock @@ -3672,15 +3672,6 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178 checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] -name = "openssl-src" -version = "111.22.0+1.1.1q" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853" -dependencies = [ - "cc", -] - -[[package]] name = "openssl-sys" version = "0.9.76" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -3689,7 +3680,6 @@ dependencies = [ "autocfg", "cc", "libc", - "openssl-src", "pkg-config", "vcpkg", ]