update native-tls version
This commit is contained in:
parent
d132de4834
commit
0f8f83e641
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ name = "imap"
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
native-tls = "0.1"
|
native-tls = "0.2"
|
||||||
regex = "0.2"
|
regex = "0.2"
|
||||||
bufstream = "0.1"
|
bufstream = "0.1"
|
||||||
imap-proto = "0.4.1"
|
imap-proto = "0.4.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue