From f546ba2eeb2b615d4029d1082deddce51c4ce89f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:48:36 +0000 Subject: [PATCH] chore(deps): bump hyper from 0.14.27 to 0.14.28 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.27 to 0.14.28. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.28/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.27...v0.14.28) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 074cf88f7..2e1c73529 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2168,9 +2168,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hyper" -version = "0.14.27" +version = "0.14.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" +checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" dependencies = [ "bytes", "futures-channel", @@ -2183,7 +2183,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.5", "tokio", "tower-service", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 94e009efb..e9936ad5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ sp-core = "26.0.0" # prometheus prometheus = "0.13" -hyper = { version = "0.14.27", features = ["server", "http1", "http2", "tcp"] } +hyper = { version = "0.14.28", features = ["server", "http1", "http2", "tcp"] } once_cell = "1.19" [dev-dependencies]