From 0877b75092fcb8071f79cdc1726d769db8268799 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 04:30:10 +0000 Subject: [PATCH] Bump structopt from 0.3.15 to 0.3.19 Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.15 to 0.3.19. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/compare/v0.3.15...v0.3.19) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e96fec..20c4b8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -710,9 +710,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "structopt" -version = "0.3.15" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de2f5e239ee807089b62adce73e48c625e0ed80df02c7ab3f068f5db5281065c" +checksum = "a7a7159e7d0dbcab6f9c980d7971ef50f3ff5753081461eeda120d5974a4ee95" dependencies = [ "clap", "lazy_static", @@ -721,9 +721,9 @@ dependencies = [ [[package]] name = "structopt-derive" -version = "0.4.8" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "510413f9de616762a4fbeab62509bf15c729603b72d7cd71280fbca431b1c118" +checksum = "8fc47de4dfba76248d1e9169ccff240eea2a4dc1e34e309b95b2393109b4b383" dependencies = [ "heck", "proc-macro-error", diff --git a/Cargo.toml b/Cargo.toml index 50829ed..0fca902 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ scopeguard = "1.1.0" serde = "1.0.114" serde_derive = "1.0.102" serde_yaml = "0.8.13" -structopt = "0.3.15" +structopt = "0.3.19" [dev-dependencies] assert_cmd = "1.0.1"