From c37eb4d598786a055d8db33452c68bb91219d6d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:03:53 +0000 Subject: [PATCH] chore(deps): update rust crate oxc_span to 0.139.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80e3b0f..ed689d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ once_cell = "1.12.0" oxc_allocator = "0.133.0" oxc_ast = "0.133.0" oxc_parser = "0.133.0" -oxc_span = "0.133.0" +oxc_span = "0.139.0" phf = "0.13.1" phf_codegen = "0.13.1" quick-xml = {version = "0.40.1", features = ["serialize"]}