Skip to content

Commit 4e696d8

Browse files
authored
Merge d43a269 into 67ecd96
2 parents 67ecd96 + d43a269 commit 4e696d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ homepage = "https://github.com/getsentry/js-source-scopes"
1212
repository = "https://github.com/getsentry/js-source-scopes"
1313

1414
[dependencies]
15-
indexmap = "1.7.0"
16-
sourcemap = "6.0.2"
17-
swc_common = "0.31.16"
18-
swc_ecma_parser = "0.136.7"
19-
swc_ecma_visit = { version = "0.92.5", features = ["path"] }
15+
indexmap = "2.0.0"
16+
sourcemap = "7.0.0"
17+
swc_common = "0.32.1"
18+
swc_ecma_parser = "0.140.0"
19+
swc_ecma_visit = { version = "0.95.1", features = ["path"] }
2020
thiserror = "1.0.32"
2121
tracing = "0.1.36"

0 commit comments

Comments
 (0)