From 44fa5b19af0cf164e836ad88a565f0528bcff504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:42:34 +0000 Subject: [PATCH] Bump hyper from 1.5.0 to 1.5.1 Bumps [hyper](https://github.com/hyperium/hyper) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- relay/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbdb3f9..58eaffa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,9 +788,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", diff --git a/relay/Cargo.toml b/relay/Cargo.toml index ebf63d3..4367066 100644 --- a/relay/Cargo.toml +++ b/relay/Cargo.toml @@ -11,7 +11,7 @@ axum = { version = "0.7.7", features = ["macros", "ws", "http2"] } clap = { version = "4.5.20", features = ["derive", "env"] } flatbuffers = "24.3.25" futures = "0.3.31" -hyper = { version = "1.5.0", features = ["full"] } +hyper = { version = "1.5.1", features = ["full"] } serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.132" tokio = { version = "1.41.1", features = ["full"] }