mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 20:25:12 -05:00
chore: pin hyper dependency (#19813)
This commit is contained in:
parent
b4824bf45f
commit
ef06ed28d8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ fly-accept-encoding = "0.2.0"
|
|||
http.workspace = true
|
||||
httparse.workspace = true
|
||||
hyper = { workspace = true, features = ["server", "stream", "http1", "http2", "runtime"] }
|
||||
hyper1 = { package = "hyper", features = ["full"], version = "1.0.0-rc.3" }
|
||||
hyper1 = { package = "hyper", features = ["full"], version = "=1.0.0-rc.3" }
|
||||
memmem.workspace = true
|
||||
mime = "0.3.16"
|
||||
once_cell.workspace = true
|
||||
|
|
Loading…
Add table
Reference in a new issue