Skip to content

Commit f8fdacd

Browse files
fix(deps): bump the clap group across 1 directory with 2 updates
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.27 - [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...clap_complete-v4.5.27) Updates `clap_complete` from 4.5.41 to 4.5.42 - [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.42) --- 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]>
1 parent 98ad5bd commit f8fdacd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -41,7 +41,7 @@ bitflags = { version = "2.6.0", features = ["serde"] }
4141
bstr = "1.1.0"
4242
camino = { version = "1.1.3", features = ["serde1"] }
4343
cfg-if = "1.0.0"
44-
clap = { version = "4.5.23", features = [
44+
clap = { version = "4.5.27", features = [
4545
"deprecated",
4646
"derive",
4747
"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.42"
3434
clap_complete_fig = "4.4.0"
3535
color-eyre = "0.6.2"
3636
color-print = "0.3.5"

0 commit comments

Comments
 (0)