Skip to content

Commit 112ea75

Browse files
Bump clap from 4.5.29 to 4.5.30
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.29 to 4.5.30. - [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.29...clap_complete-v4.5.30) --- 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 f02f808 commit 112ea75

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.

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.95" }
14-
clap = { version = "4.5.29", features = ["derive"] }
14+
clap = { version = "4.5.30", features = ["derive"] }
1515
crossterm = { version = "0.28.1" }
1616
hdf5 = { git = "https://github.com/aldanor/hdf5-rust.git", rev = "43015ddaa87e62b63dc1b1ae7fed49a430e1b53a", features = [
1717
"static",

0 commit comments

Comments
 (0)