summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 f53e850..d05fd47 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ globwalk = "0.8.1"
ignore = "0.4.20"
ansi_term = "0.12.1"
is-terminal = "0.4.9"
-clap = { version = "4.3.23", features = ["derive", "deprecated", "wrap_help"] }
+clap = { version = "4.4.2", features = ["derive", "deprecated", "wrap_help"] }
[dev-dependencies]
assert_cmd = "2.0.12"