From fbcf130e6c1937b1f2f63cef61113deac7cf18fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 10:53:20 +0000 Subject: [PATCH] Update Rust crate minify-html to 0.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1724227..c2a57e8 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.15.0" [dependencies.neon] version = "0.10"