From 6b7c7ed8b1f225d5f889b657b453e325cc14195d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:55:01 +0000 Subject: [PATCH] Bump hyper from 0.13.10 to 0.14.10 Bumps [hyper](https://github.com/hyperium/hyper) from 0.13.10 to 0.14.10. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.13.10...v0.14.10) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 80 ++++++++++++++++++++++++++++++++++++---------- api/Cargo.toml | 2 +- servers/Cargo.toml | 2 +- 3 files changed, 66 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54ae6824b..872484281 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -953,7 +953,7 @@ dependencies = [ "grin_store", "grin_util", "http", - "hyper", + "hyper 0.14.10", "hyper-rustls", "hyper-timeout", "lazy_static", @@ -964,7 +964,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "tokio", + "tokio 0.2.25", "tokio-rustls", "url", ] @@ -1130,7 +1130,7 @@ dependencies = [ "grin_store", "grin_util", "http", - "hyper", + "hyper 0.14.10", "hyper-rustls", "lmdb-zero", "log", @@ -1138,7 +1138,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "tokio", + "tokio 0.2.25", "tokio-util 0.2.0", "walkdir", ] @@ -1200,7 +1200,7 @@ dependencies = [ "http", "indexmap", "slab", - "tokio", + "tokio 0.2.25", "tokio-util 0.3.1", "tracing", "tracing-futures", @@ -1261,6 +1261,17 @@ dependencies = [ "http", ] +[[package]] +name = "http-body" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" +dependencies = [ + "bytes 1.1.0", + "http", + "pin-project-lite 0.2.8", +] + [[package]] name = "httparse" version = "1.6.0" @@ -1273,6 +1284,12 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" +[[package]] +name = "httpdate" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" + [[package]] name = "humansize" version = "1.1.1" @@ -1306,13 +1323,35 @@ dependencies = [ "futures-util", "h2", "http", - "http-body", + "http-body 0.3.1", "httparse", - "httpdate", + "httpdate 0.3.2", "itoa 0.4.8", "pin-project", "socket2", - "tokio", + "tokio 0.2.25", + "tower-service", + "tracing", + "want", +] + +[[package]] +name = "hyper" +version = "0.14.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7728a72c4c7d72665fde02204bcbd93b247721025b222ef78606f14513e0fd03" +dependencies = [ + "bytes 1.1.0", + "futures-channel", + "futures-core", + "futures-util", + "http", + "http-body 0.4.5", + "httparse", + "httpdate 1.0.2", + "itoa 0.4.8", + "pin-project-lite 0.2.8", + "tokio 1.19.2", "tower-service", "tracing", "want", @@ -1327,11 +1366,11 @@ dependencies = [ "bytes 0.5.6", "ct-logs", "futures-util", - "hyper", + "hyper 0.13.10", "log", "rustls", "rustls-native-certs", - "tokio", + "tokio 0.2.25", "tokio-rustls", "webpki", ] @@ -1343,8 +1382,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d1f9b0b8258e3ef8f45928021d3ef14096c2b93b99e4b8cfcabf1f58ec84b0a" dependencies = [ "bytes 0.5.6", - "hyper", - "tokio", + "hyper 0.13.10", + "tokio 0.2.25", "tokio-io-timeout", ] @@ -2773,6 +2812,15 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "tokio" +version = "1.19.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" +dependencies = [ + "pin-project-lite 0.2.8", +] + [[package]] name = "tokio-io-timeout" version = "0.4.0" @@ -2780,7 +2828,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9390a43272c8a6ac912ed1d1e2b6abeafd5047e05530a2fa304deee041a06215" dependencies = [ "bytes 0.5.6", - "tokio", + "tokio 0.2.25", ] [[package]] @@ -2802,7 +2850,7 @@ checksum = "15cb62a0d2770787abc96e99c1cd98fcf17f94959f3af63ca85bdfb203f051b4" dependencies = [ "futures-core", "rustls", - "tokio", + "tokio 0.2.25", "webpki", ] @@ -2817,7 +2865,7 @@ dependencies = [ "futures-sink", "log", "pin-project-lite 0.1.12", - "tokio", + "tokio 0.2.25", ] [[package]] @@ -2831,7 +2879,7 @@ dependencies = [ "futures-sink", "log", "pin-project-lite 0.1.12", - "tokio", + "tokio 0.2.25", ] [[package]] diff --git a/api/Cargo.toml b/api/Cargo.toml index df8b9c0f8..847dbab23 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" easy-jsonrpc-mw = "0.5.4" failure = "0.1.1" failure_derive = "0.1.1" -hyper = "0.13" +hyper = "0.14" lazy_static = "1" regex = "1" ring = "0.16" diff --git a/servers/Cargo.toml b/servers/Cargo.toml index 08b60b025..9dc5e3265 100644 --- a/servers/Cargo.toml +++ b/servers/Cargo.toml @@ -10,7 +10,7 @@ workspace = ".." edition = "2018" [dependencies] -hyper = "0.13" +hyper = "0.14" hyper-rustls = "0.20" fs2 = "0.4" futures = "0.3"