Skip to content

Commit 623ec03

Browse files
Bump clap from 4.5.16 to 4.5.18
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.16 to 4.5.18. - [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.16...clap_complete-v4.5.18) --- 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 f18e67e commit 623ec03

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
@@ -11,7 +11,7 @@ repository = "https://github.com/garryod/nexplore"
1111

1212
[dependencies]
1313
anyhow = { version = "1.0.89" }
14-
clap = { version = "4.5.16", features = ["derive"] }
14+
clap = { version = "4.5.18", features = ["derive"] }
1515
crossterm = { version = "0.28.1" }
1616
hdf5 = { git = "https://github.com/aldanor/hdf5-rust.git", rev = "26046fb4900ec38afd2a1c0494cff688b288662e", features = [
1717
"static",

0 commit comments

Comments
 (0)