From 9d9da0dab5a098481565ca13b44113d1cc63448d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 10:22:32 +0800 Subject: [PATCH] Update Rust crate minify-html to 0.10.8 (#27) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af78bd4..1724227 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -minify-html = "0.10.3" +minify-html = "0.10.8" [dependencies.neon] version = "0.10"