mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Include openssl vendored (#293)
This commit is contained in:
Generated
+12
-1
@@ -265,7 +265,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "boilr"
|
||||
version = "1.7.11"
|
||||
version = "1.7.12"
|
||||
dependencies = [
|
||||
"base64 0.20.0",
|
||||
"chrono",
|
||||
@@ -282,6 +282,7 @@ dependencies = [
|
||||
"image",
|
||||
"is_executable",
|
||||
"nom",
|
||||
"openssl",
|
||||
"reqwest",
|
||||
"rusty-leveldb",
|
||||
"serde",
|
||||
@@ -2200,6 +2201,15 @@ version = "0.1.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
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]]
|
||||
name = "openssl-sys"
|
||||
version = "0.9.80"
|
||||
@@ -2209,6 +2219,7 @@ dependencies = [
|
||||
"autocfg",
|
||||
"cc",
|
||||
"libc",
|
||||
"openssl-src",
|
||||
"pkg-config",
|
||||
"vcpkg",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user