Add the "clock" feature to chrono in netdoc.

This seems to fix a bug when running cargo check on netdoc individually.

Reported by @janimo
This commit is contained in:
Nick Mathewson 2021-10-18 14:39:21 -04:00
parent 0750199a8c
commit 539982bf8e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ tor-checkable = { path="../tor-checkable", version="0.0.0" }
base64 = "0.13.0"
bitflags = "1.2.1"
chrono = { version = "0.4.19", default-features = false }
chrono = { version = "0.4.19", default-features = false, features = ["clock"] }
digest = "0.9.0"
hex = "0.4.3"
once_cell = "1.7.2"