From eb57cedb05d49c0f2210bb0c130b23ad947b7cb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 03:57:27 +0000 Subject: [PATCH] chore(deps): update rust crate swc_ecma_parser to 0.143.6 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5a98ea..c4232ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1499,9 +1499,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.143.5" +version = "0.143.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20823cac99a9adbd4c03fb5e126aaccbf92446afedad99252a0e1fc76e2ffc43" +checksum = "2d1eedd0c8f4bc81e9d068579c4a7457efffa88c9cec6ad582d7ced7f17d0885" dependencies = [ "either", "new_debug_unreachable", diff --git a/Cargo.toml b/Cargo.toml index 06bcd61..aeb8c44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] oxc = "0.8.0" -swc_ecma_parser = "0.143.5" +swc_ecma_parser = "0.143.6" swc_ecma_ast = "0.112.4" biome_js_parser = "0.4.0" biome_js_syntax = "0.4.0"