From 2a81b6bd7a36da2ec4955df450d85036834203d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:21:02 +0000 Subject: [PATCH] chore(deps): bump hyper-util from 0.1.9 to 0.1.10 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.9 to 0.1.10. - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper-util/compare/v0.1.9...v0.1.10) --- updated-dependencies: - dependency-name: hyper-util 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 be59feb..6ea2f66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,9 +358,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" +checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 638e06f..b5727bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ clap = { version = "4.5", features = ["derive"] } hyper = { version = "1.4.1", features = ["full"] } tokio = { version = "1.29.1", features = ["full"] } http-body-util = "0.1.2" -hyper-util = { version = "0.1.9", features = ["full"] } +hyper-util = { version = "0.1.10", features = ["full"] } local-ip-address = "0.6.2" colored = "2.1.0"