summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-07-04 18:25:24 -0400
committerGitHub <noreply@github.com>2022-07-04 18:25:24 -0400
commitb6e4d90a14e0ceef1eef445bbc32ef310657d542 (patch)
tree1368dca3b226991480c4bff967ddb4fa32188109 /Cargo.toml
parentb0bed17ccbca78605cdc25ccaa49c21f0cdc0516 (diff)
Update clap (#1119)
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 8e2b7e91..55dad4a8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ atty = "0.2.14"
bitflags = "1.3.2"
box_drawing = "0.1.2"
bytelines = "2.4.0"
-clap = { version = "3.0.7", features = ["derive"] }
+clap = { version = "3.2.8", features = ["derive"] }
console = "0.15.0"
ctrlc = "3.2.2"
dirs-next = "2.0.0"