aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-12 04:21:23 +0000
committerGitHub <noreply@github.com>2021-11-12 04:21:23 +0000
commitf2810bc9e7ca6cff63085e17d09e203c0989d1ae (patch)
tree39bceb6ae020a2e51508dcbeead352a478261689 /Cargo.toml
parentMerge pull request #631 from svenstaro/dependabot/cargo/anyhow-1.0.45 (diff)
downloadminiserve-f2810bc9e7ca6cff63085e17d09e203c0989d1ae.tar.gz
miniserve-f2810bc9e7ca6cff63085e17d09e203c0989d1ae.zip
Bump maud from 0.22.3 to 0.23.0
Bumps [maud](https://github.com/lambda-fairy/maud) from 0.22.3 to 0.23.0. - [Release notes](https://github.com/lambda-fairy/maud/releases) - [Changelog](https://github.com/lambda-fairy/maud/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/maud/compare/v0.22.3...v0.23.0) --- updated-dependencies: - dependency-name: maud dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.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 1a5b261..decd810 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ actix-web = "4.0.0-beta.8"
actix-files = "0.6.0-beta.6"
actix-multipart = "0.4.0-beta.5"
actix-web-httpauth = "0.6.0-beta.2"
-maud = "0.22"
+maud = "0.23"
yansi = "0.5"
simplelog = "0.10"
percent-encoding = "2"