Skip to content

Commit cabf164

Browse files
Bump clap from 4.5.3 to 4.5.4
Bumps [clap](https://github.com/clap-rs/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) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e00b58 commit cabf164

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
[dependencies]
88
anyhow = "1.0.81"
99
bump_alloc = "0.1.0"
10-
clap = { version = "4.5.3", features = [ "std", "color", "suggestions", "cargo" ] }
10+
clap = { version = "4.5.4", features = [ "std", "color", "suggestions", "cargo" ] }
1111
crossbeam = "0.8.4"
1212
ignore = "0.4.22"
1313
itertools = "0.12.1"

0 commit comments

Comments
 (0)