From 35664120482eae125fb14d9a8e7b769aa873c212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 23:10:28 +0000 Subject: [PATCH] Bump clap from 4.0.18 to 4.0.22 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.18 to 4.0.22. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.0.18...v4.0.22) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- odbcsv/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bb390fc..9a728cca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,9 +216,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.18" +version = "4.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "335867764ed2de42325fafe6d18b8af74ba97ee0c590fa016f157535b42ab04b" +checksum = "91b9970d7505127a162fdaa9b96428d28a479ba78c9ec7550a63a5d9863db682" dependencies = [ "atty", "bitflags", @@ -231,9 +231,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.0.18" +version = "4.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a1b0f6422af32d5da0c58e2703320f379216ee70198241c84173a8c5ac28f3" +checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014" dependencies = [ "heck", "proc-macro-error", @@ -1081,7 +1081,7 @@ version = "0.4.16" dependencies = [ "anyhow", "assert_cmd", - "clap 4.0.18", + "clap 4.0.22", "csv", "lazy_static", "log", diff --git a/odbcsv/Cargo.toml b/odbcsv/Cargo.toml index 96cf129f..b15f1643 100644 --- a/odbcsv/Cargo.toml +++ b/odbcsv/Cargo.toml @@ -34,7 +34,7 @@ csv = "1.1.6" anyhow = "1.0.66" stderrlog = "0.5.3" log = "0.4.17" -clap = { version = "4.0.18", features = ["derive", "env"] } +clap = { version = "4.0.22", features = ["derive", "env"] } [dev-dependencies] assert_cmd = "2.0.6"