aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-13 04:15:47 +0000
committerGitHub <noreply@github.com>2020-10-13 04:15:47 +0000
commitb2459656cbfc8cbfaee7cf9bb0fa49ef8202c0f6 (patch)
treed1cdd12dc034d86dda4cfc272dbdca935c45f433
parentMerge pull request #393 from svenstaro/dependabot/cargo/regex-1.4.0 (diff)
downloadminiserve-b2459656cbfc8cbfaee7cf9bb0fa49ef8202c0f6.tar.gz
miniserve-b2459656cbfc8cbfaee7cf9bb0fa49ef8202c0f6.zip
Bump structopt from 0.3.19 to 0.3.20
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.19 to 0.3.20. - [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.19...v0.3.20) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fb7b8cb..3830eef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2768,9 +2768,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
-version = "0.3.19"
+version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a7a7159e7d0dbcab6f9c980d7971ef50f3ff5753081461eeda120d5974a4ee95"
+checksum = "126d630294ec449fae0b16f964e35bf3c74f940da9dca17ee9b905f7b3112eb8"
dependencies = [
"clap",
"lazy_static",
@@ -2779,9 +2779,9 @@ dependencies = [
[[package]]
name = "structopt-derive"
-version = "0.4.12"
+version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8fc47de4dfba76248d1e9169ccff240eea2a4dc1e34e309b95b2393109b4b383"
+checksum = "65e51c492f9e23a220534971ff5afc14037289de430e3c83f9daf6a1b6ae91e8"
dependencies = [
"heck",
"proc-macro-error",