Spaces:
Running
Running
dependabot[bot]
commited on
build(deps): bump lightningcss from 1.0.0-alpha.54 to 1.0.0-alpha.55 (#563)
Browse files- Cargo.lock +2 -2
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -1906,9 +1906,9 @@ dependencies = [
|
|
1906 |
|
1907 |
[[package]]
|
1908 |
name = "lightningcss"
|
1909 |
-
version = "1.0.0-alpha.
|
1910 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1911 |
-
checksum = "
|
1912 |
dependencies = [
|
1913 |
"ahash",
|
1914 |
"bitflags 2.4.2",
|
|
|
1906 |
|
1907 |
[[package]]
|
1908 |
name = "lightningcss"
|
1909 |
+
version = "1.0.0-alpha.55"
|
1910 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1911 |
+
checksum = "3bd5bed3814fb631bfc1e24c2be6f7e86a9837c660909acab79a38374dcb8798"
|
1912 |
dependencies = [
|
1913 |
"ahash",
|
1914 |
"bitflags 2.4.2",
|
Cargo.toml
CHANGED
@@ -96,7 +96,7 @@ criterion = { version = "0.5.1", default-features = false }
|
|
96 |
tempfile = { version = "3.10.1", default-features = false }
|
97 |
|
98 |
[build-dependencies]
|
99 |
-
lightningcss = { version = "1.0.0-alpha.
|
100 |
"grid",
|
101 |
] }
|
102 |
minify-js = { version = "0.6.0", default-features = false }
|
|
|
96 |
tempfile = { version = "3.10.1", default-features = false }
|
97 |
|
98 |
[build-dependencies]
|
99 |
+
lightningcss = { version = "1.0.0-alpha.55", default-features = false, features = [
|
100 |
"grid",
|
101 |
] }
|
102 |
minify-js = { version = "0.6.0", default-features = false }
|