summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-26 14:50:29 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-26 14:50:29 +0100
commitba2f301e946ee9192229ff67ac9cb6dc90e162d2 (patch)
tree99d4185a6a4e11b73e0741e6b894e56c0bb849e3 /Cargo.toml
parent68552db7631f21534ea1cdd0caf7d4c7b6de55ae (diff)
Update dependency: clap: 3.0.0-beta.1 -> 3.0.0-beta.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 dbf0d1f..146fd38 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ getset = "0.1"
walkdir = "2"
resiter = "0.4"
itertools = "0.9"
-clap-v3 = "3.0.0-beta.1"
+clap = "3.0.0-beta.2"
indicatif = "0.15"
env_logger = "0.8"
regex = "1"