diff options
Diffstat (limited to 'ext/http')
-rw-r--r-- | ext/http/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index 5bbfc35ea..f741d3472 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_http" -version = "0.105.0" +version = "0.106.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -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 |