chore: replace fnv with fxhashmap (#7927)

This commit is contained in:
Matthias Seitz
2024-04-27 17:10:26 +02:00
committed by GitHub
parent 2deb259ead
commit 2b6921b161
7 changed files with 11 additions and 10 deletions

View File

@ -37,7 +37,7 @@ tempfile = { workspace = true, optional = true }
derive_more.workspace = true
eyre.workspace = true
paste.workspace = true
rustc-hash = "1.1.0"
rustc-hash.workspace = true
# arbitrary utils
arbitrary = { workspace = true, features = ["derive"], optional = true }