From 7bb8f1558ad136d6ae211cf6bd5ec0b43e63ad90 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 5 Aug 2023 15:00:31 +0000 Subject: [PATCH] chore(deps): update rust crate hyper to 0.14.27 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 811e3c9..3c21947 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 = "0.14.27" } tokio = { version = "1.28.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = {version = "0.3.17", features = ["env-filter"] }