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:
Nicholas Ward 2023-07-13 15:58:08 -07:00 committed by GitHub
commit c202f4bc7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }