Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit 83c15bc

Browse files
committed
fix(deps): update rust crate clap to 3.2.4
1 parent 1aee332 commit 83c15bc

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

Cargo.lock

Lines changed: 18 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "src/main.rs"
1010
[dependencies]
1111
anyhow = "1.0.57"
1212
askama = "0.11.1"
13-
clap = { version = "3.1.8", features = ["cargo", "derive"] }
13+
clap = { version = "3.2.4", features = ["cargo", "derive"] }
1414
globwalk = "0.8.1"
1515
pariter = "0.5.1"
1616
pathdiff = "0.2.1"

0 commit comments

Comments
 (0)