From 047407809b1bda96f8c90d6c8c32e6230f8a7c1d Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 03:55:10 +0000 Subject: [PATCH] Update hyper to 1.10.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2abfcd8d..7199513c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ schemars = { version = "0.8.22", features = [ "uuid1", "chrono" ] } tokio = { version = "1.49", features = ["full"] } serde_repr = "0.1" anyhow = "1.0.102" -hyper = "1.9.0" +hyper = "1.10.1" hyper-util = { version = "0.1", features = ["full"] } serde_json = "1.0.149" percent-encoding = "2.3.2"