diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2022-11-03 19:40:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-04 00:40:23 +0100 |
commit | 61fbfabe440f1cfffa7b8d17426ffdece4d430d0 (patch) | |
tree | 4a2cd5150ab3f1a802ca2520ec1be89f707f5a32 /ext/websocket | |
parent | 6fe9428805f80222daaf4ccdf9995f2e53b511ff (diff) |
chore: forward v1.27.1 release commit to main (#16533)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
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 b2ff543b7..c27fbf1fd 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.79.0" +version = "0.80.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.156.0", path = "../../core" } -deno_tls = { version = "0.61.0", path = "../tls" } +deno_core = { version = "0.157.0", path = "../../core" } +deno_tls = { version = "0.62.0", path = "../tls" } http = "0.2.6" hyper = { version = "0.14.18" } serde = { version = "1.0.136", features = ["derive"] } |