From c41d9f36fe7094b6ac678f9956474b112ed81402 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 07:15:16 +0000 Subject: [PATCH] chore(deps): update rust crate swc_ecma_parser to 0.144.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cabc1b4..f581302 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1379,9 +1379,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.144.2" +version = "0.144.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31adf4599e8de70f3b754dfc34ec2ab09fa6841d79a9f4a888250a404eae7030" +checksum = "fc0b4193b9c127db1990a5a08111aafe0122bc8b138646807c63f2a6521b7da4" dependencies = [ "either", "new_debug_unreachable", diff --git a/Cargo.toml b/Cargo.toml index 36e6659..16022f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ path = "src/biome.rs" [dependencies] oxc = "0.13.5" -swc_ecma_parser = { version = "0.144.2", features = ["typescript"] } +swc_ecma_parser = { version = "0.144.3", features = ["typescript"] } swc_ecma_ast = "0.113.7" biome_js_parser = "0.5.7"