From d94a4e120cecea7527392e9dfa0c195647f36dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:20:25 +0000 Subject: [PATCH] Update foldhash requirement from 0.1 to 0.2 Updates the requirements on [foldhash](https://github.com/orlp/foldhash) to permit the latest version. - [Commits](https://github.com/orlp/foldhash/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: foldhash dependency-version: 0.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/hash-sorted-map/benchmarks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/hash-sorted-map/benchmarks/Cargo.toml b/crates/hash-sorted-map/benchmarks/Cargo.toml index bbb3612..0fddba9 100644 --- a/crates/hash-sorted-map/benchmarks/Cargo.toml +++ b/crates/hash-sorted-map/benchmarks/Cargo.toml @@ -18,6 +18,6 @@ criterion = "0.8" rand = "0.10" rustc-hash = "2" ahash = "0.8" -foldhash = "0.1" +foldhash = "0.2" fnv = "1" itertools = "0.14"