Skip to content

Commit 3b6e651

Browse files
chore(deps): 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] <support@github.com>
1 parent c07f856 commit 3b6e651

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
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
@@ -21,7 +21,7 @@ path = "src/main.rs"
2121
required-features = ["bin"]
2222

2323
[dependencies]
24-
clap = { version = "4.5.31", features = ["derive"], optional = true }
24+
clap = { version = "4.5.32", features = ["derive"], optional = true }
2525
serde = { version = "1.0", features = ["derive"], optional = true }
2626
plotters = { version = "0.3.7", optional = true }
2727

0 commit comments

Comments
 (0)