From 06e7dc07e1fe75ea53d23a2e5a90cd19944119d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 13:45:05 +0000 Subject: [PATCH] chore(deps): update rust crate oxc_ast to 0.46 --- 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..8570c40c2e8f 100644 --- a/crates/tauri-cli/Cargo.toml +++ b/crates/tauri-cli/Cargo.toml @@ -105,7 +105,7 @@ glob = "0.3" oxc_parser = "0.36" oxc_span = "0.36" oxc_allocator = "0.36" -oxc_ast = "0.36" +oxc_ast = "0.46" magic_string = "0.3" phf = { version = "0.11", features = ["macros"] } walkdir = "2"