Updated references
This commit is contained in:
parent
72925cf1d8
commit
bbd3c085af
1 changed files with 2 additions and 2 deletions
|
|
@ -26,10 +26,10 @@ path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
native-tls = "0.2"
|
native-tls = "0.2"
|
||||||
regex = "0.2"
|
regex = "1.0"
|
||||||
bufstream = "0.1"
|
bufstream = "0.1"
|
||||||
imap-proto = "0.4.1"
|
imap-proto = "0.4.1"
|
||||||
nom = "3.2.1"
|
nom = "3.2.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
base64 = "0.7"
|
base64 = "0.9.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue