From 8b9aae7076f39a1ebeecb3e2b823503f437812fa Mon Sep 17 00:00:00 2001 From: Benjamin Vergnaud <9599845+bvergnaud@users.noreply.github.com> Date: Fri, 21 Oct 2022 21:21:14 +0200 Subject: docs: add more details about date parsing in the stats command (#579) * docs: add more details about date parsing in the stats command * chore: Replace chrono-english crate with interim --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 50dd5689..ddeff7c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ unicode-width = "0.1" itertools = "0.10.5" tokio = { version = "1", features = ["full"] } async-trait = "0.1.58" -chrono-english = "0.1.4" +interim = { version = "0.1.0", features = ["chrono"] } cli-table = { version = "0.4", default-features = false } base64 = "0.13.0" crossbeam-channel = "0.5.1" -- cgit v1.3.1