From 72d010d16509383791617077133f84b3d7a42d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:24:17 +0000 Subject: [PATCH] Update rustc-hash requirement from 1.1.0 to 2.1.0 --- updated-dependencies: - dependency-name: rustc-hash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stacker/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacker/Cargo.toml b/stacker/Cargo.toml index 4723ed804e..b1cde232f3 100644 --- a/stacker/Cargo.toml +++ b/stacker/Cargo.toml @@ -26,7 +26,7 @@ path = "example/hashmap.rs" [dev-dependencies] rand = "0.8.5" zipf = "7.0.0" -rustc-hash = "1.1.0" +rustc-hash = "2.1.0" proptest = "1.2.0" binggan = { version = "0.14.0" }