From e09d26c434c95afb1f17655e8f2c6113078ac5be Mon Sep 17 00:00:00 2001 From: dswij Date: Thu, 9 May 2024 23:30:25 +0800 Subject: [PATCH] bump hyper to v1.3.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2627de0..2a179ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ features = ["full"] rustdoc-args = ["--cfg", "docsrs"] [dependencies] -hyper = "1.2.0" +hyper = "1.3.0" futures-util = { version = "0.3.16", default-features = false } http = "1.0" http-body = "1.0.0" @@ -31,7 +31,7 @@ tower-service ={ version = "0.3", optional = true } tower = { version = "0.4.1", optional = true, default-features = false, features = ["make", "util"] } [dev-dependencies] -hyper = { version = "1.2.0", features = ["full"] } +hyper = { version = "1.3.0", features = ["full"] } bytes = "1" http-body-util = "0.1.0" tokio = { version = "1", features = ["macros", "test-util"] }