mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-09 09:52:10 +00:00
Enable gzip for reqwest (#3696)
This will reduce bandwidth used by federation Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
This commit is contained in:
parent
cf2229d665
commit
9b123f45ec
|
@ -89,7 +89,7 @@ tracing-log = "0.1.3"
|
|||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||
url = { version = "2.4.0", features = ["serde"] }
|
||||
url_serde = "0.2.0"
|
||||
reqwest = { version = "0.11.18", features = ["json", "blocking"] }
|
||||
reqwest = { version = "0.11.18", features = ["json", "blocking", "gzip"] }
|
||||
reqwest-middleware = "0.2.2"
|
||||
reqwest-tracing = "0.4.5"
|
||||
clokwerk = "0.4.0"
|
||||
|
|
Loading…
Reference in a new issue