Skip to content

Commit 1265d21

Browse files
Bump clap from 4.5.50 to 4.5.51 (#1263)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.50 to 4.5.51. - [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.50...clap_complete-v4.5.51) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.51 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4eba820 commit 1265d21

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ built = { version = "0.8.0", features = ["git2"] }
1919
bytes = "1.10.1"
2020
camino = { version = "1.2", features = ["serde1"] }
2121
chrono = { version = "0.4.42", features = ["serde"] }
22-
clap = { version = "4.5.50", features = ["derive", "string", "env", "wrap_help"] }
22+
clap = { version = "4.5.51", features = ["derive", "string", "env", "wrap_help"] }
2323
clap_complete = "4.5.59"
2424
colored = "3.0.0"
2525
crossterm = { version = "0.29.0", features = [ "event-stream" ] }

0 commit comments

Comments
 (0)