This commit is contained in:
Bartek Iwańczuk 2022-08-25 00:20:07 +02:00 committed by GitHub
parent fb1c7b7dea
commit 8986e2ced4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 153 additions and 126 deletions

View file

@ -2,7 +2,7 @@
[package]
name = "deno_http"
version = "0.59.0"
version = "0.60.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.147.0", path = "../../core" }
deno_websocket = { version = "0.70.0", path = "../websocket" }
deno_core = { version = "0.148.0", path = "../../core" }
deno_websocket = { version = "0.71.0", path = "../websocket" }
flate2 = "1.0.23"
fly-accept-encoding = "0.2.0"
hyper = { version = "0.14.18", features = ["server", "stream", "http1", "http2", "runtime"] }