diff --git a/Cargo.lock b/Cargo.lock index 886d0a2c8ffebc..10f26d1af0781d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8245,8 +8245,9 @@ dependencies = [ [[package]] name = "swc_sourcemap" -version = "9.3.3" -source = "git+https://github.com/mischnic/rust-sourcemap.git?branch=mischnic%2Fsource-content-mixup#a11f621393345e87145108da20dffb310b5dbfd4" +version = "9.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "de08ef00f816acdd1a58ee8a81c0e1a59eefef2093aefe5611f256fa6b64c4d7" dependencies = [ "base64-simd 0.8.0", "bitvec", diff --git a/Cargo.toml b/Cargo.toml index 8689221d02bcf5..52d4488e612b08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -426,7 +426,7 @@ smallvec = { version = "1.13.1", features = [ "union", "const_new", ] } -swc_sourcemap = "9.3.3" +swc_sourcemap = "9.3.4" strsim = "0.11.1" shrink-to-fit = "0.2.10" syn = "2.0.100" @@ -450,4 +450,3 @@ hyper = { git = "https://github.com/bgw/hyper-rs.git", branch = "v1.6.0-with-mac mdxjs = { git = "https://github.com/mischnic/mdxjs-rs.git", branch = "swc-core-32" } lightningcss = { git = "https://github.com/parcel-bundler/lightningcss.git", branch = "mischnic/bump-browserslist" } parcel_selectors = { git = "https://github.com/parcel-bundler/lightningcss.git", branch = "mischnic/bump-browserslist" } -swc_sourcemap = { git = "https://github.com/mischnic/rust-sourcemap.git", branch = "mischnic/source-content-mixup" }