Skip to content

Commit e16fca0

Browse files
Bump clap_complete from 4.5.63 to 4.5.64
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.63 to 4.5.64. - [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.63...clap_complete-v4.5.64) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.5.64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71a2ac4 commit e16fca0

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
@@ -54,7 +54,7 @@ clap = { version = "4.5.53", default-features = false, features = [
5454
"derive",
5555
] }
5656
# autocompletion auto-generation
57-
clap_complete = { version = "4.5.63", default-features = false }
57+
clap_complete = { version = "4.5.64", default-features = false }
5858

5959
# Easy error propagation and contexts
6060
anyhow = { version = "1.0.86", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)