Merge pull request #117 from vbrandl/dependabot/cargo/structopt-0.3.12

Bump structopt from 0.3.9 to 0.3.12
This commit is contained in:
Valentin Brandl 2020-03-22 17:38:42 +01:00 committed by GitHub
commit 520ac2442f
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

@ -1909,9 +1909,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
version = "0.3.9"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1bcbed7d48956fcbb5d80c6b95aedb553513de0a1b451ea92679d999c010e98"
checksum = "c8faa2719539bbe9d77869bfb15d4ee769f99525e707931452c97b693b3f159d"
dependencies = [
"clap",
"lazy_static",
@ -1920,9 +1920,9 @@ dependencies = [
[[package]]
name = "structopt-derive"
version = "0.4.2"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "095064aa1f5b94d14e635d0a5684cf140c43ae40a0fd990708d38f5d669e5f64"
checksum = "3f88b8e18c69496aad6f9ddf4630dd7d585bcaf765786cb415b9aec2fe5a0430"
dependencies = [
"heck",
"proc-macro-error",

View File

@ -20,7 +20,7 @@ reqwest = "0.10.1"
serde = "1.0.105"
serde_derive = "1.0.103"
serde_json = "1.0.48"
structopt = "0.3.9"
structopt = "0.3.12"
actix-rt = "1.0.0"
[build-dependencies]