From 1fac9dac5512f14aa4fdeb9037b43ca6ac7bd32b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:29:43 +0000 Subject: [PATCH] Update rustc-hash requirement from 1 to 2 Updates the requirements on [rustc-hash](https://github.com/rust-lang/rustc-hash) to permit the latest version. - [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rustc-hash/compare/v1.2.0...v2.1.0) --- updated-dependencies: - dependency-name: rustc-hash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3218442..d704837 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ stats_alloc = "0.1" criterion = "0.5" fnv = "1" rand = "0.8" -rustc-hash = "1" +rustc-hash = "2" cascara = "0.1.0" [package.metadata.docs.rs]