aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-06-27 04:18:44 +0000
committerGitHub <noreply@github.com>2019-06-27 04:18:44 +0000
commit5d2eb6c1453acea69c695c0511af146d1ea17024 (patch)
tree6a3fd19848cd58fb3570c22b61b175423d6e85ca /Cargo.toml
parentMerge pull request #148 from svenstaro/dependabot/cargo/rstest-572306c (diff)
downloadminiserve-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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f4b0015..87f4ad2 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.18"
chrono = "0.4.7"
chrono-humanize = "0.0.11"
maud = { version = "0.20.0", features = ["actix-web"] }