From 2233070c793b02087d4ff79bde7f96ea94163bf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 09:54:19 +0000 Subject: [PATCH] Bump hyper from 0.14.27 to 0.14.32 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.27 to 0.14.32. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.32/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.27...v0.14.32) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd25d808ba..26f56265e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -710,7 +710,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b" dependencies = [ "borsh-derive 0.10.3", - "hashbrown 0.12.3", + "hashbrown 0.13.2", ] [[package]] @@ -2470,9 +2470,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.27" +version = "0.14.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" dependencies = [ "bytes", "futures-channel", @@ -2485,7 +2485,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.9", + "socket2 0.5.5", "tokio", "tower-service", "tracing", diff --git a/Cargo.toml b/Cargo.toml index ab11c54b0e..203e1e786f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -211,7 +211,7 @@ histogram = "0.6.9" hmac = "0.12.1" http = "0.2.9" humantime = "2.0.1" -hyper = "0.14.27" +hyper = "0.14.32" hyper-proxy = "0.9.1" im = "15.1.0" index_list = "0.2.7"