Skip to content

Commit a2c44ab

Browse files
dependabot[bot]thoughtpolice
authored andcommitted
cargo: bump the cargo-dependencies group with 4 updates
Bumps the cargo-dependencies group with 4 updates: [clap](https://github.com/clap-rs/clap), [clap_complete](https://github.com/clap-rs/clap), [clap_complete_nushell](https://github.com/clap-rs/clap) and [num_cpus](https://github.com/seanmonstar/num_cpus). Updates `clap` 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) Updates `clap_complete` from 4.5.50 to 4.5.52 - [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.50...clap_complete-v4.5.52) Updates `clap_complete_nushell` from 4.5.5 to 4.5.6 - [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.5...clap_complete_nushell-v4.5.6) Updates `num_cpus` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/seanmonstar/num_cpus/releases) - [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md) - [Commits](seanmonstar/num_cpus@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap_complete dependency-version: 4.5.52 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap_complete_nushell dependency-version: 4.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: num_cpus dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c8547e6 commit a2c44ab

File tree

2 files changed

+16
-22
lines changed

2 files changed

+16
-22
lines changed

Cargo.lock

Lines changed: 12 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ assert_matches = "1.5.0"
2222
async-trait = "0.1.88"
2323
blake2 = "0.10.6"
2424
bstr = "1.11.3"
25-
clap = { version = "4.5.38", features = [
25+
clap = { version = "4.5.39", features = [
2626
"derive",
2727
"deprecated",
2828
"wrap_help",
2929
"string",
3030
] }
31-
clap_complete = { version = "4.5.48", features = ["unstable-dynamic"] }
32-
clap_complete_nushell = "4.5.5"
31+
clap_complete = { version = "4.5.52", features = ["unstable-dynamic"] }
32+
clap_complete_nushell = "4.5.6"
3333
# Update clap-markdown manually since test_generate_md_cli_help snapshot
3434
# will need regenerating.
3535
clap-markdown = "=0.1.5"
@@ -65,7 +65,7 @@ interim = { version = "0.2.1", features = ["chrono_0_4"] }
6565
itertools = "0.14.0"
6666
libc = { version = "0.2.172" }
6767
maplit = "1.0.2"
68-
num_cpus = "1.16.0"
68+
num_cpus = "1.17.0"
6969
once_cell = "1.21.3"
7070
os_pipe = "1.2.2"
7171
pest = "2.8.0"

0 commit comments

Comments
 (0)