mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 07:34:36 +00:00
v1.25.0
This commit is contained in:
parent
fb1c7b7dea
commit
8986e2ced4
25 changed files with 153 additions and 126 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue