From 707025e69ed7c3af0b5dc8c4141d3bf4321e01e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:30:30 +0000 Subject: [PATCH] fix(deps): update rust crate oxc_sourcemap to 0.30.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7c27a2..6be9520 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ description = "manipulate string like a wizard" [dependencies] index_vec = { version = "0.1.3" } rustc-hash = { version = "1.1.0" } -oxc_sourcemap = { version = "0.25.0", optional = true} +oxc_sourcemap = { version = "0.30.0", optional = true} [features] # Enable source map functionality