From de19aa771e03d4841f87d4e900eedd0d782abee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:24:55 +0000 Subject: [PATCH] build(deps): bump hyper from 0.14.30 to 0.14.31 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.30 to 0.14.31. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.31/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.30...v0.14.31) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c94a4d9d482e5..d969127e7a4165 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2874,9 +2874,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.30" +version = "0.14.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" +checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 21d9b16dbd069c..a01631083e8347 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -282,7 +282,7 @@ histogram = "0.6.9" hmac = "0.12.1" http = "0.2.12" humantime = "2.0.1" -hyper = "0.14.30" +hyper = "0.14.31" hyper-proxy = "0.9.1" im = "15.1.0" index_list = "0.2.13"