From a9f5b408776bdb6c310649b1b58e8fee68d96af2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:35:09 +0000 Subject: [PATCH] chore(deps): update rust crate swc_ecma_parser to 7.0.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79e8c72..f5b8fc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1638,9 +1638,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "7.0.0" +version = "7.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d30d063070d3efceb1e3cb62721785a99ffd7444722b89c53327be113836266" +checksum = "8cf8a7677aa667eb2a629625cc4a5947eefcab717ee0feee5aadb1a4bf9d5888" dependencies = [ "either", "new_debug_unreachable", diff --git a/Cargo.toml b/Cargo.toml index 7342fbc..4c74705 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ doctest = false [dependencies] oxc = "0.48.1" -swc_ecma_parser = { version = "7.0.0", features = ["typescript"] } +swc_ecma_parser = { version = "7.0.1", features = ["typescript"] } swc_ecma_ast = "5.1.0" biome_js_parser = "0.5.7"