Skip to content

Commit d517e53

Browse files
fix(deps): bump the clap group with 2 updates
Bumps the clap group with 2 updates: [clap](https://github.com/clap-rs/clap) and [clap_complete](https://github.com/clap-rs/clap). Updates `clap` from 4.5.40 to 4.5.41 - [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.40...clap_complete-v4.5.41) Updates `clap_complete` from 4.5.54 to 4.5.55 - [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.54...clap_complete-v4.5.55) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clap - dependency-name: clap_complete dependency-version: 4.5.55 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clap ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 405e74d commit d517e53

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -42,7 +42,7 @@ bitflags = { version = "2.9.0", features = ["serde"] }
4242
bstr = "1.12.0"
4343
camino = { version = "1.1.3", features = ["serde1"] }
4444
cfg-if = "1.0.0"
45-
clap = { version = "4.5.32", features = [
45+
clap = { version = "4.5.45", features = [
4646
"deprecated",
4747
"derive",
4848
"string",

crates/chat-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ bstr = "1.12.0"
4545
bytes = "1.10.1"
4646
camino = { version = "1.1.3", features = ["serde1"] }
4747
cfg-if = "1.0.0"
48-
clap = { version = "4.5.32", features = [
48+
clap = { version = "4.5.45", features = [
4949
"deprecated",
5050
"derive",
5151
"string",
5252
"unicode",
5353
"wrap_help",
5454
] }
55-
clap_complete = "4.5.46"
55+
clap_complete = "4.5.57"
5656
clap_complete_fig = "4.4.0"
5757
color-eyre = "0.6.5"
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.57"
3030
clap_complete_fig = "4.4.0"
3131
color-eyre = "0.6.5"
3232
color-print = "0.3.5"

0 commit comments

Comments
 (0)