Skip to content

Commit d94a4e1

Browse files
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](orlp/foldhash@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] <support@github.com>
1 parent 0f9c9c8 commit d94a4e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/hash-sorted-map/benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ criterion = "0.8"
1818
rand = "0.10"
1919
rustc-hash = "2"
2020
ahash = "0.8"
21-
foldhash = "0.1"
21+
foldhash = "0.2"
2222
fnv = "1"
2323
itertools = "0.14"

0 commit comments

Comments
 (0)