diff options
author | Bert Belder <bertbelder@gmail.com> | 2022-05-12 18:43:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 18:43:00 +0200 |
commit | 89b428234c73d66db4a8fca4d9623fd823c6428e (patch) | |
tree | 862793757041ecf08a093fd10f7b65ba8a8746a4 /ext/websocket | |
parent | 3166506980a6dddb1a5f6ddbf9dc1e5e8f9215fc (diff) |
1.21.3 (#14584)
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 04f43b7b6..1591de0df 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.56.0" +version = "0.57.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.133.0", path = "../../core" } -deno_tls = { version = "0.38.0", path = "../tls" } +deno_core = { version = "0.134.0", path = "../../core" } +deno_tls = { version = "0.39.0", path = "../tls" } http = "0.2.6" hyper = { version = "0.14.18" } serde = { version = "1.0.136", features = ["derive"] } |