From e3e8f853df3cb1e60489d078a9b7754d8eba0f20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:04:17 +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 a3ffde1..68510b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ description = "manipulate string like wizards" [dependencies] index_vec = { version = "0.1.3" } -rustc-hash = { version = "1.1.0" } +rustc-hash = { version = "2.0.0" } once_cell = "1.18.0" oxc_sourcemap = { version = "~0.14.0" }