aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBenjamin Vergnaud <9599845+bvergnaud@users.noreply.github.com>2022-10-21 21:21:14 +0200
committerGitHub <noreply@github.com>2022-10-21 20:21:14 +0100
commit8b9aae7076f39a1ebeecb3e2b823503f437812fa (patch)
tree713e9b55cc8a4fef65a576f6f3f1bf5a88c6e847 /Cargo.toml
parentBump clap from 4.0.15 to 4.0.18 (#578) (diff)
downloadatuin-8b9aae7076f39a1ebeecb3e2b823503f437812fa.zip
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"