mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
feat(http): Avoid duplicating the Response body Vec
This commit is contained in:
committed by
Clément Renault
parent
a20405f786
commit
80c05a9b50
@ -13,7 +13,7 @@ lazy_static = "1.0"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
||||
tokio-minihttp = { git = "https://github.com/tokio-rs/tokio-minihttp.git" }
|
||||
tokio-minihttp = { git = "https://github.com/Kerollmops/tokio-minihttp.git" }
|
||||
tokio-proto = "0.1"
|
||||
tokio-service = "0.1"
|
||||
url = "1.7"
|
||||
|
Reference in New Issue
Block a user