From be04c4932e5326120dd5d9398086f80530d41895 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:25:46 +0000 Subject: [PATCH] Update Rust crate hyper to v1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 724f9d3..8fcb386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] clap = "3.2.12" -hyper = "0.14.12" +hyper = "1.2.0" rand = "0.8.5" reqwest = { version = "0.11", features = ["json"]} tokio = { version= "1.20.0", features = ["full"]} @@ -14,4 +14,4 @@ serde = { version = "1.0", features = ["derive"]} serde_json = "1.0" [dev-dependencies] -hyper = "0.14.12" \ No newline at end of file +hyper = "1.2.0" \ No newline at end of file