diff options
Diffstat (limited to 'ext/websocket/Cargo.toml')
-rw-r--r-- | ext/websocket/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml index a4321b498..ac210f9ba 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -19,9 +19,9 @@ deno_core.workspace = true deno_net.workspace = true deno_tls.workspace = true fastwebsockets.workspace = true -h2_04 = { package = "h2", version = "0.4" } -http-body-util = "0.1" -http_1 = { package = "http", version = "1.0" } +h2 = "0.4" +http = "1.0" +http-body-util.workspace = true hyper-util.workspace = true hyper1.workspace = true once_cell.workspace = true |