From 738709c8e5f5d60cd5a78864faca2aa42e9b1bfa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Oct 2022 18:01:51 +0000 Subject: [PATCH] Update Rust crate hyper to 0.14.22 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 196cd74..e218814 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -313,9 +313,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "hyper" -version = "0.14.21" +version = "0.14.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41a2df176f359a22aee9c8657e674f7aa54e9ba48b512a798e5ca36a1f51065c" +checksum = "abfba89e19b959ca163c7752ba59d737c1ceea53a5d31a149c805446fc958064" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index a0a1d49..511e3db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ name = "site" [dependencies] axum = { version = "0.5.17" } -hyper = { version = "0.14.21" } +hyper = { version = "0.14.22" } tokio = { version = "1.21.2", features = ["full"] } tracing = "0.1.37" tracing-subscriber = {version = "0.3.16", features = ["env-filter"] }