From f3e5628ee04d10578371f59473fc3f5a8d27d1c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 07:23:03 +0000 Subject: [PATCH] Update Rust crate minify-html to 0.11.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1724227..0f53f1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -minify-html = "0.10.8" +minify-html = "0.11.2" [dependencies.neon] version = "0.10"