0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-17 22:22:51 -04:00

build(deps): bump lightningcss from 1.0.0-alpha.55 to 1.0.0-alpha.57 (#578)

This commit is contained in:
dependabot[bot] 2024-06-08 18:23:44 +00:00 committed by GitHub
parent d2954862ea
commit 8225d34a9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1906,9 +1906,9 @@ dependencies = [
[[package]]
name = "lightningcss"
version = "1.0.0-alpha.55"
version = "1.0.0-alpha.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bd5bed3814fb631bfc1e24c2be6f7e86a9837c660909acab79a38374dcb8798"
checksum = "10bc10261f46b8df263b80e7779d1748b1880488cd951fbb9e096430cead10e6"
dependencies = [
"ahash",
"bitflags 2.4.2",
@ -2365,9 +2365,9 @@ dependencies = [
[[package]]
name = "parcel_selectors"
version = "0.26.4"
version = "0.26.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05d74befe2d076330d9a58bf9ca2da424568724ab278adf15fb5718253133887"
checksum = "ce9c47a67c66fee4a5a42756f9784d92941bd0ab2b653539a9e90521a44b66f0"
dependencies = [
"bitflags 2.4.2",
"cssparser 0.33.0",

View File

@ -96,7 +96,7 @@ criterion = { version = "0.5.1", default-features = false }
tempfile = { version = "3.10.1", default-features = false }
[build-dependencies]
lightningcss = { version = "1.0.0-alpha.55", default-features = false, features = [
lightningcss = { version = "1.0.0-alpha.57", default-features = false, features = [
"grid",
] }
# Disabled until bug fixing update