Skip to content

Commit c99add6

Browse files
build(deps): bump clap_complete from 4.5.66 to 4.6.0 in /rs (#79)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.66 to 4.6.0. - [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.66...clap_complete-v4.6.0) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 09e0bf3 commit c99add6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rs/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.

rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "src/main.rs"
1010
[dependencies]
1111
anyhow = "1.0.102"
1212
clap = { version = "4.6.0", features = ["derive"] }
13-
clap_complete = { version = "4.5.66", features = ["unstable-dynamic"] }
13+
clap_complete = { version = "4.6.0", features = ["unstable-dynamic"] }
1414
console = "0.16.2"
1515
dotenv = "0.15.0"
1616
regex = "1.12.3"

0 commit comments

Comments
 (0)