From 5a92c593f97c5b1c28e8bdebd8c009a2e0aa6bb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 07:48:29 +0000 Subject: [PATCH] chore(deps): update rust crate swc_ecma_parser to 24.0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c51282d..95a93f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ doctest = false [dependencies] oxc = "0.93.0" -swc_ecma_parser = { version = "24.0.2", features = ["typescript"] } +swc_ecma_parser = { version = "24.0.3", features = ["typescript"] } swc_ecma_ast = "15.0.0" # biome_js_parser = "0.5.6"