diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fda78a..fa8c47b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Fix Node.js dependency version. - Create onepass variant for Python. +- Bump [minify-js](https://github.com/wilsonzlin/minify-js) to 0.1.1. ## 0.9.1 diff --git a/rust/main/Cargo.toml b/rust/main/Cargo.toml index cc92cd7..8f94c48 100644 --- a/rust/main/Cargo.toml +++ b/rust/main/Cargo.toml @@ -18,6 +18,6 @@ maintenance = { status = "actively-developed" } [dependencies] aho-corasick = "0.7" css-minify = "0.2.2" -minify-js = "0.1.0" +minify-js = "0.1.1" lazy_static = "1.4" memchr = "2" diff --git a/rust/onepass/Cargo.toml b/rust/onepass/Cargo.toml index 9e8774f..9b8604c 100644 --- a/rust/onepass/Cargo.toml +++ b/rust/onepass/Cargo.toml @@ -20,4 +20,4 @@ aho-corasick = "0.7" css-minify = "0.2.2" lazy_static = "1.4" memchr = "2" -minify-js = "0.1.0" +minify-js = "0.1.1"