Skip to content

Commit 97c46cc

Browse files
Bump clap from 3.2.25 to 4.5.49
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.25 to 4.5.49. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v3.2.25...clap_complete-v4.5.49) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.49 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60eb6ad commit 97c46cc

File tree

2 files changed

+33
-164
lines changed

2 files changed

+33
-164
lines changed

Cargo.lock

Lines changed: 32 additions & 163 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zsplit-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ path = "src/main.rs"
2121

2222
[dependencies]
2323
zsplit = { version = "~0.4", path = "../zsplit" }
24-
clap = { version = "3.0", features = ["derive"] }
24+
clap = { version = "4.5", features = ["derive"] }
2525
thiserror = "2.0"
2626
error-stack = "0.5"
2727
bool_ext = "0.7"

0 commit comments

Comments
 (0)