Skip to content

Commit

Permalink
Bump clap from 3.2.14 to 3.2.15 (#102)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.14 to 3.2.15.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.15/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.2.14...v3.2.15)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 26, 2022
1 parent 7b1297c commit 7ee4a10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
atty = { version = "0.2.14", optional = true }
clap = { version = "3.2.14", features = ["derive", "wrap_help"], optional = true }
clap = { version = "3.2.15", features = ["derive", "wrap_help"], optional = true }
itertools = "0.10.3"
lazy_static = "1.4.0"
ndarray = "0.15.4"
Expand Down

0 comments on commit 7ee4a10

Please sign in to comment.