diff --git a/Cargo.lock b/Cargo.lock index d54c13ff22e..c19b6002e0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "itoa", "matchit", @@ -1070,7 +1070,7 @@ dependencies = [ "hex", "http 1.1.0", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "indexmap", "indicatif", "insta", @@ -2410,9 +2410,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", @@ -2453,7 +2453,7 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "rustls 0.23.17", "rustls-native-certs 0.8.0", @@ -2471,7 +2471,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "native-tls", "tokio", @@ -2490,7 +2490,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.5.1", "pin-project-lite", "socket2", "tokio", @@ -3266,7 +3266,7 @@ dependencies = [ "chrono", "futures", "humantime", - "hyper 1.5.0", + "hyper 1.5.1", "itertools 0.13.0", "md-5", "parking_lot", @@ -4035,7 +4035,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-tls", "hyper-util", diff --git a/Cargo.toml b/Cargo.toml index 1bcab2100d4..33add7638b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ futures-util = "=0.3.31" hex = "=0.4.3" http = "=1.1.0" http-body-util = "=0.1.2" -hyper = { version = "=1.5.0", features = ["client", "http1"] } +hyper = { version = "=1.5.1", features = ["client", "http1"] } indexmap = { version = "=2.6.0", features = ["serde"] } indicatif = "=0.17.9" ipnetwork = "=0.20.0"