diff --git a/Cargo.lock b/Cargo.lock index 7708a6dc..02c22a19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2671,9 +2671,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.14" +version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034" +checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" dependencies = [ "bytes", "futures-core", diff --git a/samply/Cargo.toml b/samply/Cargo.toml index ee371657..af0384af 100644 --- a/samply/Cargo.toml +++ b/samply/Cargo.toml @@ -18,7 +18,7 @@ framehop = "0.13" linux-perf-data = "0.11" tokio = { version = "1.39", features = ["rt", "rt-multi-thread", "macros"] } -tokio-util = "0.7.11" +tokio-util = "0.7.15" hyper = { version = "1", features = ["full"] } hyper-util = { version = "0.1.9", features = ["server", "http1", "tokio"] } http-body-util = "0.1"