From 778076e1f78479973270c02b15e35f747d0c2119 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:11:22 +0000 Subject: [PATCH] chore(deps): update rust crate swc_ecma_ast to 8.0.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ced3886..b57274e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1677,9 +1677,9 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "8.0.0" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c66db1e9b31f0f91ee0964aba014b4d2dfdc6c558732d106d762b43bedad2c4a" +checksum = "22b5c514e22bcd65176a356c0bd2de295881b97079a45b991b98c4dca666ac78" dependencies = [ "bitflags", "is-macro", diff --git a/Cargo.toml b/Cargo.toml index 0830337..be6f73f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ doctest = false oxc = "0.58.1" swc_ecma_parser = { version = "10.0.1", features = ["typescript"] } -swc_ecma_ast = "8.0.0" +swc_ecma_ast = "8.0.1" biome_js_parser = "0.5.7" biome_js_syntax = "0.5.7"