mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-02-26 16:53:12 +00:00
Merge pull request #1129 from mir-protocol/dependabot/cargo/ahash-0.8.3
Update ahash requirement from 0.7.6 to 0.8.3
This commit is contained in:
commit
c202f4bc7f
@ -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 }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user