summaryrefslogtreecommitdiff
path: root/ext/http
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2022-03-25 18:53:55 +0100
committerGitHub <noreply@github.com>2022-03-25 18:53:55 +0100
commit37b0ec454cb45f10fbcb14273c663cb55b40d209 (patch)
treeb271657ae5a2c98f3e3abcf9dcf991acf7e5f770 /ext/http
parent3511b7602b619357174001555e961964c9a63e33 (diff)
chore: forward v1.20.3 release commit to main (#14121)
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 b770874b3..0fe96edf4 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_http"
-version = "0.37.0"
+version = "0.38.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.125.0", path = "../../core" }
-deno_websocket = { version = "0.48.0", path = "../websocket" }
+deno_core = { version = "0.126.0", path = "../../core" }
+deno_websocket = { version = "0.49.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"] }