From 94bcc61462e54044a9646f62eb0b81179fa8e13c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Apr 2023 15:01:41 +0000 Subject: [PATCH] chore(deps): update rust crate hyper to 0.14.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b06ad05..76cb282 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ name = "site" [dependencies] axum = { version = "0.6.17" } -hyper = { version = "0.14.21" } +hyper = { version = "0.14.26" } tokio = { version = "1.28.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = {version = "0.3.17", features = ["env-filter"] }