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

Commit 618e8f9

Browse files
fix(deps): update rust crate clap to v4.4.0
1 parent b6ff087 commit 618e8f9

File tree

2 files changed

+35
-11
lines changed

2 files changed

+35
-11
lines changed

Cargo.lock

Lines changed: 34 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
@@ -29,7 +29,7 @@ path = "src/lib.rs"
2929

3030
[dependencies]
3131
askama = "=0.12.0"
32-
clap = { version = "=4.3.24", features = ["cargo", "derive"] }
32+
clap = { version = "=4.4.0", features = ["cargo", "derive"] }
3333
globwalk = "=0.8.1"
3434
pariter = "=0.5.1"
3535
pathdiff = "=0.2.1"

0 commit comments

Comments
 (0)