Skip to content

Commit f37dd9f

Browse files
dependabot[bot]dnbln
authored andcommitted
chore(deps): bump the all group with 4 updates
Bumps the all group with 4 updates: [nextest-metadata](https://github.com/nextest-rs/nextest), [clap](https://github.com/clap-rs/clap), [clap_complete](https://github.com/clap-rs/clap) and [human-panic](https://github.com/rust-cli/human-panic). Updates `nextest-metadata` from 0.12.2 to 0.12.3 - [Release notes](https://github.com/nextest-rs/nextest/releases) - [Changelog](https://github.com/nextest-rs/nextest/blob/main/release.toml) - [Commits](nextest-rs/nextest@nextest-metadata-0.12.2...nextest-metadata-0.12.3) Updates `clap` from 4.5.50 to 4.5.51 - [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.51) Updates `clap_complete` from 4.5.59 to 4.5.60 - [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.59...clap_complete-v4.5.60) Updates `human-panic` from 2.0.3 to 2.0.4 - [Changelog](https://github.com/rust-cli/human-panic/blob/master/CHANGELOG.md) - [Commits](rust-cli/human-panic@v2.0.3...v2.0.4) --- updated-dependencies: - dependency-name: nextest-metadata dependency-version: 0.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: clap dependency-version: 4.5.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: clap_complete dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: human-panic dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21a1b78 commit f37dd9f

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -73,16 +73,16 @@ git-voyage = { path = "src/dev/git-voyage", version = "0.1.0" }
7373
bumpalo = "3.6.0"
7474
bytes = "1.4.0"
7575
cargo_metadata = "0.23.0"
76-
nextest-metadata = "0.12.1"
77-
clap = { version = "4.5.50", features = ["derive"] }
78-
clap_complete = "4.5.59"
76+
nextest-metadata = "0.12.3"
77+
clap = { version = "4.5.51", features = ["derive"] }
78+
clap_complete = "4.5.60"
7979
clap_mangen = "0.2.31"
8080
criterion = { version = "0.7", features = ["html_reports"] }
8181
bitflags = "2"
8282
dashmap = "6.1.0"
8383
drop_bomb = "0.1.5"
8484
futures = { version = "0.3", default-features = false }
85-
human-panic = "2.0.0"
85+
human-panic = "2.0.4"
8686
humantime = "2.3.0"
8787
git2 = { version = "0.20", default-features = false }
8888
libc = "0.2"

0 commit comments

Comments
 (0)