summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-04-28 05:39:42 +0200
committerGitHub <noreply@github.com>2023-04-28 09:09:42 +0530
commitde5bd4e536bdbd6aa3621c97a961c3c926043d1a (patch)
tree687d88910863b302713b81025068b6614b01e422 /Cargo.toml
parent39ece1fe0ddacc2cbf182403c9e7085bc01df5a6 (diff)
build: define features for 'hyper' crate (#18882)
Fixes the "publish" CI step. Somehow neither `cargo build` nor `cargo clippy` don't complain about it.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eec64e1ce..ebc21ff35 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -98,7 +98,7 @@ futures = "0.3.21"
hex = "0.4"
http = "0.2.9"
httparse = "1.8.0"
-hyper = "0.14.26"
+hyper = { version = "0.14.26", features = ["runtime", "http1"] }
indexmap = { version = "1.9.2", features = ["serde"] }
libc = "0.2.126"
log = "=0.4.17"