Merge pull request #92 from domcorvasce/patch-1

Update native-tls requested version
This commit is contained in:
Jon Gjengset 2018-11-06 09:35:39 -05:00 committed by GitHub
commit 36431e11da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ name = "imap"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
native-tls = "0.2" native-tls = "0.2.2"
regex = "1.0" regex = "1.0"
bufstream = "0.1" bufstream = "0.1"
imap-proto = "0.6" imap-proto = "0.6"