From 82a0adcbf4c1556c5790720a65e8defb2bce0b2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 08:16:01 +0000 Subject: [PATCH] fix(deps): update rust crate rustc-hash to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7c27a2..a30493f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ description = "manipulate string like a wizard" [dependencies] index_vec = { version = "0.1.3" } -rustc-hash = { version = "1.1.0" } +rustc-hash = { version = "2.0.0" } oxc_sourcemap = { version = "0.25.0", optional = true} [features]