diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-04-21 12:25:02 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-21 08:55:02 +0200 |
| commit | 4e944dea1d6ad6cc819cbef278b59923eeaa2287 (patch) | |
| tree | 58a517e585478581ff2a4af99b8f203f4d876907 /ext/websocket/Cargo.toml | |
| parent | 1976504c632c78aaadbf24dc94e8ce5626bce9f1 (diff) | |
fix(ext/websocket): upgrade fastwebsockets to 0.2.4 (#18791)
Fixes https://github.com/denoland/deno/issues/18775
Diffstat (limited to 'ext/websocket/Cargo.toml')
| -rw-r--r-- | ext/websocket/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml index 03cb3076a..a96b6cceb 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -16,7 +16,7 @@ path = "lib.rs" [dependencies] deno_core.workspace = true deno_tls.workspace = true -fastwebsockets = { version = "0.2.1", features = ["upgrade"] } +fastwebsockets = { version = "0.2.4", features = ["upgrade"] } http.workspace = true hyper.workspace = true serde.workspace = true |
