summaryrefslogtreecommitdiff
path: root/ext/http
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 /ext/http
parentd5f6e271ff1abb4b264737bd7e187439703f26e1 (diff)
refactor: finish test_util server cleanup, simplify dependencies (#21714)
Closes https://github.com/denoland/deno/issues/21578
Diffstat (limited to 'ext/http')
-rw-r--r--ext/http/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index 267251606..8192cf31e 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -54,5 +54,5 @@ tokio-util = { workspace = true, features = ["io"] }
[dev-dependencies]
bencher.workspace = true
-http-body-util = "0.1"
+http-body-util.workspace = true
rand.workspace = true