Fix minimal versions

This commit is contained in:
Jon Gjengset 2023-01-21 14:50:19 -08:00
parent 0a0a05bdbc
commit bb8a10847f
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -388,6 +388,7 @@ dependencies = [
"mime",
"native-tls",
"nom",
"openssl",
"ouroboros",
"regex",
"rustls-connector",

View file

@ -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"