From 9502d2561a663b050d83cc47527c39f565e50846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 13:15:32 +0000 Subject: [PATCH] Bump clap from 3.0.13 to 3.1.7 Bumps [clap](https://github.com/clap-rs/clap) from 3.0.13 to 3.1.7. - [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...v3.1.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02b2903..7bcc431 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.7", "colored", "ctrlc", "derivative", @@ -423,9 +423,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.0.13" +version = "3.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08799f92c961c7a1cf0cc398a9073da99e21ce388b46372c37f3191f2f3eed3e" +checksum = "c67e7973e74896f4bba06ca2dcfd28d54f9cb8c035e940a32b88ed48f5f5ecf2" dependencies = [ "atty", "bitflags", @@ -433,7 +433,7 @@ dependencies = [ "os_str_bytes", "strsim 0.10.0", "termcolor", - "textwrap 0.14.2", + "textwrap 0.15.0", ] [[package]] @@ -2894,9 +2894,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.14.2" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" +checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" [[package]] name = "thiserror" 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"