Bump clap from 2.34.0 to 3.2.25 (#9)

Bumps [clap](https://github.com/clap-rs/clap) from 2.34.0 to 3.2.25.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.25/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v2.34.0...v3.2.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-27 07:43:40 +02:00
committed by GitHub
parent 0c4e015aa5
commit 6f0a00ace9
2 changed files with 66 additions and 32 deletions

View File

@@ -13,7 +13,7 @@ exclude = [
]
[dependencies]
clap = {version="2.32.0", features=['yaml']}
clap = {version="3.2.25", features=['yaml']}
error-chain = "0.12.0"
rand = "0.7.*"
rayon = "1.0.3"