Skip to content

Commit 6bdcda3

Browse files
Update Cargo Dependencies to v4
1 parent ccc4067 commit 6bdcda3

File tree

2 files changed

+165
-13
lines changed

2 files changed

+165
-13
lines changed

Cargo.lock

+163-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ 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.0.32", features = ["derive"]}
14+
clap_complete = "4.0.7"
1515
config = {version = "0.13.1", features = ["ini", "yaml"]}
1616
dirs = "4.0.0"
1717
handlebars = "4.3.3"

0 commit comments

Comments
 (0)