From 13e65210b2ec22fb8c1f8c2e666ad959111ab91a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 06:05:22 +0000 Subject: [PATCH] Bump structopt from 0.3.21 to 0.3.25 Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.21 to 0.3.25. - [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.21...v0.3.25) --- updated-dependencies: - dependency-name: structopt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- psudoc/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73ade7c..a1abd94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -507,9 +507,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "structopt" -version = "0.3.21" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c" +checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c" dependencies = [ "clap", "lazy_static", @@ -518,9 +518,9 @@ dependencies = [ [[package]] name = "structopt-derive" -version = "0.4.14" +version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90" +checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" dependencies = [ "heck", "proc-macro-error", diff --git a/psudoc/Cargo.toml b/psudoc/Cargo.toml index 6a18c2a..7a9c764 100644 --- a/psudoc/Cargo.toml +++ b/psudoc/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" libpsudoc = { path = "../libpsudoc" } colored = "2.0.0" unicode-width = "0.1.8" -structopt = "0.3.21" +structopt = "0.3.25" lazy_static = "1.4.0" [dependencies.syntect]