summaryrefslogtreecommitdiff
path: root/ext/http
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-03-31 15:48:35 -0400
committerGitHub <noreply@github.com>2022-03-31 15:48:35 -0400
commit7fec7c834cb504f35f1dd03a9a464e164b8e13d8 (patch)
treea69be8a8bd5a511592d5c59fa7e7dd372ec4b920 /ext/http
parentb0f974fbfd39db2d7c9d37d4c3ed3f21526d7ca3 (diff)
1.20.4 (#14168)
Diffstat (limited to 'ext/http')
-rw-r--r--ext/http/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index 0fe96edf4..ff63c3739 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_http"
-version = "0.38.0"
+version = "0.39.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -18,8 +18,8 @@ base64 = "0.13.0"
brotli = "3.3.3"
bytes = "1"
cache_control = "0.2.0"
-deno_core = { version = "0.126.0", path = "../../core" }
-deno_websocket = { version = "0.49.0", path = "../websocket" }
+deno_core = { version = "0.127.0", path = "../../core" }
+deno_websocket = { version = "0.50.0", path = "../websocket" }
flate2 = "1.0.22"
fly-accept-encoding = "0.2.0-alpha.5"
hyper = { version = "0.14.9", features = ["server", "stream", "http1", "http2", "runtime"] }