Skip to content

Commit b551c90

Browse files
Bump clap from 4.5.4 to 4.5.9
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.9. - [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.4...v4.5.9) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05ecc8f commit b551c90

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
clap = { version = "4.5.4", features = ["derive"] }
9+
clap = { version = "4.5.9", features = ["derive"] }
1010
tokio = { version = "1.37.0", features = ["full"] }
1111

1212
[profile.release]

0 commit comments

Comments
 (0)