diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2022-03-24 12:47:35 +1100 |
---|---|---|
committer | Kitson Kelly <me@kitsonkelly.com> | 2022-03-24 14:47:06 +1100 |
commit | cff1e92ecf17933a4fcd2ea6a18abfdf89316e37 (patch) | |
tree | b9dc3685eda53147214af8232c30c1e08eb9d1b2 /ext/websocket | |
parent | c755548e0212ea6f4fc211adc85bfdc581e6045e (diff) |
1.20.2
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 2ed0bb957..bade342a9 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.47.0" +version = "0.48.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.124.0", path = "../../core" } -deno_tls = { version = "0.29.0", path = "../tls" } +deno_core = { version = "0.125.0", path = "../../core" } +deno_tls = { version = "0.30.0", path = "../tls" } http = "0.2.4" hyper = { version = "0.14.12" } serde = { version = "1.0.129", features = ["derive"] } |