From 68e580f35dbb040c79348bc13587b5d91d5850d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=97=8D+85CD?= <50108258+kwaa@users.noreply.github.com> Date: Thu, 25 Jul 2024 17:11:50 +0800 Subject: [PATCH] chore(deps): bump hyper --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a0d7adb..a11eaff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ axum = { version = "0.6.20", features = [ "headers", ], default-features = false, optional = true } tower = { version = "0.4.13", optional = true } -hyper = { version = "0.14", optional = true } +hyper = { version = "1.4.1", optional = true } http-body-util = { version = "0.1.2", optional = true } [dev-dependencies]