From 7263c7a95d7a620c39fd60a17ea03bcd1358e878 Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Wed, 22 Jun 2022 12:52:33 +1000 Subject: [PATCH] Bump minify-js --- CHANGELOG.md | 1 + rust/main/Cargo.toml | 2 +- rust/onepass/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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"