Skip to content

Commit

Permalink
Bump clap from 3.2.25 to 4.3.19
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.25 to 4.3.19.
- [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...v4.3.19)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent 0a8733a commit 5ee910d
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 63 deletions.
153 changes: 91 additions & 62 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ name = "clash"
path = "src/main.rs"

[dependencies]
clap = { version = "3.2.20", features = ["derive"] }
clap = { version = "4.3.19", features = ["derive"] }

clash_lib = { path = "../clash_lib" }

0 comments on commit 5ee910d

Please sign in to comment.