We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc4067 commit 7b0cc0fCopy full SHA for 7b0cc0f
1 file changed
Cargo.toml
@@ -10,11 +10,11 @@ version = "0.5.0"
10
11
[dependencies]
12
anyhow = "1.0.58"
13
-clap = {version = "3.2.16", features = ["derive"]}
14
-clap_complete = "3.2.3"
+clap = {version = "4.4.12", features = ["derive"]}
+clap_complete = "4.4.5"
15
config = {version = "0.13.1", features = ["ini", "yaml"]}
16
-dirs = "4.0.0"
17
-handlebars = "4.3.3"
+dirs = "5.0.1"
+handlebars = "5.0.0"
18
log = "0.4.17"
19
maplit = "1.0.2"
20
once_cell = "1.16.0"
0 commit comments