Bump dependencies
This commit is contained in:
parent
bba160920c
commit
7b553fcb19
1 changed files with 5 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -19,20 +19,20 @@ default = ["native-tls"]
|
|||
|
||||
[dependencies]
|
||||
native-tls = { version = "0.2.2", optional = true }
|
||||
rustls-connector = { version = "0.13.1", optional = true }
|
||||
rustls-connector = { version = "0.16.1", optional = true }
|
||||
regex = "1.0"
|
||||
bufstream = "0.1.3"
|
||||
imap-proto = "0.14.1"
|
||||
nom = { version = "6.0", default-features = false }
|
||||
imap-proto = "0.15.0"
|
||||
nom = { version = "7.1.0", default-features = false }
|
||||
base64 = "0.13"
|
||||
chrono = { version = "0.4", default-features = false, features = ["std"]}
|
||||
lazy_static = "1.4"
|
||||
ouroboros = "0.9.5"
|
||||
ouroboros = "0.14.2"
|
||||
|
||||
[dev-dependencies]
|
||||
lettre = "0.9.2"
|
||||
lettre_email = "0.9.2"
|
||||
rustls-connector = "0.13.0"
|
||||
rustls-connector = "0.16.1"
|
||||
structopt = "0.3"
|
||||
|
||||
# to make -Zminimal-versions work
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue