summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-12-13 18:54:09 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-12-13 19:02:08 +0100
commitdd8b0ef8e12dfc8d7fb8f359f504c63034d60b9f (patch)
tree219fd19850e715d2ace3f0e48330c86859273223 /Cargo.toml
parentbbd5c67342f9e5b509b0ab6e9ca2319c3c7605e2 (diff)
upgrade to clap 4
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 d66aeea..26d031f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ tui-shared = ["tui", "tui-react", "open", "unicode-segmentation"]
trash-move = ["trash"]
[dependencies]
-clap = { version = "3.0", features = ["derive"] }
+clap = { version = "4.0.29", features = ["derive"] }
jwalk = "0.6.0"
byte-unit = "4"
atty = "0.2.11"