diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-12-22 22:20:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 22:20:17 +0100 |
commit | 9391ba1098177c9463392eca8e3a725b564d90dc (patch) | |
tree | dd1c6d6267141e7627cdd3667450db16b86d6363 /ext/websocket | |
parent | 8547a37132752cf6a979237c5a52a7bf16a4e833 (diff) |
chore: merge v1.17.1 into main (#13184)
Diffstat (limited to 'ext/websocket')
-rw-r--r-- | ext/websocket/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml index 07a7df2b1..04dcb91f0 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.34.0" +version = "0.35.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -14,8 +14,8 @@ description = "Implementation of WebSocket API for Deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.111.0", path = "../../core" } -deno_tls = { version = "0.16.0", path = "../tls" } +deno_core = { version = "0.112.0", path = "../../core" } +deno_tls = { version = "0.17.0", path = "../tls" } http = "0.2.4" hyper = { version = "0.14.12" } serde = { version = "1.0.129", features = ["derive"] } |