From 7b78a16242832007fd092e14a31c1ea4fb86eedc Mon Sep 17 00:00:00 2001 From: Brendan Blanchard Date: Thu, 21 Nov 2024 07:00:59 -0500 Subject: [PATCH] Downgrade hyper for compatibility w/ hyper-tls --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ed689a1..1b0e7f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ exclude = [".idea", ".gitignore", ".github", ".env", "*.log", "scripts"] [dependencies] base64 = "0.22.1" hmac = "0.12.1" -hyper = { version = "1.5.1", features = ["full"] } +hyper = { version = "1.5.0", features = ["full"] } hyper-util = { version = "0.1.10", features = ["full", "client-legacy", "tokio"] } http-body-util = "0.1.2" hyper-tls = "0.6.0"