Fix minimal versions
This commit is contained in:
parent
0a0a05bdbc
commit
bb8a10847f
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -388,6 +388,7 @@ dependencies = [
|
||||||
"mime",
|
"mime",
|
||||||
"native-tls",
|
"native-tls",
|
||||||
"nom",
|
"nom",
|
||||||
|
"openssl",
|
||||||
"ouroboros",
|
"ouroboros",
|
||||||
"regex",
|
"regex",
|
||||||
"rustls-connector",
|
"rustls-connector",
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,7 @@ structopt = "0.3"
|
||||||
encoding = "0.2.32"
|
encoding = "0.2.32"
|
||||||
failure = "0.1.8"
|
failure = "0.1.8"
|
||||||
mime = "0.3.4"
|
mime = "0.3.4"
|
||||||
|
openssl = "0.10.35"
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "basic"
|
name = "basic"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue