From b0765780c5c488b733e3a86b9890d0683e4013e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:06:19 +0000 Subject: [PATCH] chore(deps): update rust crate oxc_allocator to 0.143.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80e3b0f..1054cdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ flexon = {version = "0.4.6", default-features = false, features = ["simd", "runt futures-util = "0.3.31" localzone = "0.3.1" once_cell = "1.12.0" -oxc_allocator = "0.133.0" +oxc_allocator = "0.143.0" oxc_ast = "0.133.0" oxc_parser = "0.133.0" oxc_span = "0.133.0"