diff --git a/Cargo.lock b/Cargo.lock index f95cfc31b7e..40f0a8cf3c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -378,7 +378,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.4.0", + "hyper 1.5.2", "hyper-util", "itoa", "matchit", @@ -1815,7 +1815,7 @@ dependencies = [ "http 1.1.0", "http-body-util", "humantime", - "hyper 1.4.0", + "hyper 1.5.2", "hyper-util", "isatty", "itertools 0.13.0", @@ -2538,9 +2538,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.0" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc" +checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" dependencies = [ "bytes", "futures-channel", @@ -2565,7 +2565,7 @@ checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.4.0", + "hyper 1.5.2", "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.2", "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.2", "pin-project-lite", "socket2", "tokio", @@ -3297,7 +3297,7 @@ dependencies = [ "chrono", "futures 0.3.30", "humantime", - "hyper 1.4.0", + "hyper 1.5.2", "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.2", "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.2", "hyper-util", "log", "once_cell",