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 ac210f9ba..1ccbefd56 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -19,11 +19,11 @@ deno_core.workspace = true deno_net.workspace = true deno_tls.workspace = true fastwebsockets.workspace = true -h2 = "0.4" -http = "1.0" +h2.workspace = true +http.workspace = true http-body-util.workspace = true +hyper.workspace = true hyper-util.workspace = true -hyper1.workspace = true once_cell.workspace = true rustls-tokio-stream.workspace = true serde.workspace = true |