diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-07-02 04:19:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-02 04:19:33 +0000 |
commit | 7f6103412309fe785d05210f0d5f13e3401ed25b (patch) | |
tree | bd0a50e1394d0bd6bdfb01ccaa5ac2ba3267336e /Cargo.toml | |
parent | Use rstest 0.3 (diff) | |
download | miniserve-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |