From c991d2d1c5ba09cf0281cf49f0e280b84f38cdd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 08:58:02 +0000 Subject: [PATCH] chore(deps): update rust crate oxc_allocator to 0.47 --- crates/tauri-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tauri-cli/Cargo.toml b/crates/tauri-cli/Cargo.toml index 2dddb2e5298e..82b90498e9ea 100644 --- a/crates/tauri-cli/Cargo.toml +++ b/crates/tauri-cli/Cargo.toml @@ -104,7 +104,7 @@ glob = "0.3" # 0.39 raised msrv to above 1.78 but 0.37+ can't compile on 1.77.2 either. oxc_parser = "0.36" oxc_span = "0.36" -oxc_allocator = "0.36" +oxc_allocator = "0.47" oxc_ast = "0.36" magic_string = "0.3" phf = { version = "0.11", features = ["macros"] }