From ef312e00504e1293b234f74c28f1cfc4fad4da9e Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Tue, 5 Jul 2022 21:14:22 +0530 Subject: 1.23.3 (#15081) Co-authored-by: David Sherret --- ext/http/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/http') diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index 14cf5a9e2..84d1d716d 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_http" -version = "0.53.0" +version = "0.54.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -23,8 +23,8 @@ base64 = "0.13.0" brotli = "3.3.4" bytes = "1" cache_control = "0.2.0" -deno_core = { version = "0.141.0", path = "../../core" } -deno_websocket = { version = "0.64.0", path = "../websocket" } +deno_core = { version = "0.142.0", path = "../../core" } +deno_websocket = { version = "0.65.0", path = "../websocket" } flate2 = "1.0.23" fly-accept-encoding = "0.2.0" hyper = { version = "0.14.18", features = ["server", "stream", "http1", "http2", "runtime"] } -- cgit v1.2.3