Update lightningcss to 1.0.0-alpha.56 (#66046)

To sync with Turbopack.

x-ref: vercel/turbo#8176
This commit is contained in:
Will Binns-Smith 2024-05-21 11:28:59 -07:00 committed by GitHub
parent a38caf402b
commit 5c9949386c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 74 additions and 73 deletions

137
Cargo.lock generated
View file

@ -321,7 +321,7 @@ dependencies = [
[[package]]
name = "auto-hash-map"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"serde",
"smallvec",
@ -553,7 +553,7 @@ dependencies = [
"anyhow",
"chrono",
"either",
"indexmap 2.2.3",
"indexmap 2.2.6",
"itertools 0.12.0",
"nom",
"once_cell",
@ -1862,7 +1862,7 @@ dependencies = [
"futures-sink",
"futures-util",
"http 0.2.11",
"indexmap 2.2.3",
"indexmap 2.2.6",
"slab",
"tokio",
"tokio-util",
@ -2212,9 +2212,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "2.2.3"
version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177"
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
dependencies = [
"equivalent",
"hashbrown 0.14.3",
@ -2560,9 +2560,9 @@ dependencies = [
[[package]]
name = "lightningcss"
version = "1.0.0-alpha.55"
version = "1.0.0-alpha.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bd5bed3814fb631bfc1e24c2be6f7e86a9837c660909acab79a38374dcb8798"
checksum = "668e9f1774a4dda9e2233ad0f78c6987878bcf4201d2085bc3517a7f84d0ee92"
dependencies = [
"ahash 0.8.9",
"bitflags 2.5.0",
@ -2572,6 +2572,7 @@ dependencies = [
"dashmap",
"data-encoding",
"getrandom",
"indexmap 2.2.6",
"itertools 0.10.5",
"lazy_static",
"lightningcss-derive",
@ -2598,9 +2599,9 @@ dependencies = [
[[package]]
name = "lightningcss-napi"
version = "0.1.0"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0d1876c6046ed009d60145501187245afc823bcce50ed15964c7801f41592f4"
checksum = "6517fd00c4d56ef4ab207d346614715c472db7a144d6aaf522dc9eaabfa47b05"
dependencies = [
"cssparser",
"lightningcss",
@ -3097,7 +3098,7 @@ dependencies = [
[[package]]
name = "node-file-trace"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"serde",
@ -3396,9 +3397,9 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
[[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.5.0",
"cssparser",
@ -4543,7 +4544,7 @@ version = "1.0.115"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
dependencies = [
"indexmap 2.2.3",
"indexmap 2.2.6",
"itoa",
"ryu",
"serde",
@ -4646,7 +4647,7 @@ version = "0.9.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a15e0ef66bf939a7c890a0bf6d5a733c70202225f9888a89ed5c62298b019129"
dependencies = [
"indexmap 2.2.3",
"indexmap 2.2.6",
"itoa",
"ryu",
"serde",
@ -5016,9 +5017,9 @@ dependencies = [
[[package]]
name = "styled_jsx"
version = "0.73.20"
version = "0.73.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "441654f465db08fc2c3c36c598c89e8d27fb445d4c97263fb701b07029e9755b"
checksum = "17e38b2334f6613c9e811cc776bc9d2329c288f4dc125df68615fe6cf19b48ae"
dependencies = [
"anyhow",
"lightningcss",
@ -5086,7 +5087,7 @@ dependencies = [
"base64 0.21.4",
"dashmap",
"either",
"indexmap 2.2.3",
"indexmap 2.2.6",
"jsonc-parser",
"lru",
"napi",
@ -5152,7 +5153,7 @@ dependencies = [
"anyhow",
"crc",
"dashmap",
"indexmap 2.2.3",
"indexmap 2.2.6",
"is-macro",
"once_cell",
"parking_lot",
@ -5254,7 +5255,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7be1a689e146be1eae53139482cb061dcf0fa01dff296bbe7b96fff92d8e2936"
dependencies = [
"anyhow",
"indexmap 2.2.3",
"indexmap 2.2.6",
"serde",
"serde_json",
"sourcemap",
@ -5550,7 +5551,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "248532f9ae603be6bf4763f66f74ad0dfd82d6307be876ccf4c5d081826a1161"
dependencies = [
"arrayvec",
"indexmap 2.2.3",
"indexmap 2.2.6",
"is-macro",
"serde",
"serde_derive",
@ -5770,7 +5771,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dbee669d44953537b6dcaad4a07aa00034fb9eabe4974b5b60acdd1fa9ce209"
dependencies = [
"arrayvec",
"indexmap 2.2.3",
"indexmap 2.2.6",
"num-bigint",
"num_cpus",
"once_cell",
@ -5827,7 +5828,7 @@ checksum = "b5969314bf66a4cca45b0401689dd0c74e568c69243ce46f2342d59219e1283c"
dependencies = [
"anyhow",
"dashmap",
"indexmap 2.2.3",
"indexmap 2.2.6",
"once_cell",
"preset_env_base",
"rustc-hash",
@ -5902,7 +5903,7 @@ checksum = "eddb95c2bdad1c9c29edf35712e1e0f9b9ddc1cdb5ba2d582fd93468cb075a03"
dependencies = [
"better_scoped_tls",
"bitflags 2.5.0",
"indexmap 2.2.3",
"indexmap 2.2.6",
"once_cell",
"phf 0.11.2",
"rayon",
@ -5939,7 +5940,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d4e2942c5d8b7afdf81b8d1eec2f4a961aa9fc89ab05ebe5cbd0f6066b60afc"
dependencies = [
"arrayvec",
"indexmap 2.2.3",
"indexmap 2.2.6",
"is-macro",
"num-bigint",
"rayon",
@ -5990,7 +5991,7 @@ dependencies = [
"Inflector",
"anyhow",
"bitflags 2.5.0",
"indexmap 2.2.3",
"indexmap 2.2.6",
"is-macro",
"path-clean 0.1.0",
"pathdiff",
@ -6015,7 +6016,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32ea30b3df748236c619409f222f0ba68ebeebc08dfff109d2195664a15689f9"
dependencies = [
"dashmap",
"indexmap 2.2.3",
"indexmap 2.2.6",
"once_cell",
"petgraph",
"rayon",
@ -6061,7 +6062,7 @@ checksum = "565a76c4ca47ce31d78301c0beab878e4c2cb4f624691254d834ec8c0e236755"
dependencies = [
"base64 0.21.4",
"dashmap",
"indexmap 2.2.3",
"indexmap 2.2.6",
"once_cell",
"rayon",
"serde",
@ -6127,7 +6128,7 @@ version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98a693898bd44782a234d9a4122d52b93accf447282d08c2364eb739ae864154"
dependencies = [
"indexmap 2.2.3",
"indexmap 2.2.6",
"rustc-hash",
"swc_atoms",
"swc_common",
@ -6144,7 +6145,7 @@ version = "0.128.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe5242670bc74e0a0b64b9d4912b37be36944517ce0881314162aeb4381272c3"
dependencies = [
"indexmap 2.2.3",
"indexmap 2.2.6",
"num_cpus",
"once_cell",
"rayon",
@ -6226,7 +6227,7 @@ version = "0.21.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3fdd64bc3d161d6c1ea9a8ae5779e4ba132afc67e7b8ece5420bfc9c6e1275d"
dependencies = [
"indexmap 2.2.3",
"indexmap 2.2.6",
"petgraph",
"rustc-hash",
"swc_common",
@ -6787,7 +6788,7 @@ version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
"indexmap 2.2.3",
"indexmap 2.2.6",
"serde",
"serde_spanned",
"toml_datetime",
@ -6800,7 +6801,7 @@ version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
dependencies = [
"indexmap 2.2.3",
"indexmap 2.2.6",
"serde",
"serde_spanned",
"toml_datetime",
@ -6943,7 +6944,7 @@ dependencies = [
[[package]]
name = "turbo-tasks"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"async-trait",
@ -6975,7 +6976,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-build"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"cargo-lock",
@ -6987,7 +6988,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-bytes"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"bytes",
@ -7001,7 +7002,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-env"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"dotenvs",
@ -7015,7 +7016,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-fetch"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"lazy_static",
@ -7031,7 +7032,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-fs"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"auto-hash-map",
@ -7063,7 +7064,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-hash"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"base16",
"hex",
@ -7075,7 +7076,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-macros"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"proc-macro-error",
@ -7089,7 +7090,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-macros-shared"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"proc-macro2",
"quote",
@ -7099,7 +7100,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-malloc"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"mimalloc",
]
@ -7107,7 +7108,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-memory"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"auto-hash-map",
@ -7133,7 +7134,7 @@ dependencies = [
[[package]]
name = "turbopack"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"async-recursion",
@ -7163,7 +7164,7 @@ dependencies = [
[[package]]
name = "turbopack-binding"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"auto-hash-map",
"mdxjs",
@ -7204,7 +7205,7 @@ dependencies = [
[[package]]
name = "turbopack-browser"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"indexmap 1.9.3",
@ -7227,7 +7228,7 @@ dependencies = [
[[package]]
name = "turbopack-cli-utils"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"clap",
@ -7244,7 +7245,7 @@ dependencies = [
[[package]]
name = "turbopack-core"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"async-recursion",
@ -7273,7 +7274,7 @@ dependencies = [
[[package]]
name = "turbopack-css"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"indexmap 1.9.3",
@ -7300,7 +7301,7 @@ dependencies = [
[[package]]
name = "turbopack-dev-server"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"async-compression",
@ -7336,7 +7337,7 @@ dependencies = [
[[package]]
name = "turbopack-ecmascript"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"async-trait",
@ -7371,7 +7372,7 @@ dependencies = [
[[package]]
name = "turbopack-ecmascript-hmr-protocol"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"serde",
"serde_json",
@ -7382,7 +7383,7 @@ dependencies = [
[[package]]
name = "turbopack-ecmascript-plugins"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"async-trait",
@ -7406,7 +7407,7 @@ dependencies = [
[[package]]
name = "turbopack-ecmascript-runtime"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"indoc",
@ -7422,7 +7423,7 @@ dependencies = [
[[package]]
name = "turbopack-env"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"indexmap 1.9.3",
@ -7438,7 +7439,7 @@ dependencies = [
[[package]]
name = "turbopack-image"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"base64 0.21.4",
@ -7457,7 +7458,7 @@ dependencies = [
[[package]]
name = "turbopack-json"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"serde",
@ -7472,7 +7473,7 @@ dependencies = [
[[package]]
name = "turbopack-mdx"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"mdxjs",
@ -7487,7 +7488,7 @@ dependencies = [
[[package]]
name = "turbopack-node"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"async-stream",
@ -7521,7 +7522,7 @@ dependencies = [
[[package]]
name = "turbopack-nodejs"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"indexmap 1.9.3",
@ -7541,7 +7542,7 @@ dependencies = [
[[package]]
name = "turbopack-resolve"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"indexmap 1.9.3",
@ -7559,7 +7560,7 @@ dependencies = [
[[package]]
name = "turbopack-static"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"serde",
@ -7575,7 +7576,7 @@ dependencies = [
[[package]]
name = "turbopack-swc-utils"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"swc_core",
"turbo-tasks",
@ -7586,7 +7587,7 @@ dependencies = [
[[package]]
name = "turbopack-trace-server"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"either",
@ -7606,7 +7607,7 @@ dependencies = [
[[package]]
name = "turbopack-trace-utils"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"crossbeam-channel",
@ -7622,7 +7623,7 @@ dependencies = [
[[package]]
name = "turbopack-wasm"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240520.2#6b184a3afc57a0038346cb875f8e2a377a505b43"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240521.2#2af6b12b3dc142316a2ba882ea5332c9a847f2a4"
dependencies = [
"anyhow",
"indexmap 1.9.3",
@ -8286,7 +8287,7 @@ checksum = "d21472954ee9443235ca32522b17fc8f0fe58e2174556266a0d9766db055cc52"
dependencies = [
"anyhow",
"derive_builder",
"indexmap 2.2.3",
"indexmap 2.2.6",
"semver 1.0.23",
"serde",
"serde_cbor",
@ -8448,7 +8449,7 @@ version = "0.110.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dfcdb72d96f01e6c85b6bf20102e7423bdbaad5c337301bab2bbf253d26413c"
dependencies = [
"indexmap 2.2.3",
"indexmap 2.2.6",
"semver 1.0.23",
]

View file

@ -37,11 +37,11 @@ swc_core = { version = "0.92.5", features = [
testing = { version = "0.35.24" }
# Turbo crates
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240520.2" }
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240521.2" }
# [TODO]: need to refactor embed_directory! macro usages, as well as resolving turbo_tasks::function, macros..
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240520.2" }
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240521.2" }
# [TODO]: need to refactor embed_directory! macro usage in next-core
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240520.2" }
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240521.2" }
# General Deps
@ -90,12 +90,12 @@ indoc = "2.0.0"
itertools = "0.10.5"
lazy_static = "1.4.0"
log = "0.4.17"
lightningcss = { version = "1.0.0-alpha.54", features = [
lightningcss = { version = "1.0.0-alpha.56", features = [
"serde",
"visitor",
"into_owned",
] }
lightningcss-napi = { version = "0.1.0", default-features = false, features = [
lightningcss-napi = { version = "0.2.0", default-features = false, features = [
"visitor"
]}
mime = "0.3.16"