From 209f1ff0c2357d213b25faf33256c91cdbfd9161 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 04:45:44 +0000 Subject: [PATCH] Update Rust crate html-minifier to v5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c04a2bd..088aa14a 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.29" 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"