diff --git a/CHANGELOG.md b/CHANGELOG.md index fd38a9659..ff7ac2894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Bump foldhash, the default hasher, to 0.2.0. + ## [0.15.5](https://github.com/rust-lang/hashbrown/compare/v0.15.4...v0.15.5) - 2025-08-07 ### Added diff --git a/Cargo.toml b/Cargo.toml index 4d870fa41..5ad585a00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.65.0" [dependencies] # For the default hasher -foldhash = { version = "0.1.2", default-features = false, optional = true } +foldhash = { version = "0.2.0", default-features = false, optional = true } # For external trait impls rayon = { version = "1.2", optional = true }