feat: Upgrade lightningcss (#66280)

### What?

Update `lightningcss` **crate**.

### Why?

x-ref: https://vercel.slack.com/archives/C04KC8A53T7/p1716896534206159

### How?
This commit is contained in:
Donny/강동윤 2024-05-29 05:49:01 +09:00 committed by GitHub
parent 9c993ec787
commit 97c92a24f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View file

@ -2554,9 +2554,9 @@ dependencies = [
[[package]] [[package]]
name = "lightningcss" name = "lightningcss"
version = "1.0.0-alpha.56" version = "1.0.0-alpha.57"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "668e9f1774a4dda9e2233ad0f78c6987878bcf4201d2085bc3517a7f84d0ee92" checksum = "10bc10261f46b8df263b80e7779d1748b1880488cd951fbb9e096430cead10e6"
dependencies = [ dependencies = [
"ahash 0.8.9", "ahash 0.8.9",
"bitflags 2.5.0", "bitflags 2.5.0",
@ -2566,7 +2566,6 @@ dependencies = [
"dashmap", "dashmap",
"data-encoding", "data-encoding",
"getrandom", "getrandom",
"indexmap 2.2.6",
"itertools 0.10.5", "itertools 0.10.5",
"lazy_static", "lazy_static",
"lightningcss-derive", "lightningcss-derive",

View file

@ -90,7 +90,7 @@ indoc = "2.0.0"
itertools = "0.10.5" itertools = "0.10.5"
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = "0.4.17" log = "0.4.17"
lightningcss = { version = "1.0.0-alpha.56", features = [ lightningcss = { version = "1.0.0-alpha.57", features = [
"serde", "serde",
"visitor", "visitor",
"into_owned", "into_owned",