Skip to content

Commit

Permalink
Update hashbrown requirement from 0.13.1 to 0.14.0 (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pratyush Mishra <[email protected]>
  • Loading branch information
dependabot[bot] and Pratyush authored Jun 30, 2023
1 parent d8cb255 commit f4d971e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ark-serialize = { version = "0.4.0", default-features = false, features = ["deri
ark-std = { version = "0.4.0", default-features = false }
ark-poly = { version = "0.4.0", default-features = false }
blake2 = { version = "0.9", default-features = false }
hashbrown = { version = "0.13.1" }
hashbrown = { version = "0.14.0" }
rayon = { version = "1", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit f4d971e

Please sign in to comment.