Remove unused features from chrono

This commit is contained in:
alex wennerberg 2021-04-05 23:36:20 -07:00
parent 2653c82768
commit 514735e920

View file

@ -24,7 +24,7 @@ bufstream = "0.1"
imap-proto = "0.14.0" imap-proto = "0.14.0"
nom = "6.0" nom = "6.0"
base64 = "0.13" base64 = "0.13"
chrono = "0.4" chrono = { version = "0.4", default-features = false }
lazy_static = "1.4" lazy_static = "1.4"
[dev-dependencies] [dev-dependencies]