aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>2019-06-03 05:21:57 +0000
committerGitHub <noreply@github.com>2019-06-03 05:21:57 +0000
commit41e7af91d156617739f6c64e0715b77b7b27bef7 (patch)
treebb45d2370c2bb4e469336043fc02f4df54790c04 /Cargo.toml
parentMerge pull request #132 from svenstaro/dependabot/cargo/serde-1.0.92 (diff)
downloadminiserve-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 233fc0c..2c4f2b0 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.16"
+structopt = "0.2.17"
chrono = "0.4.6"
chrono-humanize = "0.0.11"
maud = { version = "0.20.0", features = ["actix-web"] }