Skip to content

Commit c7c7423

Browse files
fix(deps): bump clap_complete in the clap group across 1 directory
Bumps the clap group with 1 update in the / directory: [clap_complete](https://github.com/clap-rs/clap). Updates `clap_complete` from 4.5.46 to 4.5.48 - [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.48) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.5.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clap ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dd39398 commit c7c7423

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ clap = { version = "4.5.32", features = [
5252
"unicode",
5353
"wrap_help",
5454
] }
55-
clap_complete = "4.5.46"
55+
clap_complete = "4.5.50"
5656
clap_complete_fig = "4.4.0"
5757
color-eyre = "0.6.2"
5858
color-print = "0.3.5"

crates/q_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bitflags.workspace = true
2626
bytes.workspace = true
2727
cfg-if.workspace = true
2828
clap.workspace = true
29-
clap_complete = "4.5.46"
29+
clap_complete = "4.5.50"
3030
clap_complete_fig = "4.4.0"
3131
color-eyre = "0.6.2"
3232
color-print = "0.3.5"

0 commit comments

Comments
 (0)