diff --git a/Cargo.lock b/Cargo.lock index 9a31fb836..edde7d3b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1644,9 +1644,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 9d2e0194d..b69332ebc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ h2 = "0.4" hickory-resolver = "0.24" # 0.25 breaks the ability to detect DNS Errors, so we shouldn't update until that's fixed http = "1.4" hyper = "1.1" # Use the same version as `reqwest`: https://github.com/seanmonstar/reqwest/blob/v0.12.15/Cargo.toml#L121 -hyper-util = "0.1.18" +hyper-util = "0.1.19" indoc = "2.0" itertools = "0.14.0" linkify = "0.10.0"