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>
This commit is contained in:
dependabot[bot] 2021-11-12 04:21:23 +00:00 committed by GitHub
parent e990cbf8c0
commit f2810bc9e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 13 deletions

16
Cargo.lock generated
View File

@ -1343,27 +1343,19 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "maud"
version = "0.22.3"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59d449907de7d1ae5b290cbaf9ea34a8a7df3fa5db027664bb55bb2b0fc1407c"
checksum = "7384febb4f8fc970cc2efab1650a6f48cac2e79b0b29587c90497b646fb10e1e"
dependencies = [
"maud_htmlescape",
"maud_macros",
]
[[package]]
name = "maud_htmlescape"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0555daa37f94b5ebb206faf8cdc7b260c2aa371b509e929de9a1e37416d97fa6"
[[package]]
name = "maud_macros"
version = "0.22.3"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6896f8e8cdcea80b99ac0f1f7a233708e640737a8517448f50500e401bb8d76"
checksum = "423430ac467408136d7de93f2929debd8a7bc3e795c92476f45e259b158e3355"
dependencies = [
"maud_htmlescape",
"proc-macro-error",
"proc-macro2",
"quote",

View File

@ -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"