Merge pull request #169 from vbrandl/dependabot/cargo/structopt-0.3.17

Bump structopt from 0.3.15 to 0.3.17
This commit is contained in:
Valentin Brandl 2020-09-11 19:38:52 +02:00 committed by GitHub
commit 4f37b101ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1928,9 +1928,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
version = "0.3.15"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de2f5e239ee807089b62adce73e48c625e0ed80df02c7ab3f068f5db5281065c"
checksum = "6cc388d94ffabf39b5ed5fadddc40147cb21e605f53db6f8f36a625d27489ac5"
dependencies = [
"clap",
"lazy_static",
@ -1939,9 +1939,9 @@ dependencies = [
[[package]]
name = "structopt-derive"
version = "0.4.8"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "510413f9de616762a4fbeab62509bf15c729603b72d7cd71280fbca431b1c118"
checksum = "5e2513111825077552a6751dfad9e11ce0fba07d7276a3943a037d7e93e64c5f"
dependencies = [
"heck",
"proc-macro-error",

View File

@ -20,7 +20,7 @@ reqwest = "0.10.6"
serde = "1.0.115"
serde_derive = "1.0.103"
serde_json = "1.0.57"
structopt = "0.3.15"
structopt = "0.3.17"
actix-rt = "1.1.1"
[build-dependencies]