From 37c8b1c0eba03355342f5f038ae89b7b3518d5f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 00:55:34 +0000 Subject: [PATCH] Update html-minifier requirement from 4.0.0 to 5.0.0 Updates the requirements on [html-minifier](https://github.com/magiclen/html-minifier) to permit the latest version. - [Commits](https://github.com/magiclen/html-minifier/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: html-minifier dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a76e800c..0967ea8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ comrak = { version = "0.19.0", features = ["syntect", "shortcodes"] } derive_more = { version = "0.99.17", features = ["default", "convert_case", "generate-parsing-rs", "testing-helpers", "nightly", "peg", "rustc_version" ] } futures = "0.3.30" glob = "0.3.1" -html-minifier = "4.0.0" +html-minifier = "5.0.0" latex2mathml = "0.2.3" lazy_static = "1.4.0" liquid = "0.26.4"