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"] }