Skip to content

Commit

Permalink
Bump css-minify to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonzlin committed Jan 5, 2023
1 parent 5989c06 commit bd2fdb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@
## Pending

- Use FxHasher for internal hash-based data structures.
- Bump [css-minify](https://github.com/Mnwa/css-minify) to 0.3.1.

## 0.10.3

Expand Down
2 changes: 1 addition & 1 deletion rust/main/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
aho-corasick = "0.7"
css-minify = "0.2.2"
css-minify = "0.3.1"
lazy_static = "1.4"
memchr = "2"
minify-js = "0.2.6"
Expand Down
2 changes: 1 addition & 1 deletion rust/onepass/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
aho-corasick = "0.7"
css-minify = "0.2.2"
css-minify = "0.3.1"
lazy_static = "1.4"
memchr = "2"
minify-js = "0.2.6"
Expand Down

0 comments on commit bd2fdb3

Please sign in to comment.