Skip to content

Commit e0ba0dd

Browse files
build(deps): bump the minor-patch group with 2 updates
Bumps the minor-patch 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.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 `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) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: clap_complete dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f70875a commit e0ba0dd

File tree

2 files changed

+17
-41
lines changed

2 files changed

+17
-41
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ license = "GPL-3.0-or-later"
1212
[dependencies]
1313
anstream = "1.0.0"
1414
chrono = { version = "0.4.44", default-features = false, features = ["std", "clock"] }
15-
clap = { version = "4.5.60", features = ["derive", "env"] }
16-
clap_complete = "4.5.66"
15+
clap = { version = "4.6.0", features = ["derive", "env"] }
16+
clap_complete = "4.6.0"
1717
color-eyre = { version = "0.6.5", default-features = false }
1818
eyre = "0.6.12"
1919
owo-colors = "4.3.0"

0 commit comments

Comments
 (0)