Skip to content

Commit cc217db

Browse files
Bump clap from 4.5.27 to 4.5.28 (#1005)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.27 to 4.5.28. - [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.27...clap_complete-v4.5.28) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 914cc4f commit cc217db

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -16,7 +16,7 @@ async-trait = "0.1.86"
1616
base64 = "0.22.1"
1717
built = { version = "0.7.5", features = ["git2"] }
1818
chrono = { version = "0.4.39", features = ["serde"] }
19-
clap = { version = "4.5.27", features = ["derive", "string", "env", "wrap_help"] }
19+
clap = { version = "4.5.28", features = ["derive", "string", "env", "wrap_help"] }
2020
clap_complete = "4.5.44"
2121
colored = "2.2.0"
2222
crossterm = { version = "0.27.0", features = [ "event-stream" ] }

0 commit comments

Comments
 (0)