From aee11b24662a5dc79ac517c5e6c6a6020acf5d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 13:12:39 +0000 Subject: [PATCH] Bump clap from 3.0.13 to 3.1.0 Bumps [clap](https://github.com/clap-rs/clap) from 3.0.13 to 3.1.0. - [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/v3.0.13...clap_complete-v3.1.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02b2903..e5bb2bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ "cargo-emit", "cfg-if 1.0.0", "chrono", - "clap 3.0.13", + "clap 3.1.0", "colored", "ctrlc", "derivative", @@ -423,9 +423,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.0.13" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08799f92c961c7a1cf0cc398a9073da99e21ce388b46372c37f3191f2f3eed3e" +checksum = "e5f1fea81f183005ced9e59cdb01737ef2423956dac5a6d731b06b2ecfaa3467" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index e35beb1..f9974e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ imgui-skia-renderer = {git = "https://github.com/MFEK/imgui-skia-renderer.rlib", #imgui-skia-renderer = { path = "../imgui-skia-renderer.rlib" } # for development # For argument parsing -clap = "3.0" +clap = "3.1" # For UI toggles enum-iterator = "0.7.0"