summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2e8149d..38b81a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,8 +20,8 @@ num_cpus = "1"
remove_dir_all = "0.5"
[dependencies.clap]
-features = ["yaml"]
-version = "2.19.0"
+features = ["derive"]
+version = "3.1"
[target."cfg(windows)".dependencies]
lazy_static = "1"