From 7355d955ba23677628c39e72e0ce69be43f7e34a Mon Sep 17 00:00:00 2001 From: Alexander Liesenfeld Date: Tue, 30 Jan 2024 23:37:14 +0100 Subject: [PATCH] Bump hyper version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b9313c..45a1b0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ similar = "2.4" levenshtein = "1.0" form_urlencoded = "1.2" -hyper = { version = "0.14", features = ["server", "http1"] } +hyper = { version = "1.1", features = ["server", "http1"] } tokio = { version = "1.35", features = ["sync", "macros", "rt-multi-thread", "signal"] } isahc = { version = "1.7", optional = true }