aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRemmy Cat Stock <3317423+remmycat@users.noreply.github.com>2024-02-29 12:08:32 +0100
committerGitHub <noreply@github.com>2024-02-29 11:08:32 +0000
commit5f0e6dd3076fe61c3e70898d789f4a7087f53d49 (patch)
tree7791a004da0255e8023b457ac02a0232dda97122 /Cargo.toml
parentfix(nushell): readd up-arrow keybinding, now with menu handling (#1770) (diff)
downloadatuin-5f0e6dd3076fe61c3e70898d789f4a7087f53d49.zip
feat(nushell): add nushell completion generation (#1791)
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 f1057382..29ff07dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ time = { version = "0.3", features = [
"macros",
"local-offset",
] }
-clap = { version = "4.0.18", features = ["derive"] }
+clap = { version = "4.5.1", features = ["derive"] }
config = { version = "0.13", default-features = false, features = ["toml"] }
directories = "5.0.1"
eyre = "0.6"