Skip to content

Commit e4132de

Browse files
cargo: bump the cargo-dependencies group across 1 directory with 3 updates
Bumps the cargo-dependencies group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [clap_complete](https://github.com/clap-rs/clap) and [clap_complete_nushell](https://github.com/clap-rs/clap). Updates `clap` from 4.5.10 to 4.5.11 - [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.10...clap_complete-v4.5.11) Updates `clap_complete` from 4.5.9 to 4.5.11 - [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.9...clap_complete-v4.5.11) Updates `clap_complete_nushell` from 4.5.2 to 4.5.3 - [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_nushell-v4.5.2...clap_complete_nushell-v4.5.3) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap_complete_nushell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89f5d16 commit e4132de

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ backoff = "0.4.0"
2525
blake2 = "0.10.6"
2626
bstr = "1.9.1"
2727
cargo_metadata = "0.17.0"
28-
clap = { version = "4.5.10", features = [
28+
clap = { version = "4.5.11", features = [
2929
"derive",
3030
"deprecated",
3131
"wrap_help",
3232
"string",
3333
] }
34-
clap_complete = "4.5.9"
35-
clap_complete_nushell = "4.5.2"
34+
clap_complete = "4.5.11"
35+
clap_complete_nushell = "4.5.3"
3636
clap-markdown = "0.1.4"
3737
clap_mangen = "0.2.10"
3838
chrono = { version = "0.4.38", default-features = false, features = [

0 commit comments

Comments
 (0)