Skip to content

Commit 0d7fa0a

Browse files
Bump the clap group across 1 directory with 2 updates
Bumps the clap group with 2 updates in the / directory: [clap](https://github.com/clap-rs/clap) and [clap_complete](https://github.com/clap-rs/clap). Updates `clap` from 4.5.26 to 4.5.31 - [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.26...v4.5.31) Updates `clap_complete` from 4.5.42 to 4.5.46 - [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.42...clap_complete-v4.5.46) --- 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] <[email protected]>
1 parent b37959c commit 0d7fa0a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = ["ascii", "image", "manifest"]
1111
[workspace.dependencies]
1212
owo-colors = "4.1.0"
1313
anyhow = "1.0"
14-
clap = { version = "4.5.26", features = ["derive"] }
14+
clap = { version = "4.5.31", features = ["derive"] }
1515
image = { version = "0.25.5", default-features = false, features = [
1616
"color_quant",
1717
"jpeg",
@@ -39,7 +39,7 @@ anyhow.workspace = true
3939
askalono = "0.5.0"
4040
byte-unit = "5.1.6"
4141
clap.workspace = true
42-
clap_complete = "4.5.42"
42+
clap_complete = "4.5.46"
4343
crossbeam-channel = "0.5.14"
4444
gix = { version = "0.70.0", default-features = false, features = [
4545
"max-performance-safe",

0 commit comments

Comments
 (0)