diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-12-26 14:32:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-26 14:32:21 +0100 |
commit | 8fbac6739545d1d874eb1af0b2b9dddff576786c (patch) | |
tree | cd0c32251546dc491eea1c0a7fd9d4f758a1623e /runtime | |
parent | 753777b4affb6020739b4f74932a278f6f8afcce (diff) |
refactor: change cli/ to use hyper 1.1 (#21705)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index e7704dc9e..d428fa2fb 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -93,7 +93,6 @@ deno_webgpu.workspace = true deno_webidl.workspace = true deno_websocket.workspace = true deno_webstorage.workspace = true -fastwebsockets.workspace = true console_static_text.workspace = true dlopen2.workspace = true |