Spaces:
Runtime error
Runtime error
dependabot[bot]
commited on
Commit
•
3d76b1b
1
Parent(s):
6c3d9ec
build(deps): bump lightningcss from 1.0.0-alpha.51 to 1.0.0-alpha.52 (#513)
Browse files- Cargo.lock +2 -2
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -1860,9 +1860,9 @@ dependencies = [
|
|
1860 |
|
1861 |
[[package]]
|
1862 |
name = "lightningcss"
|
1863 |
-
version = "1.0.0-alpha.
|
1864 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1865 |
-
checksum = "
|
1866 |
dependencies = [
|
1867 |
"ahash 0.7.7",
|
1868 |
"bitflags 2.4.1",
|
|
|
1860 |
|
1861 |
[[package]]
|
1862 |
name = "lightningcss"
|
1863 |
+
version = "1.0.0-alpha.52"
|
1864 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1865 |
+
checksum = "771a62dedf5ec563bbfea9760f6c6a6bc546e67355eba0cd7d00c0dc34b11d90"
|
1866 |
dependencies = [
|
1867 |
"ahash 0.7.7",
|
1868 |
"bitflags 2.4.1",
|
Cargo.toml
CHANGED
@@ -50,7 +50,7 @@ criterion = {version="0.5.1", default-features=false}
|
|
50 |
tempfile = {version="3.8.0", default-features=false}
|
51 |
|
52 |
[build-dependencies]
|
53 |
-
lightningcss = {version="1.0.0-alpha.
|
54 |
minify-js = {version="0.6.0", default-features=false}
|
55 |
|
56 |
[profile.dev]
|
|
|
50 |
tempfile = {version="3.8.0", default-features=false}
|
51 |
|
52 |
[build-dependencies]
|
53 |
+
lightningcss = {version="1.0.0-alpha.52", default-features=false, features=["grid"]}
|
54 |
minify-js = {version="0.6.0", default-features=false}
|
55 |
|
56 |
[profile.dev]
|