Skip to content

Commit 0e57cb5

Browse files
Bump clap from 4.5.9 to 4.5.13 (#778)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.9 to 4.5.13. - [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.9...v4.5.13) --- updated-dependencies: - dependency-name: clap 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 baa57ee commit 0e57cb5

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
@@ -15,7 +15,7 @@ async-trait = "0.1.81"
1515
base64 = "0.22.1"
1616
built = { version = "0.7.4", features = ["git2"] }
1717
chrono = { version = "0.4.38", features = ["serde"] }
18-
clap = { version = "4.5.9", features = ["derive", "string", "env"] }
18+
clap = { version = "4.5.13", features = ["derive", "string", "env"] }
1919
clap_complete = "4.5.8"
2020
colored = "2.1.0"
2121
crossterm = { version = "0.27.0", features = [ "event-stream" ] }

0 commit comments

Comments
 (0)