Tune hashbrown feature set (#205)

Removes the transient dependency on `ahash`.
This commit is contained in:
Vilgot Fredenberg 2022-04-30 23:22:48 +02:00 committed by GitHub
parent 3bb58c0f37
commit f8ea0307a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ raw-api = []
[dependencies]
lock_api = "0.4.7"
hashbrown = "0.12.0"
hashbrown = { version = "0.12.0", default-features = false }
serde = { version = "1.0.136", optional = true, features = ["derive"] }
cfg-if = "1.0.0"
rayon = { version = "1.5.2", optional = true }