From e004303bbbd99750c6c0b2e49e754b6bb9557a41 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 May 2024 17:00:32 +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 811e3c9..d92947c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ name = "site" [dependencies] axum = { version = "0.6.18" } -hyper = { version = "0.14.26" } +hyper = { version = "1.0.0" } tokio = { version = "1.28.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = {version = "0.3.17", features = ["env-filter"] }