From df0899b9317575ea305eb7b4f35634547c4a8404 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:06:03 +0000 Subject: [PATCH] chore(deps): update rust crate hyper to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17e94a9..40bcf1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ text = [] [dev-dependencies] futures = "0.3" -hyper = "0.14" +hyper = "1.0" reqwest = { version = "0.11", default-features = false, features = ["json", "stream", "multipart"] } tower = { version = "0.4", default-features = false, features = ["util", "make"] } tower-http = { version = "0.4", features = ["util", "map-response-body"] }