diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-07-13 02:16:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 02:16:49 +0200 |
commit | 642dd3d3c433efb56e59e64f0b75c6951153b571 (patch) | |
tree | 9d9b5fe22b96b39e97bb03f67b067f40c9bb46d5 /extensions/websocket | |
parent | 9c020d8c27dd57057db645a96f7b4ec924074e37 (diff) |
chore: release crates (#11378)
Diffstat (limited to 'extensions/websocket')
-rw-r--r-- | extensions/websocket/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/websocket/Cargo.toml b/extensions/websocket/Cargo.toml index ddf951476..192bb3313 100644 --- a/extensions/websocket/Cargo.toml +++ b/extensions/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.15.1" +version = "0.16.0" edition = "2018" description = "Implementation of WebSocket API for Deno" authors = ["the Deno authors"] @@ -14,7 +14,7 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.92.0", path = "../../core" } +deno_core = { version = "0.93.0", path = "../../core" } http = "0.2.4" serde = { version = "1.0.126", features = ["derive"] } tokio = { version = "1.8.1", features = ["full"] } |