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 /runtime | |
| parent | d5f6e271ff1abb4b264737bd7e187439703f26e1 (diff) | |
refactor: finish test_util server cleanup, simplify dependencies (#21714)
Closes https://github.com/denoland/deno/issues/21578
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index fceb25d9a..7ac7a803b 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -101,7 +101,7 @@ fastwebsockets.workspace = true filetime = "0.2.16" fs3.workspace = true http.workspace = true -http-body-util = "0.1" +http-body-util.workspace = true http_1 = { package = "http", version = "1.0" } hyper = { workspace = true, features = ["server", "stream", "http1", "http2", "runtime"] } hyper-util.workspace = true |
