Skip to content

Commit e408297

Browse files
fix(deps): bump the clap group with 2 updates (#276)
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.21 to 4.5.23 - [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.21...clap_complete-v4.5.23) Updates `clap_complete` from 4.5.38 to 4.5.39 - [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.38...clap_complete-v4.5.39) --- 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 740479b commit e408297

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
@@ -40,7 +40,7 @@ bitflags = { version = "2.6.0", features = ["serde"] }
4040
bstr = "1.1.0"
4141
camino = { version = "1.1.3", features = ["serde1"] }
4242
cfg-if = "1.0.0"
43-
clap = { version = "4.4.0", features = [
43+
clap = { version = "4.5.23", features = [
4444
"deprecated",
4545
"derive",
4646
"string",

crates/q_cli/Cargo.toml

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

0 commit comments

Comments
 (0)