diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-04-29 22:39:18 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-29 22:39:18 +0530 |
| commit | 64e072e499d36ca824db297a493667415ed67cdf (patch) | |
| tree | 64be6ff136e915da75a45df6324c72f352db2fc5 /Cargo.toml | |
| parent | 10664908474c262192aa7951cc1b54ee43a9c249 (diff) | |
fix(ext/websocket): update fastwebsockets to 0.3.1 (#18916)
Fixes https://github.com/denoland/deno/issues/18912
Fixes https://github.com/denoland/deno/issues/18808
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 2ab1df922..f989fceb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ data-url = "=0.2.0" dlopen = "0.1.8" encoding_rs = "=0.8.31" ecb = "=0.1.1" -fastwebsockets = "=0.2.6" +fastwebsockets = "=0.3.1" flate2 = "=1.0.24" fs3 = "0.5.0" futures = "0.3.21" |
