Skip to content

Commit c275081

Browse files
dependabot[bot]avrabe
authored andcommitted
rust/keygen(deps): bump clap from 4.5.51 to 4.5.53 in /tools/ssh_keygen
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.51 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.51...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 42a39d7 commit c275081

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tools/ssh_keygen/Cargo.lock

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

tools/ssh_keygen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77

88
[dependencies]
99
anyhow = "1.0"
10-
clap = { version = "4.5.51", features = ["derive"] }
10+
clap = { version = "4.5.53", features = ["derive"] }
1111
ssh-key = { version = "0.6", features = ["ed25519", "rsa", "ecdsa", "rand_core"] }
1212
rand = "0.8"
1313
# Uses OsRng for cryptographic key generation (OS-backed CSPRNG)

0 commit comments

Comments
 (0)