Skip to content

Commit 8e2f87c

Browse files
fix(deps): bump the clap group across 1 directory with 2 updates (#671)
Bumps the clap group with 2 updates in the / directory: [clap](https://github.com/clap-rs/clap) and [clap_complete](https://github.com/clap-rs/clap). Updates `clap` from 4.5.24 to 4.5.31 - [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.24...v4.5.31) Updates `clap_complete` from 4.5.41 to 4.5.46 - [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.41...clap_complete-v4.5.46) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clap - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clap ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 867255c commit 8e2f87c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.1.0"
4343
camino = { version = "1.1.3", features = ["serde1"] }
4444
cfg-if = "1.0.0"
45-
clap = { version = "4.5.23", features = [
45+
clap = { version = "4.5.31", features = [
4646
"deprecated",
4747
"derive",
4848
"string",

crates/q_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bytes.workspace = true
3030
camino.workspace = true
3131
cfg-if.workspace = true
3232
clap.workspace = true
33-
clap_complete = "4.5.39"
33+
clap_complete = "4.5.46"
3434
clap_complete_fig = "4.4.0"
3535
color-eyre = "0.6.2"
3636
color-print = "0.3.5"

0 commit comments

Comments
 (0)