Remove hashbrown dependency where unused

This commit is contained in:
Joakim Frostegård 2022-02-19 14:27:00 +01:00
parent 5e8777d2e2
commit ee6ce8f0e9
3 changed files with 0 additions and 4 deletions

2
Cargo.lock generated
View file

@ -143,7 +143,6 @@ dependencies = [
"anyhow",
"bendy",
"criterion",
"hashbrown 0.11.2",
"hex",
"httparse",
"itoa 1.0.1",
@ -282,7 +281,6 @@ dependencies = [
"futures",
"futures-rustls",
"glommio 0.6.0 (git+https://github.com/DataDog/glommio.git?rev=2efe2f2a08f54394a435b674e8e0125057cbff03)",
"hashbrown 0.11.2",
"log",
"mimalloc",
"quickcheck",