From 4a50ce366639ca9dac7324d6a47d6a0e6c7fccdf Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 21 Apr 2021 18:13:51 +0100 Subject: Bugfixes, show time ago, perf improvements Also allow unique listing and more ergonomic cwd usage --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0ee82caa..8995a75b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ atuin-client = { path = "atuin-client", version = "0.6.0" } atuin-common = { path = "atuin-common", version = "0.6.0" } log = "0.4" -fern = {version = "0.6.0", features = ["colored"] } +pretty_env_logger = "0.4" chrono = { version = "0.4", features = ["serde"] } eyre = "0.6" structopt = "0.3" @@ -33,7 +33,6 @@ tokio = { version = "1", features = ["full"] } async-trait = "0.1.49" chrono-english = "0.1.4" cli-table = "0.4" -reqwest = { version = "0.11", features = ["blocking", "json"] } base64 = "0.13.0" humantime = "2.1.0" -- cgit v1.3.1