replace chrono with time

This commit is contained in:
2023-01-07 13:48:50 +01:00
parent 1333b1f02f
commit d3f2aeb220
3 changed files with 7 additions and 163 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
log = "0.4"
env_logger = "0.9"
chrono = "0.4"
time = "0.3.17"
itertools = "0.10"
tokio = {version = "1.20", features = ["rt-multi-thread", "signal"]}
dashmap = "5.3.4"