From ab2cbaca58a53e291055f36254f525adb8a06dcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 07:11:19 +0000 Subject: [PATCH] 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 536271e..11d72b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ rustdoc-args = ["--cfg", "doc_cfg"] fxhash = ["rustc-hash"] [dependencies] -rustc-hash = { version = "1.1.0", optional = true } +rustc-hash = { version = "2.0.0", optional = true }