From a9b251525fb2d649916ffd0117c3afff4c9d4618 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 05:51:35 +0000 Subject: [PATCH] fix(deps): update rust crate swc_core to v65 --- crates/parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 4d5d1e7..06e687d 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" [dependencies] checkpoint-shared = { version = "0.2.0-beta.1", path = "../shared" } -swc_core = { version = "58.0.4", features = [ +swc_core = { version = "65.0.0", features = [ "__common", "__ecma", "ecma_ast",