From cccdb3c3d5e2e822ce650da8a29d1c138473ce2a Mon Sep 17 00:00:00 2001 From: Lakshan Perera Date: Fri, 13 Jun 2025 21:03:59 +1000 Subject: [PATCH 1/2] fix: use hyper-util 0.1.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e3d26430..0c4fdb88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,7 +133,7 @@ http-body-util = "0.1.2" http_v02 = { package = "http", version = "0.2.9" } httparse = "1.8.0" hyper = { version = "1.4.1", features = ["full"] } -hyper-util = { version = "=0.1.7", features = ["tokio", "server", "server-auto"] } +hyper-util = { version = "=0.1.10", features = ["tokio", "server", "server-auto"] } hyper_v014 = { package = "hyper", version = "0.14.26", features = ["runtime", "http1"] } indexmap = { version = "2", features = ["serde"] } lazy-regex = "3" From f26c67c27f4fd20a27b62191f09de6c8c1fb6ab7 Mon Sep 17 00:00:00 2001 From: Lakshan Perera Date: Fri, 13 Jun 2025 21:07:42 +1000 Subject: [PATCH 2/2] fix: bump deno_fetch to 0.207.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c4fdb88..cf1f16e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ deno_cache = "0.114.0" deno_canvas = "0.51.0" deno_console = "0.182.0" deno_crypto = "0.196.0" -deno_fetch = "0.206.0" +deno_fetch = "0.207.0" deno_fs = { version = "0.92.0", features = ["sync_fs"] } deno_http = "0.180.0" deno_io = "0.92.0"