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

Commit 013d235

Browse files
fix(deps): update rust crate clap to v4.2.1
1 parent 348bd1d commit 013d235

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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.2.0", features = ["cargo", "derive"] }
41+
clap = { version = "=4.2.1", features = ["cargo", "derive"] }
4242
globwalk = "=0.8.1"
4343
indoc = "=2.0.1"
4444
pariter = "=0.5.1"

0 commit comments

Comments
 (0)