summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-12-27 14:38:44 +0100
committerGitHub <noreply@github.com>2023-12-27 14:38:44 +0100
commit33acd437f52b418a8413a302dd8902abad2eabec (patch)
tree2bb1e331f716e931ce04557c78a31f2ef7ce6b84 /Cargo.toml
parentd5f6e271ff1abb4b264737bd7e187439703f26e1 (diff)
refactor: finish test_util server cleanup, simplify dependencies (#21714)
Closes https://github.com/denoland/deno/issues/21578
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6b53c44ea..12bdd30c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -107,6 +107,7 @@ http = "0.2.9"
h2 = { version = "0.3.17", features = ["unstable"] }
httparse = "1.8.0"
hyper-util = { version = "=0.1.2", features = ["tokio", "server", "server-auto"] }
+http-body-util = "0.1"
hyper = { version = "0.14.26", features = ["runtime", "http1"] }
hyper1 = { package = "hyper", version = "=1.1.0", features = ["full"] }
indexmap = { version = "2", features = ["serde"] }