diff --git a/Cargo.lock b/Cargo.lock index f95cfc31b7e..a20b5096fa1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -378,7 +378,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.4.0", + "hyper 1.5.1", "hyper-util", "itoa", "matchit", @@ -1815,7 +1815,7 @@ dependencies = [ "http 1.1.0", "http-body-util", "humantime", - "hyper 1.4.0", + "hyper 1.5.1", "hyper-util", "isatty", "itertools 0.13.0", @@ -2538,9 +2538,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", @@ -2565,7 +2565,7 @@ checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.4.0", + "hyper 1.5.1", "hyper-util", "rustls 0.23.10", "rustls-native-certs", @@ -2595,7 +2595,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.4.0", + "hyper 1.5.1", "hyper-util", "native-tls", "tokio", @@ -2614,7 +2614,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.0", - "hyper 1.4.0", + "hyper 1.5.1", "pin-project-lite", "socket2", "tokio", @@ -3297,7 +3297,7 @@ dependencies = [ "chrono", "futures 0.3.30", "humantime", - "hyper 1.4.0", + "hyper 1.5.1", "itertools 0.13.0", "parking_lot", "percent-encoding", @@ -4125,7 +4125,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.4.0", + "hyper 1.5.1", "hyper-rustls", "hyper-tls", "hyper-util", @@ -6546,7 +6546,7 @@ dependencies = [ "futures 0.3.30", "http 1.1.0", "http-body-util", - "hyper 1.4.0", + "hyper 1.5.1", "hyper-util", "log", "once_cell",