Merge pull request #189 from alexwennerberg/master

Remove unused features from chrono, nom
This commit is contained in:
Jon Gjengset 2021-04-06 21:31:33 -04:00 committed by GitHub
commit 4108917c58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,9 +22,9 @@ native-tls = { version = "0.2.2", optional = true }
regex = "1.0"
bufstream = "0.1"
imap-proto = "0.14.0"
nom = "6.0"
nom = { version = "6.0", default-features = false }
base64 = "0.13"
chrono = "0.4"
chrono = { version = "0.4", default-features = false }
lazy_static = "1.4"
[dev-dependencies]