diff options
author | dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com> | 2019-06-03 05:21:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-03 05:21:57 +0000 |
commit | 41e7af91d156617739f6c64e0715b77b7b27bef7 (patch) | |
tree | bb45d2370c2bb4e469336043fc02f4df54790c04 /Cargo.toml | |
parent | Merge pull request #132 from svenstaro/dependabot/cargo/serde-1.0.92 (diff) | |
download | miniserve-41e7af91d156617739f6c64e0715b77b7b27bef7.tar.gz miniserve-41e7af91d156617739f6c64e0715b77b7b27bef7.zip |
Bump structopt from 0.2.16 to 0.2.17
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.2.16 to 0.2.17.
- [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.16...v0.2.17)
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.16" +structopt = "0.2.17" chrono = "0.4.6" chrono-humanize = "0.0.11" maud = { version = "0.20.0", features = ["actix-web"] } |