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

Commit cd0b096

Browse files
fix(deps): update rust crate clap to v4.2.0
1 parent d8299ec commit cd0b096

File tree

2 files changed

+126
-44
lines changed

2 files changed

+126
-44
lines changed

Cargo.lock

Lines changed: 125 additions & 43 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.70"
4040
askama = "=0.12.0"
41-
clap = { version = "=4.1.14", features = ["cargo", "derive"] }
41+
clap = { version = "=4.2.0", features = ["cargo", "derive"] }
4242
globwalk = "=0.8.1"
4343
indoc = "=2.0.1"
4444
pariter = "=0.5.1"

0 commit comments

Comments
 (0)