Skip to content

Commit af4aafa

Browse files
Bump the clap group with 2 updates (#1320)
Bumps the clap 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.3 to 4.5.4 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.3...v4.5.4) Updates `clap_complete` from 4.5.1 to 4.5.2 - [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.1...clap_complete-v4.5.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clap - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clap ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35c0b00 commit af4aafa

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = ["ascii", "image", "manifest"]
1111
[workspace.dependencies]
1212
owo-colors = "3.5.0"
1313
anyhow = "1.0"
14-
clap = { version = "4.5.3", features = ["derive"] }
14+
clap = { version = "4.5.4", features = ["derive"] }
1515
image = "0.24.9"
1616
strum = { version = "0.25.0", features = ["derive"] }
1717

@@ -35,7 +35,7 @@ askalono = "0.4.6"
3535
byte-unit = "5.1.2"
3636
bytecount = "0.6.7"
3737
clap.workspace = true
38-
clap_complete = "4.5.1"
38+
clap_complete = "4.5.2"
3939
crossbeam-channel = "0.5.9"
4040
gix = { version = "0.62.0", default-features = false, features = [
4141
"max-performance-safe",

0 commit comments

Comments
 (0)