Remove hashbrown dependency

This commit is contained in:
Truman Kilen 2023-01-22 11:45:19 -06:00
parent ed653969a7
commit 8d009c784e

View file

@ -16,7 +16,6 @@ byteorder = "1.4"
strum = { version = "0.24", features = ["derive"] } strum = { version = "0.24", features = ["derive"] }
aes = "0.8" aes = "0.8"
flate2 = "1.0" flate2 = "1.0"
hashbrown = "0.13"
thiserror = "1.0" thiserror = "1.0"
sha1 = "0.10.5" sha1 = "0.10.5"