From 87ce33a1868932a777e6ef1a28151321983d798c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 15:07:31 +0000 Subject: [PATCH] Bump clap from 4.0.10 to 4.0.11 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.10 to 4.0.11. - [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.10...v4.0.11) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- odbcsv/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af56167e..a5cddd5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,9 +204,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.10" +version = "4.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b1a0a4208c6c483b952ad35c6eed505fc13b46f08f631b81e828084a9318d74" +checksum = "4ed45cc2c62a3eff523e718d8576ba762c83a3146151093283ac62ae11933a73" dependencies = [ "atty", "bitflags", @@ -1069,7 +1069,7 @@ version = "0.4.14" dependencies = [ "anyhow", "assert_cmd", - "clap 4.0.10", + "clap 4.0.11", "csv", "lazy_static", "log", diff --git a/odbcsv/Cargo.toml b/odbcsv/Cargo.toml index 607c65c4..a108d484 100644 --- a/odbcsv/Cargo.toml +++ b/odbcsv/Cargo.toml @@ -34,7 +34,7 @@ csv = "1.1.6" anyhow = "1.0.65" stderrlog = "0.5.3" log = "0.4.17" -clap = { version = "4.0.10", features = ["derive", "env"] } +clap = { version = "4.0.11", features = ["derive", "env"] } [dev-dependencies] assert_cmd = "2.0.4"