summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-02-23 12:03:02 +0100
committerCanop <cano.petrole@gmail.com>2021-02-23 12:03:02 +0100
commit53716b19fe18fa42a5ec266c8df110baad6c9287 (patch)
tree57b5de74e89634ab96a89d29dedc57da28db7442 /Cargo.toml
parent93b1ffcc701a7753e8376c80b0c10683f7e3e36d (diff)
Fix wrong version written on top of log file
Fix #349
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 70830e6..bae461f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ base64 = "0.13"
bet = "0.4.0"
char_reader = "0.1"
clap = { version="2.33", default-features=false, features=["suggestions"] }
-cli-log = "1.0"
+cli-log = "1.1"
chrono = "0.4"
crossbeam = "0.8"
crossterm = "0.19.0"