From 15f916f8207bcb87c4c3eea26a4789af411838f9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 10 Jun 2024 13:01:13 +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"] }