summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-11-30 07:04:19 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-12-01 06:27:39 +0000
commitfb48f92c8092c5b9de8e15c0cb477efd1b7a6785 (patch)
tree64ecd8b3a2e6a36e34882ef93dcfcb5dfa148bd5 /Cargo.toml
parentb65b621b7215d1873df9dce11f195d9bbd68ebe4 (diff)
downloadsubplot-fb48f92c8092c5b9de8e15c0cb477efd1b7a6785.tar.gz
(chore): Update to clap4
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
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 737ce02..6aa3727 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ ast_08 = ["pandoc_ast_08"]
[dependencies]
anyhow = "1"
base64 = "0.13.0"
-clap = { version = "3", features = ["derive", "env"] }
+clap = { version = "4", features = ["derive", "env", "string"] }
file_diff = "1"
git-testament = "0.2"
lazy_static = "1"