From 80ecb2ae07d6f555d33c35dc9777e16eea5338d2 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Tue, 19 Dec 2023 20:32:43 +0900 Subject: [PATCH] deps: hyper-1.1.0 --- rpxy-lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index fb7cb2f3..212d4f6d 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -51,7 +51,7 @@ thiserror = "1.0.51" # http for both server and client http = "1.0.0" http-body-util = "0.1.0" -hyper = { version = "1.0.1", default-features = false } +hyper = { version = "1.1.0", default-features = false } # hyper-util = { version = "0.1.1", features = ["full"] } hyper-util = { git = "https://github.com/junkurihara/hyper-util", features = [ "full",