Skip to content

Commit

Permalink
Merge pull request #1129 from mir-protocol/dependabot/cargo/ahash-0.8.3
Browse files Browse the repository at this point in the history
Update ahash requirement from 0.7.6 to 0.8.3
  • Loading branch information
npwardberkeley authored Jul 13, 2023
2 parents 0f284ca + 0d9208a commit c202f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ std = ["anyhow/std", "rand/std"]
timing = ["std"]

[dependencies]
ahash = { version = "0.7.6", default-features = false, features = ["compile-time-rng"] } # NOTE: Be sure to keep this version the same as the dependency in `hashbrown`.
ahash = { version = "0.8.3", default-features = false, features = ["compile-time-rng"] } # NOTE: Be sure to keep this version the same as the dependency in `hashbrown`.
anyhow = { version = "1.0.40", default-features = false }
hashbrown = { version = "0.14.0", default-features = false, features = ["ahash", "serde"] } # NOTE: When upgrading, see `ahash` dependency.
itertools = { version = "0.10.0", default-features = false }
Expand Down

0 comments on commit c202f4b

Please sign in to comment.