Skip to content

Commit 6bfb6ab

Browse files
Bump clap_complete from 4.5.46 to 4.5.47 (#1207)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.46 to 4.5.47. - [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.46...clap_complete-v4.5.47) --- updated-dependencies: - dependency-name: clap_complete 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 f67a00f commit 6bfb6ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -11,7 +11,7 @@ async-trait = "0.1.88"
1111
base64 = "0.22.1"
1212
chrono = { version = "0.4", default-features = false, features = ["serde"] }
1313
clap = { version = "4.5.32", features = ["cargo", "derive", "env", "unicode", "help", "wrap_help"] }
14-
clap_complete = { version = "4.5.44" }
14+
clap_complete = { version = "4.5.47" }
1515
cli-macro = { path = "cli-macro" }
1616
colored_json = "4.1"
1717
data-encoding = "2.6.0"

0 commit comments

Comments
 (0)