mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
aquatic_http: replace flume with crossbeam; clean connections less often
This commit is contained in:
parent
3802dec79e
commit
228511b3aa
6 changed files with 15 additions and 13 deletions
|
|
@ -18,8 +18,8 @@ anyhow = "1"
|
|||
aquatic_cli_helpers = { path = "../aquatic_cli_helpers" }
|
||||
aquatic_common = { path = "../aquatic_common" }
|
||||
aquatic_http_protocol = { path = "../aquatic_http_protocol" }
|
||||
crossbeam-channel = "0.4"
|
||||
either = "1"
|
||||
flume = "0.7"
|
||||
hashbrown = "0.8"
|
||||
indexmap = "1"
|
||||
itoa = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue