From f048dc88eafc53e28d5166de499b0117d77a2c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 09:02:52 +0000 Subject: [PATCH] build(deps): bump hyper from 0.14.20 to 0.14.24 Bumps [hyper](/~https://github.com/hyperium/hyper) from 0.14.20 to 0.14.24. - [Release notes](/~https://github.com/hyperium/hyper/releases) - [Changelog](/~https://github.com/hyperium/hyper/blob/v0.14.24/CHANGELOG.md) - [Commits](/~https://github.com/hyperium/hyper/compare/v0.14.20...v0.14.24) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84d6bd0..a8a567d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,9 +169,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "hyper" -version = "0.14.20" +version = "0.14.24" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" +checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" dependencies = [ "bytes", "futures-channel",