diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-03-11 23:45:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 23:45:49 +0000 |
commit | fc1c2d6b9c5e11156559ad02387fbb889f70bd99 (patch) | |
tree | ed448e5cfc17b33d0a97390ab8e84432e7ea64af /Cargo.toml | |
parent | Send 401 instead of 403 on incorrect password (fixes #47) (diff) | |
parent | Bump structopt from 0.2.14 to 0.2.15 (diff) | |
download | miniserve-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.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"] } |