Skip to content

Commit 71049c3

Browse files
build(deps): bump the cargo group with 4 updates
Bumps the cargo group with 4 updates: [clap](https://github.com/clap-rs/clap), [trycmd](https://github.com/assert-rs/snapbox), [clap_complete](https://github.com/clap-rs/clap) and [clap_mangen](https://github.com/clap-rs/clap). Updates `clap` from 4.5.60 to 4.6.0 - [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.60...clap_complete-v4.6.0) Updates `trycmd` from 1.1.0 to 1.1.1 - [Commits](assert-rs/snapbox@trycmd-v1.1.0...trycmd-v1.1.1) Updates `clap_complete` from 4.5.66 to 4.6.0 - [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.66...clap_complete-v4.6.0) Updates `clap_mangen` from 0.2.31 to 0.2.33 - [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_mangen-v0.2.31...clap_mangen-v0.2.33) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: trycmd dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_complete dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: clap_mangen dependency-version: 0.2.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9292ffd commit 71049c3

File tree

2 files changed

+28
-52
lines changed

2 files changed

+28
-52
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ supports-color = "3.0.2"
2626
ureq = { version = "3.2.0", features = ["json"] }
2727

2828
[dependencies.clap]
29-
version = "4.5.60"
29+
version = "4.6.0"
3030
features = ["cargo", "derive", "unicode", "wrap_help"]
3131

3232
[build-dependencies]
33-
clap = { version = "4.5.60", features = ["derive"] }
34-
clap_complete = "4.5.66"
35-
clap_mangen = "0.2.31"
33+
clap = { version = "4.6.0", features = ["derive"] }
34+
clap_complete = "4.6.0"
35+
clap_mangen = "0.2.33"
3636

3737
[dev-dependencies]
3838
assert_cmd = "2.2.0"
3939
nu-glob = "0.111.0"
40-
trycmd = "1.1.0"
40+
trycmd = "1.1.1"
4141

4242
[profile.release]
4343
lto = true

0 commit comments

Comments
 (0)