From 7ee4a104d0897729882dae7485e34b3228afaac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 19:59:34 +0200 Subject: [PATCH] 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](https://github.com/clap-rs/clap/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91976f4..33e47b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,9 +121,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.14" +version = "3.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54635806b078b7925d6e36810b1755f2a4b5b4d57560432c1ecf60bcbe10602b" +checksum = "44bbe24bbd31a185bc2c4f7c2abe80bea13a20d57ee4e55be70ac512bdc76417" dependencies = [ "atty", "bitflags", @@ -139,9 +139,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "3.2.7" +version = "3.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "759bf187376e1afa7b85b959e6a664a3e7a95203415dba952ad19139e798f902" +checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4" dependencies = [ "heck", "proc-macro-error", @@ -432,7 +432,7 @@ version = "1.4.0" dependencies = [ "assert_cmd", "atty", - "clap 3.2.14", + "clap 3.2.15", "criterion", "indoc", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 3285a0b..cac9296 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"