aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-07-02 04:19:33 +0000
committerGitHub <noreply@github.com>2019-07-02 04:19:33 +0000
commit7f6103412309fe785d05210f0d5f13e3401ed25b (patch)
treebd0a50e1394d0bd6bdfb01ccaa5ac2ba3267336e /Cargo.toml
parentUse rstest 0.3 (diff)
downloadminiserve-7f6103412309fe785d05210f0d5f13e3401ed25b.tar.gz
miniserve-7f6103412309fe785d05210f0d5f13e3401ed25b.zip
Bump maud from 0.20.0 to 0.21.0
Bumps [maud](https://github.com/lfairy/maud) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/lfairy/maud/releases) - [Changelog](https://github.com/lfairy/maud/blob/master/CHANGELOG.md) - [Commits](https://github.com/lfairy/maud/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ebafca0..ec8d675 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ alphanumeric-sort = "1.0.6"
structopt = "0.2.18"
chrono = "0.4.7"
chrono-humanize = "0.0.11"
-maud = { version = "0.20.0", features = ["actix-web"] }
+maud = { version = "0.21.0", features = ["actix-web"] }
serde = { version = "1.0.94", features = ["derive"] }
tar = "0.4.25"
bytes = "0.4.12"