From 7ffbe79a5f0306fc7ce0883455ca869ac5b8a484 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 26 Jun 2023 17:00:36 +0000 Subject: [PATCH] chore(deps): update rust crate hyper to 0.14.27 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f359cc8..c98784f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -315,9 +315,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "hyper" -version = "0.14.26" +version = "0.14.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" +checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" dependencies = [ "bytes", "futures-channel", 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"] }