diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c755c..e50ce34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # minify-html changelog +## Pending + +- Bump [minify-js](https://github.com/wilsonzlin/minify-js) to 0.4.2. + ## 0.10.6 - Improve handling of RCDATA text content in edge cases. diff --git a/rust/main/Cargo.toml b/rust/main/Cargo.toml index 177dd5f..206d80b 100644 --- a/rust/main/Cargo.toml +++ b/rust/main/Cargo.toml @@ -20,5 +20,5 @@ aho-corasick = "0.7" css-minify = "0.3.1" lazy_static = "1.4" memchr = "2" -minify-js = "0.2.6" +minify-js = "0.4.2" rustc-hash = "1.1.0" diff --git a/rust/onepass/Cargo.toml b/rust/onepass/Cargo.toml index a5b9413..6df72e5 100644 --- a/rust/onepass/Cargo.toml +++ b/rust/onepass/Cargo.toml @@ -20,5 +20,5 @@ aho-corasick = "0.7" css-minify = "0.3.1" lazy_static = "1.4" memchr = "2" -minify-js = "0.2.6" +minify-js = "0.4.2" rustc-hash = "1.1.0"