Skip to content

Commit 584ea92

Browse files
Bump clap from 4.5.31 to 4.5.32
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.31 to 4.5.32. - [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.31...clap_complete-v4.5.32) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1bb3e6f commit 584ea92

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["command-line-utilities"]
1212

1313
[dependencies]
1414
anyhow = "1.0.97"
15-
clap = { version = '4.5.31', features = ['cargo'] }
15+
clap = { version = '4.5.32', features = ['cargo'] }
1616
libsemverator = { path = "../lib", version = "0.9.0" }
1717

1818
[lints.rust]

0 commit comments

Comments
 (0)