|
@@ -2579,6 +2579,15 @@ version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "openssl-src"
|
|
|
|
+version = "111.24.0+1.1.1s"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3498f259dab01178c6228c6b00dcef0ed2a2d5e20d648c017861227773ea4abd"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
name = "openssl-sys"
|
|
version = "0.9.74"
|
|
version = "0.9.74"
|
|
@@ -2588,6 +2597,7 @@ dependencies = [
|
|
"autocfg",
|
|
"autocfg",
|
|
"cc",
|
|
"cc",
|
|
"libc",
|
|
"libc",
|
|
|
|
+ "openssl-src",
|
|
"pkg-config",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
"vcpkg",
|
|
]
|
|
]
|
|
@@ -3850,6 +3860,7 @@ dependencies = [
|
|
"notify",
|
|
"notify",
|
|
"notify-debouncer-mini",
|
|
"notify-debouncer-mini",
|
|
"once_cell",
|
|
"once_cell",
|
|
|
|
+ "openssl",
|
|
"os_info",
|
|
"os_info",
|
|
"os_pipe",
|
|
"os_pipe",
|
|
"regex",
|
|
"regex",
|