Skip to content

Commit 69a4b02

Browse files
committed
chore(deps): bump clap from 4.5.47 to 4.5.53
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.47 to 4.5.53. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.47...clap_complete-v4.5.53) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb54ceb commit 69a4b02

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license-file = "LICENSE"
1212
categories = ["command-line-utilities", "authentication"]
1313
keywords = ["cotp", "totp", "authenticator", "google-authenticator", "argon2"]
1414

15-
# Set bin name for CI
15+
# Set bin name for CI
1616
[[bin]]
1717
name = "cotp"
1818
path = "src/main.rs"
@@ -34,7 +34,7 @@ rpassword = "7.3.1"
3434
data-encoding = "2.9.0"
3535
copypasta-ext = "0.4.4"
3636
zeroize = { version = "1.8.2", features = ["zeroize_derive"] }
37-
clap = { version = "4.5.47", features = ["derive"] }
37+
clap = { version = "4.5.53", features = ["derive"] }
3838
hmac = "0.12.1"
3939
sha1 = "0.10.6"
4040
sha2 = "0.10.9"

0 commit comments

Comments
 (0)