diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-06-27 04:18:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 04:18:44 +0000 |
commit | 5d2eb6c1453acea69c695c0511af146d1ea17024 (patch) | |
tree | 6a3fd19848cd58fb3570c22b61b175423d6e85ca /Cargo.toml | |
parent | Merge pull request #148 from svenstaro/dependabot/cargo/rstest-572306c (diff) | |
download | miniserve-5d2eb6c1453acea69c695c0511af146d1ea17024.tar.gz miniserve-5d2eb6c1453acea69c695c0511af146d1ea17024.zip |
Bump structopt from 0.2.16 to 0.2.18
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.2.16 to 0.2.18.
- [Release notes](https://github.com/TeXitoi/structopt/releases)
- [Changelog](https://github.com/TeXitoi/structopt/blob/v0.2.18/CHANGELOG.md)
- [Commits](https://github.com/TeXitoi/structopt/compare/v0.2.16...v0.2.18)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to '')
-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.16" +structopt = "0.2.18" chrono = "0.4.7" chrono-humanize = "0.0.11" maud = { version = "0.20.0", features = ["actix-web"] } |