diff options
| author | Leo K <crowlkats@toaxl.com> | 2021-07-08 13:33:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-08 13:33:01 +0200 |
| commit | 5e092b19fe113bdecd36b4e0184c82f4b3343bca (patch) | |
| tree | ff2799d9d40812fd5755271a8c0ec94e304ad14a /extensions/websocket/Cargo.toml | |
| parent | 215f6f2c9e0522c7c8d794f35713225884540cd7 (diff) | |
feat(runtime/http): server side websocket support (#10359)
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
Co-authored-by: Luca Casonato <hello@lcas.dev>
Diffstat (limited to 'extensions/websocket/Cargo.toml')
| -rw-r--r-- | extensions/websocket/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/websocket/Cargo.toml b/extensions/websocket/Cargo.toml index 81b57d3f2..0ca38e773 100644 --- a/extensions/websocket/Cargo.toml +++ b/extensions/websocket/Cargo.toml @@ -20,5 +20,6 @@ serde = { version = "1.0.125", features = ["derive"] } tokio = { version = "1.8.0", features = ["full"] } tokio-rustls = "0.22.0" tokio-tungstenite = { version = "0.14.0", features = ["rustls-tls"] } +hyper = { version = "0.14.9" } webpki = "0.21.4" webpki-roots = "0.21.1" |
