diff --git a/Cargo.lock b/Cargo.lock index a6f6c76b..c428c7d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -960,7 +960,7 @@ dependencies = [ "http 1.2.0", "http-body-util", "humantime", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-rustls", "hyper-util", "indicatif", @@ -1016,7 +1016,7 @@ dependencies = [ "dragonfly-client-core", "dragonfly-client-util", "futures", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "libloading", "opendal", @@ -1070,7 +1070,7 @@ name = "dragonfly-client-core" version = "0.2.11" dependencies = [ "headers 0.4.0", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "libloading", "opendal", @@ -1141,7 +1141,7 @@ dependencies = [ "hex", "http 1.2.0", "http-range-header", - "hyper 1.5.2", + "hyper 1.6.0", "openssl", "rcgen", "reqwest", @@ -1698,9 +1698,9 @@ checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" [[package]] name = "httparse" -version = "1.8.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" +checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a" [[package]] name = "httpdate" @@ -1750,9 +1750,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.2" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" +checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" dependencies = [ "bytes", "futures-channel", @@ -1777,7 +1777,7 @@ checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" dependencies = [ "futures-util", "http 1.2.0", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "log", "rustls 0.22.4", @@ -1794,7 +1794,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "pin-project-lite", "tokio", @@ -1809,7 +1809,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "native-tls", "tokio", @@ -1828,7 +1828,7 @@ dependencies = [ "futures-util", "http 1.2.0", "http-body 1.0.0", - "hyper 1.5.2", + "hyper 1.6.0", "pin-project-lite", "socket2", "tokio", @@ -3665,7 +3665,7 @@ dependencies = [ "http 1.2.0", "http-body 1.0.0", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-rustls", "hyper-tls", "hyper-util", @@ -3725,7 +3725,7 @@ dependencies = [ "futures", "getrandom 0.2.12", "http 1.2.0", - "hyper 1.5.2", + "hyper 1.6.0", "parking_lot 0.11.2", "reqwest", "reqwest-middleware", @@ -4745,7 +4745,7 @@ dependencies = [ "http 1.2.0", "http-body 1.0.0", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-timeout", "hyper-util", "percent-encoding", @@ -5629,7 +5629,7 @@ dependencies = [ "futures", "http 1.2.0", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "log", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index e58446a6..6585c80d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ reqwest = { version = "0.12.4", features = [ ] } reqwest-middleware = "0.4" rcgen = { version = "0.12.1", features = ["x509-parser"] } -hyper = { version = "1.5", features = ["full"] } +hyper = { version = "1.6", features = ["full"] } hyper-util = { version = "0.1.10", features = [ "client", "client-legacy",