Apply suggestions from code review
This commit is contained in:
parent
5466c9e1da
commit
224c9ed471
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ test-full-imap = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
native-tls = { version = "0.2.2", optional = true }
|
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"
|
regex = "1.0"
|
||||||
bufstream = "0.1.3"
|
bufstream = "0.1.3"
|
||||||
imap-proto = "0.16.1"
|
imap-proto = "0.16.1"
|
||||||
|
|
@ -33,7 +33,7 @@ ouroboros = "0.15.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
lettre = "0.10"
|
lettre = "0.10"
|
||||||
rustls-connector = "0.18.1"
|
rustls-connector = "0.18.0"
|
||||||
structopt = "0.3"
|
structopt = "0.3"
|
||||||
|
|
||||||
# to make -Zminimal-versions work
|
# to make -Zminimal-versions work
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue