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

Commit 226b308

Browse files
fix(deps): update rust crate clap to 4.1.1
1 parent da7643d commit 226b308

File tree

2 files changed

+140
-11
lines changed

2 files changed

+140
-11
lines changed

Cargo.lock

Lines changed: 139 additions & 10 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
@@ -38,7 +38,7 @@ path = "src/lib.rs"
3838
[dependencies]
3939
anyhow = "1.0.57"
4040
askama = "0.11.1"
41-
clap = { version = "4.0.8", features = ["cargo", "derive"] }
41+
clap = { version = "4.1.1", features = ["cargo", "derive"] }
4242
globwalk = "0.8.1"
4343
indoc = "1.0.7"
4444
pariter = "0.5.1"

0 commit comments

Comments
 (0)