aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-08-27 00:13:05 +0000
committerGitHub <noreply@github.com>2020-08-27 00:13:05 +0000
commit7e70b96135237306fe0c7b9af8f0d4853709db72 (patch)
tree2a7286c7e752186f0c0d4133eb77653cb3549bf3
parentBump Dockerfile nightly version (diff)
parentBump structopt from 0.3.16 to 0.3.17 (diff)
downloadminiserve-7e70b96135237306fe0c7b9af8f0d4853709db72.tar.gz
miniserve-7e70b96135237306fe0c7b9af8f0d4853709db72.zip
Merge pull request #366 from svenstaro/dependabot/cargo/structopt-0.3.17
Bump structopt from 0.3.16 to 0.3.17
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 44babe5..420eece 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2359,9 +2359,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
-version = "0.3.16"
+version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "de5472fb24d7e80ae84a7801b7978f95a19ec32cb1876faea59ab711eb901976"
+checksum = "6cc388d94ffabf39b5ed5fadddc40147cb21e605f53db6f8f36a625d27489ac5"
dependencies = [
"clap",
"lazy_static",
@@ -2370,9 +2370,9 @@ dependencies = [
[[package]]
name = "structopt-derive"
-version = "0.4.9"
+version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1e0eb37335aeeebe51be42e2dc07f031163fbabfa6ac67d7ea68b5c2f68d5f99"
+checksum = "5e2513111825077552a6751dfad9e11ce0fba07d7276a3943a037d7e93e64c5f"
dependencies = [
"heck",
"proc-macro-error",