diff --git a/Cargo.lock b/Cargo.lock index 4b84cdad0d2..e83c38aa43b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2854,9 +2854,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 0.22.1", "bytes", @@ -2873,6 +2873,7 @@ dependencies = [ "socket2 0.6.0", "system-configuration", "tokio", + "tower-layer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "tower-service 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", "windows-registry",