aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-28 04:18:15 +0000
committerGitHub <noreply@github.com>2021-09-28 04:18:15 +0000
commit9c853b511e82992fa999dc6af65617ab2a4846fa (patch)
tree5558d0db5bd81c58678f83d7d52757928e94b1f2
parentGolf tests a bit (diff)
downloadminiserve-9c853b511e82992fa999dc6af65617ab2a4846fa.tar.gz
miniserve-9c853b511e82992fa999dc6af65617ab2a4846fa.zip
Bump maud from 0.22.2 to 0.22.3
Bumps [maud](https://github.com/lambda-fairy/maud) from 0.22.2 to 0.22.3. - [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.2...v0.22.3) --- updated-dependencies: - dependency-name: maud dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9fa89b0..5d815cb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1343,9 +1343,9 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "maud"
-version = "0.22.2"
+version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "da0784808b0c06f80365c1071048df9b6414a83fc56b8d4b305859e39f5162fa"
+checksum = "59d449907de7d1ae5b290cbaf9ea34a8a7df3fa5db027664bb55bb2b0fc1407c"
dependencies = [
"maud_htmlescape",
"maud_macros",
@@ -1353,15 +1353,15 @@ dependencies = [
[[package]]
name = "maud_htmlescape"
-version = "0.17.0"
+version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d0fb85bccffc42302ad1e1ed8679f6a39d1317f775a37fbc3f79bdfbe054bfb7"
+checksum = "0555daa37f94b5ebb206faf8cdc7b260c2aa371b509e929de9a1e37416d97fa6"
[[package]]
name = "maud_macros"
-version = "0.22.2"
+version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "73a00158abd4671407a3d8bd2c8577e9c7dc8d0b8a8e5523bdaba7d486655b1e"
+checksum = "e6896f8e8cdcea80b99ac0f1f7a233708e640737a8517448f50500e401bb8d76"
dependencies = [
"maud_htmlescape",
"proc-macro-error",