0
0
Fork 0
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:
Bartek Iwańczuk 2023-07-13 00:46:34 +02:00 committed by GitHub
parent b4824bf45f
commit ef06ed28d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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