Fix -Zminimal-versions
This commit is contained in:
parent
b60ac6d3da
commit
84d05bd2ea
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -458,6 +458,7 @@ dependencies = [
|
||||||
"native-tls",
|
"native-tls",
|
||||||
"nom",
|
"nom",
|
||||||
"openssl",
|
"openssl",
|
||||||
|
"openssl-macros",
|
||||||
"ouroboros",
|
"ouroboros",
|
||||||
"regex",
|
"regex",
|
||||||
"rustls-connector",
|
"rustls-connector",
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@ encoding = { version = "0.2.32", optional = true }
|
||||||
failure = { version = "0.1.8", optional = true }
|
failure = { version = "0.1.8", optional = true }
|
||||||
mime = { version = "0.3.4", optional = true }
|
mime = { version = "0.3.4", optional = true }
|
||||||
openssl = { version = "0.10.60", optional = true }
|
openssl = { version = "0.10.60", optional = true }
|
||||||
|
openssl-macros = { version = "0.1.1", optional = true }
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "basic"
|
name = "basic"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue