Skip to content

Commit d241e9b

Browse files
Update hashbrown requirement from 0.14.0 to 0.15.0 (#80)
Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fbb282e commit d241e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ark-ff = { version = "0.4.0", default-features = false }
2020
ark-serialize = { version = "0.4.0", default-features = false, features = ["derive"] }
2121
ark-std = { version = "0.4.0", default-features = false }
2222
ark-poly = { version = "0.4.0", default-features = false }
23-
hashbrown = { version = "0.14.0" }
23+
hashbrown = { version = "0.15.0" }
2424
blake2 = { version = "0.10", default-features = false }
2525
rayon = { version = "1", optional = true }
2626

0 commit comments

Comments
 (0)