From 45e97eda87ab0b3e8f25e7389c0f80e94601e650 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 03:33:53 +0000 Subject: [PATCH] Update Rust crate hyper to 1.11.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e462bb1..156baac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ heck = "0.5.0" hex = "0.4.3" http = "1" http-body-util = "0.1.5" -hyper = "1.10.1" +hyper = "1.11.1" hyper-util = "0.1" jsonwebtoken = { version = "10.2", features = ["aws_lc_rs"] } metrics = "0.24.5"