From c632ce913802434ed8747bfe8ce7f44710b96bd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 05:31:06 +0000 Subject: [PATCH] chore(deps): update rust crate swc_ecma_parser to 22.0.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0795a2a..434fd23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1252,9 +1252,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "22.0.2" +version = "22.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d61d0b6ecfdf633595d41a730da0c44195cf292e8417a3e77226be9d6e99653" +checksum = "3a43a77589c03110cb7f749b0e3feb8a75c5a81e9e539bde2873ddd5072fcb13" dependencies = [ "either", "num-bigint", diff --git a/Cargo.toml b/Cargo.toml index 9eb3ac5..1c7a4fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ doctest = false [dependencies] oxc = "0.79.0" -swc_ecma_parser = { version = "22.0.2", features = ["typescript"] } +swc_ecma_parser = { version = "22.0.3", features = ["typescript"] } swc_ecma_ast = "14.0.0" # biome_js_parser = "0.5.6"