aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2019-03-11 04:18:18 +0000
committerdependabot[bot] <support@dependabot.com>2019-03-11 04:18:18 +0000
commit180c63905b10e8eb6507a4fe0fac802b4c8e022c (patch)
treeed448e5cfc17b33d0a97390ab8e84432e7ea64af /Cargo.toml
parentSend 401 instead of 403 on incorrect password (fixes #47) (diff)
downloadminiserve-180c63905b10e8eb6507a4fe0fac802b4c8e022c.tar.gz
miniserve-180c63905b10e8eb6507a4fe0fac802b4c8e022c.zip
Bump structopt from 0.2.14 to 0.2.15
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.2.14 to 0.2.15. - [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.2.14...v0.2.15) Signed-off-by: dependabot[bot] <support@dependabot.com>
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"] }