From 2f8d444a42dff8b60139690f50c2c28faa05f697 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:38:08 +0000 Subject: [PATCH] chore(deps): update rust crate swc_ecma_parser to 21.0.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b346db8..12e5656 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1253,9 +1253,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "21.0.0" +version = "21.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c56e16202e0813af78c6bbaaa44b44e006d4c85356d684e92d53eab6b5302a50" +checksum = "482bce3a5a199befa9420e2b094fd7fb4e1d9d71a02f0ee1bf24e610ad066311" dependencies = [ "either", "num-bigint", diff --git a/Cargo.toml b/Cargo.toml index 3da156b..2cd5a13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ doctest = false [dependencies] oxc = "0.77.2" -swc_ecma_parser = { version = "21.0.0", features = ["typescript"] } +swc_ecma_parser = { version = "21.0.1", features = ["typescript"] } swc_ecma_ast = "14.0.0" # biome_js_parser = "0.5.6"