aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-03-11 23:45:49 +0000
committerGitHub <noreply@github.com>2019-03-11 23:45:49 +0000
commitfc1c2d6b9c5e11156559ad02387fbb889f70bd99 (patch)
treeed448e5cfc17b33d0a97390ab8e84432e7ea64af /Cargo.toml
parentSend 401 instead of 403 on incorrect password (fixes #47) (diff)
parentBump structopt from 0.2.14 to 0.2.15 (diff)
downloadminiserve-fc1c2d6b9c5e11156559ad02387fbb889f70bd99.tar.gz
miniserve-fc1c2d6b9c5e11156559ad02387fbb889f70bd99.zip
Merge pull request #49 from svenstaro/dependabot/cargo/structopt-0.2.15
Bump structopt from 0.2.14 to 0.2.15
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f98e802..54dba89 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ htmlescape = "0.3.1"
bytesize = "1.0.0"
nanoid = "0.2.0"
alphanumeric-sort = "1.0.6"
-structopt = "0.2.14"
+structopt = "0.2.15"
chrono = "0.4.6"
chrono-humanize = "0.0.11"
maud = { version = "0.20.0", features = ["actix-web"] }