Merge pull request #85 from VictorKoenders/master

Updated cargo references
This commit is contained in:
Jon Gjengset 2018-08-26 11:42:58 -04:00 committed by GitHub
commit 61ffb00811
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,10 +26,10 @@ path = "src/lib.rs"
[dependencies]
native-tls = "0.2"
regex = "0.2"
regex = "1.0"
bufstream = "0.1"
imap-proto = "0.4.1"
nom = "3.2.1"
[dev-dependencies]
base64 = "0.7"
base64 = "0.9.2"