Skip to content

Commit a03cda5

Browse files
Update Cargo Dependencies
1 parent ccc4067 commit a03cda5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ version = "0.5.0"
1010

1111
[dependencies]
1212
anyhow = "1.0.58"
13-
clap = {version = "3.2.16", features = ["derive"]}
14-
clap_complete = "3.2.3"
13+
clap = {version = "4.5.1", features = ["derive"]}
14+
clap_complete = "4.5.0"
1515
config = {version = "0.13.1", features = ["ini", "yaml"]}
16-
dirs = "4.0.0"
17-
handlebars = "4.3.3"
16+
dirs = "5.0.1"
17+
handlebars = "5.1.0"
1818
log = "0.4.17"
1919
maplit = "1.0.2"
2020
once_cell = "1.16.0"

0 commit comments

Comments
 (0)