diff --git a/Cargo.lock b/Cargo.lock index 895bfd9..7d8e75d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -350,9 +350,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56" +checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index db433b7..bdf8ae4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ erased_set = { version = "0.8", optional = true } # service feature http-body-util = { version = "0.1.0", optional = true } hyper = { version = "1", features = ["server", "http1"], optional = true } -hyper-util = { version = "0.1.17", features = ["tokio"], optional = true } +hyper-util = { version = "0.1.19", features = ["tokio"], optional = true } reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"], optional = true } tokio = { version = "1", features = ["rt", "net", "fs"], optional = true } postcard = { version = "1.1.1", features = ["use-std"] }