From a4cfd4bf8a6cfc71330af8865e5cf1962cb4c078 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:45:54 +0000 Subject: [PATCH] fix(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 9a05d1a..09d2078 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hyper = { version = "0.14.28", features = ["full"] } +hyper = { version = "1.3.0", features = ["full"] } tokio = { version = "1.36.0", features = ["full"] } tonic = "0.11.0" tonic-reflection = "0.11.0"