Skip to content

Commit a504e7b

Browse files
Update Rust crate clap to 4.5.4
1 parent 25a578f commit a504e7b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Find a forgotten kdbx 4 password by trying many of them"
77
rust-version = "1.64.0"
88

99
[dependencies]
10-
clap = { version = "4.5.3", features = ["derive"] }
10+
clap = { version = "4.5.4", features = ["derive"] }
1111
color-eyre = "0.6.3"
1212
eyre = "0.6.12"
1313
kdbx-rs = "0.5.1"

0 commit comments

Comments
 (0)