diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-12-26 21:53:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-26 21:53:28 +0100 |
| commit | e33c5eb704c22fad69876e87d9b852a4e5072a7a (patch) | |
| tree | 8cebefd94d93b656798b21095a73dee0dacfcc58 /runtime/Cargo.toml | |
| parent | 8fbac6739545d1d874eb1af0b2b9dddff576786c (diff) | |
refactor: fastwebsockets renames (#21707)
We now use only a single version of "fastwebsockets" crate, so we no
longer need to have an alias.
Diffstat (limited to 'runtime/Cargo.toml')
| -rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index d428fa2fb..fceb25d9a 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -97,7 +97,7 @@ deno_webstorage.workspace = true console_static_text.workspace = true dlopen2.workspace = true encoding_rs.workspace = true -fastwebsockets_06 = { package = "fastwebsockets", version = "0.6", features = ["upgrade"] } +fastwebsockets.workspace = true filetime = "0.2.16" fs3.workspace = true http.workspace = true |
