From 3c27c29607da3c0d62119685c4e5248ff2ada24b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:06:54 +0000 Subject: [PATCH] chore(deps): update rust crate oxc to 0.94.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95a93f6..3ea5364 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ doctest = false # doctest = false [dependencies] -oxc = "0.93.0" +oxc = "0.94.0" swc_ecma_parser = { version = "24.0.3", features = ["typescript"] } swc_ecma_ast = "15.0.0"