From b624297fc60a20028d70d0eec0dc34e60d829ae6 Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Fri, 6 Jan 2023 09:43:47 +1100 Subject: [PATCH] Bump minify-js to 0.4.2 --- CHANGELOG.md | 4 ++++ rust/main/Cargo.toml | 2 +- rust/onepass/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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"