Skip to content

Commit 7ee4a10

Browse files
Bump clap from 3.2.14 to 3.2.15 (#102)
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>
1 parent 7b1297c commit 7ee4a10

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ crate-type = ["cdylib", "rlib"]
3333

3434
[dependencies]
3535
atty = { version = "0.2.14", optional = true }
36-
clap = { version = "3.2.14", features = ["derive", "wrap_help"], optional = true }
36+
clap = { version = "3.2.15", features = ["derive", "wrap_help"], optional = true }
3737
itertools = "0.10.3"
3838
lazy_static = "1.4.0"
3939
ndarray = "0.15.4"

0 commit comments

Comments
 (0)