diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-12-27 14:38:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-27 14:38:44 +0100 |
| commit | 33acd437f52b418a8413a302dd8902abad2eabec (patch) | |
| tree | 2bb1e331f716e931ce04557c78a31f2ef7ce6b84 /ext/http | |
| parent | d5f6e271ff1abb4b264737bd7e187439703f26e1 (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.toml | 2 |
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 |
