From 6a0c6fdf1af920987a52299374844519be5dc7db Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 14:21:47 +0000 Subject: [PATCH] fix(deps): update rust crate hyper to 0.14.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 417edc0..f65d704 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ async-trait = "0.1.51" path-tree = "0.2.2" futures-util = "0.3.17" -hyper = { version = "0.14.15", features = ["server", "stream"] } +hyper = { version = "0.14.18", features = ["server", "stream"] } bytes = "1.1.0" mime = "0.3.16"