diff --git a/Cargo.toml b/Cargo.toml index 1724227..bf180b2 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.0" [dependencies.neon] version = "0.10"