From 33acd437f52b418a8413a302dd8902abad2eabec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 27 Dec 2023 14:38:44 +0100 Subject: refactor: finish test_util server cleanup, simplify dependencies (#21714) Closes https://github.com/denoland/deno/issues/21578 --- ext/http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/http') 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 -- cgit v1.2.3