diff options
author | dependabot[bot] <support@dependabot.com> | 2019-03-11 04:18:18 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-03-11 04:18:18 +0000 |
commit | 180c63905b10e8eb6507a4fe0fac802b4c8e022c (patch) | |
tree | ed448e5cfc17b33d0a97390ab8e84432e7ea64af /Cargo.toml | |
parent | Send 401 instead of 403 on incorrect password (fixes #47) (diff) | |
download | miniserve-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |