Skip to content

Commit 9003170

Browse files
authored
perf(turbopack): Update sourcemap to make flatten() faster (vercel#79297)
### What? Update the `sourcemap` crate to the latest version. ### Why? To apply getsentry/rust-sourcemap#121
1 parent f4fc1a6 commit 9003170

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ smallvec = { version = "1.13.1", features = [
407407
"union",
408408
"const_new",
409409
] }
410-
sourcemap = "9.0.0"
410+
sourcemap = "9.2.1"
411411
strsim = "0.11.1"
412412
shrink-to-fit = "0.2.10"
413413
swc-rustc-hash = { package = "rustc-hash", version = "1.1.0" } # used with swc

0 commit comments

Comments
 (0)