Skip to content

Commit

Permalink
import async-fcgi and http-body; add stream feature to hyper
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D46639634

fbshipit-source-id: c9eb7d056e75ae2c5d9a8bb9bcc781d419f65f4c
  • Loading branch information
mzr authored and facebook-github-bot committed Jun 14, 2023
1 parent b23fe58 commit 43bd845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/crates/persist-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
license = "MIT"

[dependencies]
hyper = { version = "0.14.26", features = ["client", "http1", "http2"] }
hyper = { version = "0.14.26", features = ["client", "http1", "http2", "stream"] }
hyper-tls = "0.5"
serde = { version = "1.0.136", features = ["derive", "rc"] }
serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_depth"] }
Expand Down

0 comments on commit 43bd845

Please sign in to comment.