Skip to content

Commit 405b996

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
fix(deps): bump clap from 4.5.13 to 4.5.14
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.13 to 4.5.14. - [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.13...v4.5.14) --- 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 ea9004f commit 405b996

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
@@ -14,7 +14,7 @@ authors = ["Billie Thompson <billie@billiecodes.com>"]
1414
[dependencies]
1515
git2 = "0.19.0"
1616
thiserror = "1.0.63"
17-
clap = { version = "4.5.13", features = ["derive", "cargo", "wrap_help", "env", "unicode", "debug" ] }
17+
clap = { version = "4.5.14", features = ["derive", "cargo", "wrap_help", "env", "unicode", "debug" ] }
1818
comfy-table = "7.1.1"
1919
tokio = { version = "1.39.2", features = ["full"] }
2020
futures = "0.3.30"

0 commit comments

Comments
 (0)