From f2810bc9e7ca6cff63085e17d09e203c0989d1ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 04:21:23 +0000 Subject: 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] --- Cargo.lock | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index b0f26a7..7055ec5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", -- cgit v1.2.3