Apply suggestions from code review

This commit is contained in:
Jon Gjengset 2023-08-13 12:15:28 +02:00 committed by GitHub
parent 5466c9e1da
commit 224c9ed471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ test-full-imap = []
[dependencies]
native-tls = { version = "0.2.2", optional = true }
rustls-connector = { version = "0.18.1", optional = true }
rustls-connector = { version = "0.18.0", optional = true }
regex = "1.0"
bufstream = "0.1.3"
imap-proto = "0.16.1"
@ -33,7 +33,7 @@ ouroboros = "0.15.0"
[dev-dependencies]
lettre = "0.10"
rustls-connector = "0.18.1"
rustls-connector = "0.18.0"
structopt = "0.3"
# to make -Zminimal-versions work