From 08fa3a423ca9207b03e41330fe6cfc00ebb4f1c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Jan 2021 21:10:36 +0000 Subject: [PATCH] chore(deps): bump hyper-openssl from 0.8.1 to 0.9.1 Bumps [hyper-openssl](https://github.com/sfackler/hyper-openssl) from 0.8.1 to 0.9.1. - [Release notes](https://github.com/sfackler/hyper-openssl/releases) - [Changelog](https://github.com/sfackler/hyper-openssl/blob/master/CHANGELOG.md) - [Commits](https://github.com/sfackler/hyper-openssl/compare/0.8.1...0.9.1) Signed-off-by: dependabot[bot] --- Cargo.lock | 176 +++++++++++++++++++++++++++++++++++------------------ Cargo.toml | 2 +- 2 files changed, 117 insertions(+), 61 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 291d91161da3f..bc980cdbfd775 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,12 +73,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "antidote" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5" - [[package]] name = "anyhow" version = "1.0.37" @@ -161,7 +155,7 @@ dependencies = [ "futures-core", "memchr", "pin-project-lite 0.2.0", - "tokio", + "tokio 0.2.24", "zstd", "zstd-safe", ] @@ -648,7 +642,7 @@ dependencies = [ "futures-util", "hex", "http", - "hyper", + "hyper 0.13.9", "hyper-rustls", "hyper-unix-connector", "log", @@ -661,7 +655,7 @@ dependencies = [ "serde_json", "serde_urlencoded 0.6.1", "thiserror", - "tokio", + "tokio 0.2.24", "tokio-util", "url", "webpki-roots 0.20.0", @@ -761,6 +755,12 @@ dependencies = [ "serde", ] +[[package]] +name = "bytes" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad1f8e949d755f9d79112b5bb46938e0ef9d3804a0b16dfab13aafcaa5f0fa72" + [[package]] name = "bytesize" version = "1.0.1" @@ -1905,7 +1905,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "tokio", + "tokio 0.2.24", "tracing 0.1.22", "winapi 0.3.9", ] @@ -2302,7 +2302,7 @@ dependencies = [ "simpl", "smpl_jwt", "time 0.2.23", - "tokio", + "tokio 0.2.24", ] [[package]] @@ -2390,7 +2390,7 @@ dependencies = [ "http", "indexmap", "slab", - "tokio", + "tokio 0.2.24", "tokio-util", "tracing 0.1.22", "tracing-futures 0.2.4", @@ -2710,6 +2710,16 @@ dependencies = [ "http", ] +[[package]] +name = "http-body" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994" +dependencies = [ + "bytes 1.0.0", + "http", +] + [[package]] name = "httparse" version = "1.3.4" @@ -2748,13 +2758,36 @@ dependencies = [ "futures-util", "h2", "http", - "http-body", + "http-body 0.3.1", + "httparse", + "httpdate", + "itoa", + "pin-project 1.0.2", + "socket2", + "tokio 0.2.24", + "tower-service", + "tracing 0.1.22", + "want", +] + +[[package]] +name = "hyper" +version = "0.14.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12219dc884514cb4a6a03737f4413c0e01c23a1b059b0156004b23f1e19dccbe" +dependencies = [ + "bytes 1.0.0", + "futures-channel", + "futures-core", + "futures-util", + "http", + "http-body 0.4.0", "httparse", "httpdate", "itoa", "pin-project 1.0.2", "socket2", - "tokio", + "tokio 1.0.1", "tower-service", "tracing 0.1.22", "want", @@ -2762,20 +2795,19 @@ dependencies = [ [[package]] name = "hyper-openssl" -version = "0.8.1" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90705b797966f4774ffbc5e4dbda9e5b95f2a49991a3187f753171cdd7db3c58" +checksum = "a9d52322a69f0a93f177d76ca82073fcec8d5b4eb6e28525d5b3142fa718195c" dependencies = [ - "antidote", - "bytes 0.5.6", "http", - "hyper", + "hyper 0.14.2", "linked_hash_set", "once_cell", "openssl", "openssl-sys", - "tokio", - "tokio-openssl", + "parking_lot 0.11.1", + "tokio 1.0.1", + "tokio-openssl 0.6.0", "tower-layer", ] @@ -2788,11 +2820,11 @@ dependencies = [ "bytes 0.5.6", "ct-logs", "futures-util", - "hyper", + "hyper 0.13.9", "log", "rustls 0.18.1", "rustls-native-certs", - "tokio", + "tokio 0.2.24", "tokio-rustls 0.14.1", "webpki", ] @@ -2804,9 +2836,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed" dependencies = [ "bytes 0.5.6", - "hyper", + "hyper 0.13.9", "native-tls", - "tokio", + "tokio 0.2.24", "tokio-tls", ] @@ -2819,9 +2851,9 @@ dependencies = [ "anyhow", "futures-util", "hex", - "hyper", + "hyper 0.13.9", "pin-project 0.4.27", - "tokio", + "tokio 0.2.24", ] [[package]] @@ -3027,7 +3059,7 @@ dependencies = [ "regex", "reqwest", "serde_json", - "tokio", + "tokio 0.2.24", ] [[package]] @@ -3055,7 +3087,7 @@ dependencies = [ "once_cell", "serde_json", "tempfile", - "tokio", + "tokio 0.2.24", ] [[package]] @@ -3803,7 +3835,7 @@ dependencies = [ "strsim 0.10.0", "take_mut", "time 0.1.44", - "tokio", + "tokio 0.2.24", "tokio-rustls 0.13.1", "trust-dns-proto", "trust-dns-resolver", @@ -4732,7 +4764,7 @@ dependencies = [ "prost-derive", "rand 0.7.3", "regex", - "tokio", + "tokio 0.2.24", "tokio-native-tls", "tokio-util", "url", @@ -5033,7 +5065,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "tokio", + "tokio 0.2.24", ] [[package]] @@ -5196,8 +5228,8 @@ dependencies = [ "futures-core", "futures-util", "http", - "http-body", - "hyper", + "http-body 0.3.1", + "hyper 0.13.9", "hyper-rustls", "hyper-tls", "ipnet", @@ -5213,7 +5245,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded 0.7.0", - "tokio", + "tokio 0.2.24", "tokio-rustls 0.14.1", "tokio-tls", "url", @@ -5304,7 +5336,7 @@ dependencies = [ "flate2", "futures 0.3.8", "http", - "hyper", + "hyper 0.13.9", "hyper-tls", "lazy_static", "log", @@ -5316,7 +5348,7 @@ dependencies = [ "rustc_version", "serde", "serde_json", - "tokio", + "tokio 0.2.24", "xml-rs", ] @@ -5330,13 +5362,13 @@ dependencies = [ "chrono", "dirs", "futures 0.3.8", - "hyper", + "hyper 0.13.9", "pin-project 0.4.27", "regex", "serde", "serde_json", "shlex", - "tokio", + "tokio 0.2.24", "zeroize", ] @@ -5422,7 +5454,7 @@ dependencies = [ "hex", "hmac 0.8.1", "http", - "hyper", + "hyper 0.13.9", "log", "md5", "percent-encoding", @@ -5432,7 +5464,7 @@ dependencies = [ "serde", "sha2 0.9.2", "time 0.2.23", - "tokio", + "tokio 0.2.24", ] [[package]] @@ -6218,7 +6250,7 @@ dependencies = [ "futures-core", "futures-util", "pin-project 0.4.27", - "tokio", + "tokio 0.2.24", ] [[package]] @@ -6563,6 +6595,18 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "tokio" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d258221f566b6c803c7b4714abadc080172b272090cdc5e244a6d4dd13c3a6bd" +dependencies = [ + "autocfg 1.0.1", + "libc", + "mio 0.7.7", + "pin-project-lite 0.2.0", +] + [[package]] name = "tokio-executor" version = "0.1.10" @@ -6602,7 +6646,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd608593a919a8e05a7d1fc6df885e40f6a88d3a70a3a7eff23ff27964eda069" dependencies = [ "native-tls", - "tokio", + "tokio 0.2.24", ] [[package]] @@ -6612,7 +6656,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c4b08c5f4208e699ede3df2520aca2e82401b2de33f45e96696a074480be594" dependencies = [ "openssl", - "tokio", + "tokio 0.2.24", +] + +[[package]] +name = "tokio-openssl" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d0added2aa84460ae186af15395f758b8ed7d3a278a1d94c59d9dd9e036e18f" +dependencies = [ + "futures 0.3.8", + "openssl", + "pin-project 1.0.2", + "tokio 1.0.1", ] [[package]] @@ -6623,7 +6679,7 @@ checksum = "15cb62a0d2770787abc96e99c1cd98fcf17f94959f3af63ca85bdfb203f051b4" dependencies = [ "futures-core", "rustls 0.17.0", - "tokio", + "tokio 0.2.24", "webpki", ] @@ -6635,7 +6691,7 @@ checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a" dependencies = [ "futures-core", "rustls 0.18.1", - "tokio", + "tokio 0.2.24", "webpki", ] @@ -6647,7 +6703,7 @@ checksum = "ed0049c119b6d505c4447f5c64873636c7af6c75ab0d45fd9f618d82acb8016d" dependencies = [ "bytes 0.5.6", "futures-core", - "tokio", + "tokio 0.2.24", ] [[package]] @@ -6669,7 +6725,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" dependencies = [ "native-tls", - "tokio", + "tokio 0.2.24", ] [[package]] @@ -6682,7 +6738,7 @@ dependencies = [ "log", "native-tls", "pin-project 0.4.27", - "tokio", + "tokio 0.2.24", "tokio-native-tls", "tungstenite", ] @@ -6698,7 +6754,7 @@ dependencies = [ "futures-sink", "log", "pin-project-lite 0.1.11", - "tokio", + "tokio 0.2.24", ] [[package]] @@ -6729,7 +6785,7 @@ dependencies = [ "futures-core", "futures-util", "pin-project 0.4.27", - "tokio", + "tokio 0.2.24", "tower-layer", "tower-service", "tracing 0.1.22", @@ -6764,7 +6820,7 @@ checksum = "9ba4bbc2c1e4a8543c30d4c13a4c8314ed72d6e07581910f665aa13fde0153c8" dependencies = [ "futures-util", "pin-project 0.4.27", - "tokio", + "tokio 0.2.24", "tokio-test", "tower-layer", "tower-service", @@ -6944,7 +7000,7 @@ dependencies = [ "rand 0.7.3", "smallvec", "thiserror", - "tokio", + "tokio 0.2.24", "url", ] @@ -6964,7 +7020,7 @@ dependencies = [ "resolv-conf", "smallvec", "thiserror", - "tokio", + "tokio 0.2.24", "trust-dns-proto", ] @@ -7308,7 +7364,7 @@ dependencies = [ "hex", "hostname", "http", - "hyper", + "hyper 0.13.9", "hyper-openssl", "indexmap", "indoc", @@ -7395,8 +7451,8 @@ dependencies = [ "syslog", "syslog_loose", "tempfile", - "tokio", - "tokio-openssl", + "tokio 0.2.24", + "tokio-openssl 0.4.0", "tokio-test", "tokio-util", "tokio01-test", @@ -7433,7 +7489,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "tokio", + "tokio 0.2.24", "tokio-tungstenite", "url", "uuid 0.8.1", @@ -7546,7 +7602,7 @@ dependencies = [ "futures 0.3.8", "headers", "http", - "hyper", + "hyper 0.13.9", "log", "mime", "mime_guess", @@ -7555,7 +7611,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded 0.6.1", - "tokio", + "tokio 0.2.24", "tokio-tungstenite", "tower-service", "tracing 0.1.22", diff --git a/Cargo.toml b/Cargo.toml index 432d9227966a2..6400f3ecf71bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,7 +131,7 @@ regex = "1.3.9" bytes = { version = "0.5.6", features = ["serde"] } stream-cancel = "0.6.2" hyper = "0.13" -hyper-openssl = "0.8" +hyper-openssl = "0.9" openssl = "0.10.32" openssl-probe = "0.1.2" flate2 = "1.0.19"