diff --git a/Cargo.lock b/Cargo.lock index 90b49d12..f5b0f914 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -536,6 +536,17 @@ dependencies = [ "itoa", ] +[[package]] +name = "http" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + [[package]] name = "http-body" version = "0.4.5" @@ -543,10 +554,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", - "http", + "http 0.2.11", "pin-project-lite", ] +[[package]] +name = "http-body" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" +dependencies = [ + "bytes", + "http 1.1.0", +] + [[package]] name = "httparse" version = "1.9.4" @@ -575,8 +596,8 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "http", - "http-body", + "http 0.2.11", + "http-body 0.4.5", "httparse", "httpdate", "itoa", @@ -588,13 +609,25 @@ dependencies = [ "want", ] +[[package]] +name = "hyper" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +dependencies = [ + "bytes", + "http 1.1.0", + "http-body 1.0.1", + "tokio", +] + [[package]] name = "hyper-tungstenite" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7cc7dcb1ab67cd336f468a12491765672e61a3b6b148634dbfe2fe8acd3fe7d9" dependencies = [ - "hyper", + "hyper 0.14.31", "pin-project-lite", "tokio", "tokio-tungstenite", @@ -609,7 +642,7 @@ checksum = "0fafdf7b2b2de7c9784f76e02c0935e65a8117ec3b768644379983ab333ac98c" dependencies = [ "futures-util", "hex", - "hyper", + "hyper 0.14.31", "pin-project", "tokio", ] @@ -696,7 +729,7 @@ dependencies = [ "hex-literal", "hexplay", "hidapi", - "hyper", + "hyper 1.5.0", "hyperlocal", "lazy_static", "log", @@ -732,7 +765,7 @@ dependencies = [ "futures", "futures-sink", "futures-util", - "hyper", + "hyper 1.5.0", "hyper-tungstenite", "hyperlocal", "lazy_static", @@ -995,8 +1028,8 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "496c1d3718081c45ba9c31fbfc07417900aa96f4070ff90dc29961836b7a9945" dependencies = [ - "http", - "hyper", + "http 0.2.11", + "hyper 0.14.31", "lazy_static", "percent-encoding", "regex", @@ -1008,7 +1041,7 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe0ff8f64c3f61d9c0192e03191371d41ad6558ba58f347a598ac475b3ee1304" dependencies = [ - "hyper", + "hyper 0.14.31", "routerify", "url", ] @@ -1019,7 +1052,7 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "594688a9598d2feed4f50b219eedce4c9aaf419c7c0bc484cf350eeedbb05c41" dependencies = [ - "hyper", + "hyper 0.14.31", "hyperlocal", "routerify", "tokio", @@ -1411,7 +1444,7 @@ dependencies = [ "byteorder", "bytes", "data-encoding", - "http", + "http 0.2.11", "httparse", "log", "rand", diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index e5526e33..5b6053e4 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -23,7 +23,7 @@ env_logger = "0.10.2" futures = "0.3.31" futures-sink = "0.3.31" futures-util = "0.3.31" -hyper = "0.14.31" +hyper = "1.5.0" hyper-tungstenite = "0.11.1" lazy_static = "1.5.0" log = "0.4.22" diff --git a/minidsp/Cargo.toml b/minidsp/Cargo.toml index 561df0e4..26056253 100644 --- a/minidsp/Cargo.toml +++ b/minidsp/Cargo.toml @@ -22,7 +22,7 @@ futures-sink = "0.3.31" futures-util = "0.3.31" hex = "0.4.3" hexplay = "0.3.0" -hyper = "0.14.31" +hyper = "1.5.0" lazy_static = "1.5.0" log = "0.4.22" minidsp-protocol = { path = "../protocol", version = "0.1.12", default-features = false, features = [