diff --git a/Cargo.toml b/Cargo.toml index d795e74..4a69ba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,10 +12,10 @@ homepage = "https://github.com/getsentry/js-source-scopes" repository = "https://github.com/getsentry/js-source-scopes" [dependencies] -indexmap = "1.7.0" -sourcemap = "6.0.2" -swc_common = "0.31.16" -swc_ecma_parser = "0.136.7" -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"] } thiserror = "1.0.32" tracing = "0.1.36"