Skip to content

Commit ee51330

Browse files
committed
Update deps
1 parent 0278282 commit ee51330

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## Pending
44

55
- Bump Java version for GitHub Actions.
6+
- [Internal] Loosen ahash dependency version.
7+
- [Internal] Bump lightningcss.
68

79
## 0.16.4
810

minify-html-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2018"
1212
maintenance = { status = "actively-developed" }
1313

1414
[dependencies]
15-
ahash = "0.8.6"
15+
ahash = "0.8"
1616
aho-corasick = "0.7"
1717
memchr = "2"
1818
once_cell = "1.19.0"

minify-html-onepass/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ edition = "2018"
1515
maintenance = { status = "actively-developed" }
1616

1717
[dependencies]
18-
ahash = "0.8.6"
18+
ahash = "0.8"
1919
aho-corasick = "0.7"
20-
lightningcss = "1.0.0-alpha.51"
20+
lightningcss = "1.0.0-alpha.65"
2121
memchr = "2"
2222
minify-html-common = { version = "0.0.2", path = "../minify-html-common" }
2323
minify-js = "0.6"

minify-html/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ edition = "2018"
1515
maintenance = { status = "actively-developed" }
1616

1717
[dependencies]
18-
ahash = "0.8.6"
18+
ahash = "0.8"
1919
aho-corasick = "0.7"
20-
lightningcss = "1.0.0-alpha.51"
20+
lightningcss = "1.0.0-alpha.65"
2121
memchr = "2"
2222
minify-html-common = { version = "0.0.2", path = "../minify-html-common" }
2323
minify-js = "0.6"

0 commit comments

Comments
 (0)