node: Fix `chrono` features

This was failing the build in some circumstances.
This commit is contained in:
cloudhead 2023-08-22 21:24:15 +02:00
parent 994f52d654
commit f6bd7a3dc6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ amplify = { version = "4.0.0" }
anyhow = { version = "1" }
bloomy = { version = "1.2" }
byteorder = { version = "1" }
chrono = { version = "0.4.0", default-features = false }
chrono = { version = "0.4.0", default-features = false, features = ["clock"] }
colored = { version = "1.9.0" }
crossbeam-channel = { version = "0.5.6" }
cyphernet = { version = "0.3.0", features = ["tor", "dns", "ed25519", "p2p-ed25519"] }