We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ecd96 commit d43a269Copy full SHA for d43a269
Cargo.toml
@@ -12,10 +12,10 @@ homepage = "https://github.com/getsentry/js-source-scopes"
12
repository = "https://github.com/getsentry/js-source-scopes"
13
14
[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"] }
+indexmap = "2.0.0"
+sourcemap = "7.0.0"
+swc_common = "0.32.1"
+swc_ecma_parser = "0.140.0"
+swc_ecma_visit = { version = "0.95.1", features = ["path"] }
20
thiserror = "1.0.32"
21
tracing = "0.1.36"
0 commit comments