We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc4067 commit 085b4d4Copy full SHA for 085b4d4
1 file changed
Cargo.toml
@@ -10,10 +10,10 @@ 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.11", features = ["derive"]}
+clap_complete = "4.4.5"
15
config = {version = "0.13.1", features = ["ini", "yaml"]}
16
-dirs = "4.0.0"
+dirs = "5.0.1"
17
handlebars = "4.3.3"
18
log = "0.4.17"
19
maplit = "1.0.2"
0 commit comments