mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +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_flash"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["the Deno authors"]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
@ -14,10 +14,10 @@ description = "Fast HTTP/1 server implementation for Deno"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
deno_core = { path = "../../core", version = "0.147.0" }
|
||||
deno_tls = { version = "0.52.0", path = "../tls" }
|
||||
deno_core = { path = "../../core", version = "0.148.0" }
|
||||
deno_tls = { version = "0.53.0", path = "../tls" }
|
||||
# For HTTP/2 and websocket upgrades
|
||||
deno_websocket = { version = "0.70.0", path = "../websocket" }
|
||||
deno_websocket = { version = "0.71.0", path = "../websocket" }
|
||||
http = "0.2.6"
|
||||
httparse = "1.7"
|
||||
libc = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue