From c3d0f30bde8628dd047cac53acd20a5d93f48c4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 00:46:03 +0000 Subject: [PATCH] Bump hyper-util from 0.1.17 to 0.1.18 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.17 to 0.1.18. - [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.17...v0.1.18) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- samply/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93cab048..41a710a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1025,9 +1025,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.17" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" +checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" dependencies = [ "base64", "bytes", diff --git a/samply/Cargo.toml b/samply/Cargo.toml index c2751192..8cb23b41 100644 --- a/samply/Cargo.toml +++ b/samply/Cargo.toml @@ -20,7 +20,7 @@ linux-perf-data = "0.12" tokio = { version = "1.39", features = ["rt", "rt-multi-thread", "macros"] } tokio-util = "0.7.11" hyper = { version = "1", features = ["full"] } -hyper-util = { version = "0.1.9", features = ["server", "http1", "tokio"] } +hyper-util = { version = "0.1.19", features = ["server", "http1", "tokio"] } http-body-util = "0.1" futures-util = "0.3" clap = { version = "4", features = ["derive"] }