From 405f85db9bb7e8cbe4603fe0892b7fdc70fb616c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:34:05 +0000 Subject: [PATCH] Update Rust crate hyper to 0.14.28 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c82be78..5832926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,6 +29,6 @@ ordered-float = "3.9" async-trait = "0.1.69" axum = "0.6.18" bytes = "1.5.0" -hyper = "0.14.27" +hyper = "0.14.28" reqwest = { version = "0.11", features = ["blocking"] } tokio = { version = "1.35.0", features = ["full"] }