From 0f058df101e50d34bb7ae64238408509ab27de67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 22:05:46 +0000 Subject: [PATCH] chore(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 00aea77..716af99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ num-traits = "0.2" ordered-float = "3.0" pretty_assertions = "1.2" rowan = "0.15" -rustc-hash = "1.1" +rustc-hash = "2.0" salsa = { git = "https://github.com/salsa-rs/salsa", package = "salsa-2022", rev = "05b4e3ebdcdc47730cdd359e7e97fb2470527279" } serde = "1.0" text-size = "1.1"