summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-02-28 09:04:03 +0100
committerGitHub <noreply@github.com>2024-02-28 08:04:03 +0000
commit6dab30238adc03142c64f9b6846a43d139e9396b (patch)
tree8e1ddbecac0f429eeeb86a7b32cc0520e9946687 /Cargo.lock
parent85305139cd896b60d6a80e64602099573ea5470e (diff)
Add `vendor-openssl` feature flag (#3510)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9684bb35..360df31a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1535,6 +1535,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
+name = "openssl-src"
+version = "300.1.6+3.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "439fac53e092cd7442a3660c85dde4643ab3b5bd39040912388dcdabf6b88085"
+dependencies = [
+ "cc",
+]
+
+[[package]]
name = "openssl-sys"
version = "0.9.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1542,6 +1551,7 @@ checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae"
dependencies = [
"cc",
"libc",
+ "openssl-src",
"pkg-config",
"vcpkg",
]
@@ -2634,6 +2644,7 @@ dependencies = [
"notify",
"once_cell",
"open",
+ "openssl",
"parking_lot",
"pathdiff",
"rayon",