From ffc699193033e37a0308316a43dfe5fa0d70917a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 03:42:42 +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 dfa846a..921b901 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.0.0", features = ["full"] } tokio = { version = "1.36.0", features = ["full"] } tonic = "0.11.0" tonic-reflection = "0.11.0"