From 259c57ebafed5a48fb9bbc65d60dfc5ad0099d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 00:00:52 +0000 Subject: [PATCH] build(deps): update minify-html requirement from 0.15.0 to 0.16.4 Updates the requirements on [minify-html](https://github.com/wilsonzlin/minify-html) to permit the latest version. - [Release notes](https://github.com/wilsonzlin/minify-html/releases) - [Changelog](https://github.com/wilsonzlin/minify-html/blob/master/CHANGELOG.md) - [Commits](https://github.com/wilsonzlin/minify-html/compare/v0.15.0...v0.16.4) --- updated-dependencies: - dependency-name: minify-html 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 ad04e95..c38f2b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ comrak = { version = "0.35.0", features = ["syntect"] } lazy_static = "1.5.0" log = "0.4.22" mdx-gen = "0.0.1" -minify-html = "0.15.0" +minify-html = "0.16.4" once_cell = "1.20.2" regex = "1.11.1" scraper = "0.22.0"