style fixes

This commit is contained in:
Robin Appelman 2024-12-01 15:05:31 +01:00
commit f6f4ac1e81
5 changed files with 179 additions and 144 deletions

142
build/Cargo.lock generated
View file

@ -225,6 +225,23 @@ dependencies = [
"thiserror",
]
[[package]]
name = "browserslist-rs"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e46a40f09cb859277e349307c75d4fb8112aaa1e5bf968ba7075a463a9fd3bc"
dependencies = [
"ahash 0.8.11",
"chrono",
"either",
"indexmap",
"itertools 0.13.0",
"nom",
"serde",
"serde_json",
"thiserror",
]
[[package]]
name = "bumpalo"
version = "3.16.0"
@ -253,12 +270,6 @@ dependencies = [
"syn 1.0.109",
]
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.6.0"
@ -438,7 +449,7 @@ dependencies = [
"cssparser-macros",
"dtoa-short",
"itoa",
"phf 0.11.2",
"phf",
"smallvec",
]
@ -585,9 +596,9 @@ dependencies = [
[[package]]
name = "either"
version = "1.12.0"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[package]]
name = "equivalent"
@ -649,15 +660,6 @@ version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "generic-array"
version = "0.14.7"
@ -717,6 +719,12 @@ version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
[[package]]
name = "hashbrown"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
[[package]]
name = "hermit-abi"
version = "0.1.19"
@ -747,8 +755,8 @@ dependencies = [
"hashbrown 0.14.5",
"new_debug_unreachable",
"once_cell",
"phf 0.11.2",
"rustc-hash",
"phf",
"rustc-hash 1.1.0",
"triomphe",
]
@ -802,12 +810,12 @@ checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
[[package]]
name = "indexmap"
version = "2.2.6"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
dependencies = [
"equivalent",
"hashbrown 0.14.5",
"hashbrown 0.15.2",
"serde",
]
@ -847,6 +855,15 @@ dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.11"
@ -902,19 +919,20 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "lightningcss"
version = "1.0.0-alpha.57"
version = "1.0.0-alpha.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10bc10261f46b8df263b80e7779d1748b1880488cd951fbb9e096430cead10e6"
checksum = "20c9e1f991b3861d25bf872ecca2eb6a73f7a9fe671da047cd1f9b49c65cbc40"
dependencies = [
"ahash 0.8.11",
"bitflags",
"browserslist-rs",
"browserslist-rs 0.16.1",
"const-str",
"cssparser",
"cssparser-color",
"dashmap",
"data-encoding",
"getrandom",
"indexmap",
"itertools 0.10.5",
"lazy_static",
"lightningcss-derive",
@ -929,10 +947,11 @@ dependencies = [
[[package]]
name = "lightningcss-derive"
version = "1.0.0-alpha.42"
version = "1.0.0-alpha.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f02a09f0b79d31f1ee13ea55e2f7021037c6b72e0a3ab6c1cb0e9bd7ac8a295"
checksum = "84c12744d1279367caed41739ef094c325d53fb0ffcd4f9b84a368796f870252"
dependencies = [
"convert_case",
"proc-macro2",
"quote",
"syn 1.0.109",
@ -1167,17 +1186,17 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
[[package]]
name = "parcel_selectors"
version = "0.26.5"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce9c47a67c66fee4a5a42756f9784d92941bd0ab2b653539a9e90521a44b66f0"
checksum = "7645c578d3a5c4cdf667af1ad39765f5f751c4883d251e050d5e1204b5cad0a9"
dependencies = [
"bitflags",
"cssparser",
"fxhash",
"log",
"phf 0.10.1",
"phf",
"phf_codegen",
"precomputed-hash",
"rustc-hash 2.1.0",
"smallvec",
]
@ -1252,15 +1271,6 @@ dependencies = [
"indexmap",
]
[[package]]
name = "phf"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
dependencies = [
"phf_shared 0.10.0",
]
[[package]]
name = "phf"
version = "0.11.2"
@ -1273,12 +1283,12 @@ dependencies = [
[[package]]
name = "phf_codegen"
version = "0.10.0"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
dependencies = [
"phf_generator 0.10.0",
"phf_shared 0.10.0",
"phf_generator 0.11.2",
"phf_shared 0.11.2",
]
[[package]]
@ -1358,7 +1368,7 @@ checksum = "08ccd15679953ae0d5fa716af78b58c0bfdc69a0534bfe9ea423abd1eaaf527b"
dependencies = [
"ahash 0.8.11",
"anyhow",
"browserslist-rs",
"browserslist-rs 0.15.0",
"dashmap",
"from_variant",
"once_cell",
@ -1620,6 +1630,12 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc-hash"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
[[package]]
name = "rustc_version"
version = "0.2.3"
@ -1819,7 +1835,7 @@ dependencies = [
"data-encoding",
"debugid",
"if_chain",
"rustc-hash",
"rustc-hash 1.1.0",
"rustc_version",
"serde",
"serde_json",
@ -1979,7 +1995,7 @@ dependencies = [
"parking_lot",
"pathdiff",
"regex",
"rustc-hash",
"rustc-hash 1.1.0",
"serde",
"serde_json",
"sourcemap",
@ -2020,7 +2036,7 @@ dependencies = [
"hstr",
"once_cell",
"rkyv",
"rustc-hash",
"rustc-hash 1.1.0",
"serde",
]
@ -2088,7 +2104,7 @@ dependencies = [
"once_cell",
"parking_lot",
"rkyv",
"rustc-hash",
"rustc-hash 1.1.0",
"serde",
"siphasher",
"sourcemap",
@ -2182,7 +2198,7 @@ dependencies = [
"bytecheck",
"is-macro",
"num-bigint",
"phf 0.11.2",
"phf",
"rkyv",
"scoped-tls",
"serde",
@ -2201,7 +2217,7 @@ dependencies = [
"memchr",
"num-bigint",
"once_cell",
"rustc-hash",
"rustc-hash 1.1.0",
"serde",
"sourcemap",
"swc_atoms",
@ -2423,7 +2439,7 @@ version = "0.113.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cf562d97536f225e630a6096b0a100e79d3e1fd8ece0ef2e924608d7e53fc15"
dependencies = [
"phf 0.11.2",
"phf",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
@ -2487,7 +2503,7 @@ dependencies = [
"parking_lot",
"radix_fmt",
"regex",
"rustc-hash",
"rustc-hash 1.1.0",
"ryu-js",
"serde",
"serde_json",
@ -2516,7 +2532,7 @@ dependencies = [
"new_debug_unreachable",
"num-bigint",
"num-traits",
"phf 0.11.2",
"phf",
"serde",
"smallvec",
"smartstring",
@ -2539,7 +2555,7 @@ dependencies = [
"indexmap",
"once_cell",
"preset_env_base",
"rustc-hash",
"rustc-hash 1.1.0",
"semver 1.0.23",
"serde",
"serde_json",
@ -2596,8 +2612,8 @@ dependencies = [
"bitflags",
"indexmap",
"once_cell",
"phf 0.11.2",
"rustc-hash",
"phf",
"rustc-hash 1.1.0",
"serde",
"smallvec",
"swc_atoms",
@ -2708,7 +2724,7 @@ dependencies = [
"indexmap",
"once_cell",
"petgraph",
"rustc-hash",
"rustc-hash 1.1.0",
"serde_json",
"swc_atoms",
"swc_common",
@ -2729,7 +2745,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a00e0cc7d9cfb3935354a43455116636b001d34d103304883b90837cd87f048c"
dependencies = [
"either",
"rustc-hash",
"rustc-hash 1.1.0",
"serde",
"smallvec",
"swc_atoms",
@ -2816,7 +2832,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b82af8ae5c6e5c1c1bdef70d5fb3ef16917985031f8688a7342c10a2123cfa6b"
dependencies = [
"indexmap",
"rustc-hash",
"rustc-hash 1.1.0",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
@ -2835,7 +2851,7 @@ dependencies = [
"indexmap",
"num_cpus",
"once_cell",
"rustc-hash",
"rustc-hash 1.1.0",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
@ -2890,7 +2906,7 @@ checksum = "f3fdd64bc3d161d6c1ea9a8ae5779e4ba132afc67e7b8ece5420bfc9c6e1275d"
dependencies = [
"indexmap",
"petgraph",
"rustc-hash",
"rustc-hash 1.1.0",
"swc_common",
]