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",
|
||||
"native-tls",
|
||||
"nom",
|
||||
"openssl",
|
||||
"ouroboros",
|
||||
"regex",
|
||||
"rustls-connector",
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ structopt = "0.3"
|
|||
encoding = "0.2.32"
|
||||
failure = "0.1.8"
|
||||
mime = "0.3.4"
|
||||
openssl = "0.10.35"
|
||||
|
||||
[[example]]
|
||||
name = "basic"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue