mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Remove hashbrown dependency where unused
This commit is contained in:
parent
5e8777d2e2
commit
ee6ce8f0e9
3 changed files with 0 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -143,7 +143,6 @@ dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bendy",
|
"bendy",
|
||||||
"criterion",
|
"criterion",
|
||||||
"hashbrown 0.11.2",
|
|
||||||
"hex",
|
"hex",
|
||||||
"httparse",
|
"httparse",
|
||||||
"itoa 1.0.1",
|
"itoa 1.0.1",
|
||||||
|
|
@ -282,7 +281,6 @@ dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"futures-rustls",
|
"futures-rustls",
|
||||||
"glommio 0.6.0 (git+https://github.com/DataDog/glommio.git?rev=2efe2f2a08f54394a435b674e8e0125057cbff03)",
|
"glommio 0.6.0 (git+https://github.com/DataDog/glommio.git?rev=2efe2f2a08f54394a435b674e8e0125057cbff03)",
|
||||||
"hashbrown 0.11.2",
|
|
||||||
"log",
|
"log",
|
||||||
"mimalloc",
|
"mimalloc",
|
||||||
"quickcheck",
|
"quickcheck",
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@ harness = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
hashbrown = "0.11"
|
|
||||||
hex = { version = "0.4", default-features = false }
|
hex = { version = "0.4", default-features = false }
|
||||||
httparse = "1"
|
httparse = "1"
|
||||||
itoa = "1"
|
itoa = "1"
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@ aquatic_ws_protocol = "0.1.0"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
futures-rustls = "0.22"
|
futures-rustls = "0.22"
|
||||||
glommio = { git = "https://github.com/DataDog/glommio.git", rev = "2efe2f2a08f54394a435b674e8e0125057cbff03" }
|
glommio = { git = "https://github.com/DataDog/glommio.git", rev = "2efe2f2a08f54394a435b674e8e0125057cbff03" }
|
||||||
hashbrown = { version = "0.11", features = ["serde"] }
|
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
mimalloc = { version = "0.1", default-features = false }
|
mimalloc = { version = "0.1", default-features = false }
|
||||||
rand = { version = "0.8", features = ["small_rng"] }
|
rand = { version = "0.8", features = ["small_rng"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue