From da25dfbb2ccfaa0aa0eaa3cb067b4dc936acad33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 07:23:57 +0000 Subject: [PATCH] Bump reqwest from 0.10.9 to 0.11.2 in /oak_loader Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.9 to 0.11.2. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.10.9...v0.11.2) Signed-off-by: dependabot[bot] --- oak_loader/Cargo.lock | 135 +++++++----------------------------------- 1 file changed, 21 insertions(+), 114 deletions(-) diff --git a/oak_loader/Cargo.lock b/oak_loader/Cargo.lock index 11012b02151..cf4f5408b6a 100644 --- a/oak_loader/Cargo.lock +++ b/oak_loader/Cargo.lock @@ -274,12 +274,6 @@ version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" -[[package]] -name = "bytes" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0dcbc35f504eb6fc275a6d20e4ebcda18cf50d40ba6fabff8c711fa16cb3b16" - [[package]] name = "bytes" version = "1.0.1" @@ -384,16 +378,6 @@ dependencies = [ "dbl", ] -[[package]] -name = "console_error_panic_hook" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211" -dependencies = [ - "cfg-if 0.1.10", - "wasm-bindgen", -] - [[package]] name = "const-oid" version = "0.4.0" @@ -503,15 +487,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "ct-logs" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c8e13110a84b6315df212c045be706af261fd364791cad863285439ebba672e" -dependencies = [ - "sct", -] - [[package]] name = "ct-logs" version = "0.8.0" @@ -1076,31 +1051,13 @@ dependencies = [ "want", ] -[[package]] -name = "hyper-rustls" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6" -dependencies = [ - "bytes 0.5.6", - "ct-logs 0.7.0", - "futures-util", - "hyper 0.13.9", - "log", - "rustls 0.18.1", - "tokio 0.2.23", - "tokio-rustls 0.14.1", - "webpki", - "webpki-roots", -] - [[package]] name = "hyper-rustls" version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64" dependencies = [ - "ct-logs 0.8.0", + "ct-logs", "futures-util", "hyper 0.14.4", "log", @@ -1109,6 +1066,7 @@ dependencies = [ "tokio 1.2.0", "tokio-rustls 0.22.0", "webpki", + "webpki-roots", ] [[package]] @@ -1289,16 +1247,6 @@ version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" -[[package]] -name = "mime_guess" -version = "2.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212" -dependencies = [ - "mime", - "unicase", -] - [[package]] name = "mio" version = "0.6.22" @@ -1512,7 +1460,7 @@ dependencies = [ "oak_sign", "openssl", "prost", - "rustls 0.18.1", + "rustls 0.19.0", "serde", "signal-hook", "structopt", @@ -1547,14 +1495,14 @@ dependencies = [ "anyhow", "base64 0.13.0", "byteorder", - "bytes 0.6.0", + "bytes 1.0.1", "chrono", "futures-core", "futures-util", "hex", "http", - "hyper 0.13.9", - "hyper-rustls 0.21.0", + "hyper 0.14.4", + "hyper-rustls", "itertools", "jsonwebtoken", "lazy_static", @@ -1573,7 +1521,7 @@ dependencies = [ "regex", "reqwest", "roughenough", - "rustls 0.18.1", + "rustls 0.19.0", "serde", "serde_json", "sha2", @@ -1587,7 +1535,7 @@ dependencies = [ "tink-proto", "tink-signature", "tokio 0.2.23", - "tokio-rustls 0.14.1", + "tokio-rustls 0.22.0", "tonic", "wasmi", ] @@ -2093,36 +2041,34 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.10.9" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb15d6255c792356a0f578d8a645c677904dc02e862bebe2ecc18e0c01b9a0ce" +checksum = "bf12057f289428dbf5c591c74bf10392e4a8003f993405a902f20117019022d4" dependencies = [ "base64 0.13.0", - "bytes 0.5.6", + "bytes 1.0.1", "encoding_rs", "futures-core", "futures-util", "http", - "http-body 0.3.1", - "hyper 0.13.9", - "hyper-rustls 0.21.0", + "http-body 0.4.0", + "hyper 0.14.4", + "hyper-rustls", "ipnet", "js-sys", "lazy_static", "log", "mime", - "mime_guess", "percent-encoding", "pin-project-lite 0.2.4", - "rustls 0.18.1", + "rustls 0.19.0", "serde", "serde_urlencoded", - "tokio 0.2.23", - "tokio-rustls 0.14.1", + "tokio 1.2.0", + "tokio-rustls 0.22.0", "url", "wasm-bindgen", "wasm-bindgen-futures", - "wasm-bindgen-test", "web-sys", "webpki-roots", "winreg", @@ -2315,12 +2261,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "scoped-tls" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" - [[package]] name = "scopeguard" version = "1.1.0" @@ -2837,7 +2777,7 @@ dependencies = [ "futures", "http", "hyper 0.14.4", - "hyper-rustls 0.22.1", + "hyper-rustls", "percent-encoding", "serde", "serde_json", @@ -3324,15 +3264,6 @@ version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" -[[package]] -name = "unicase" -version = "2.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" -dependencies = [ - "version_check", -] - [[package]] name = "unicode-bidi" version = "0.3.4" @@ -3505,30 +3436,6 @@ version = "0.2.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307" -[[package]] -name = "wasm-bindgen-test" -version = "0.3.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34d1cdc8b98a557f24733d50a1199c4b0635e465eecba9c45b214544da197f64" -dependencies = [ - "console_error_panic_hook", - "js-sys", - "scoped-tls", - "wasm-bindgen", - "wasm-bindgen-futures", - "wasm-bindgen-test-macro", -] - -[[package]] -name = "wasm-bindgen-test-macro" -version = "0.3.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8fb9c67be7439ee8ab1b7db502a49c05e51e2835b66796c705134d9b8e1a585" -dependencies = [ - "proc-macro2", - "quote", -] - [[package]] name = "wasmi" version = "0.7.0" @@ -3575,9 +3482,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f" +checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376" dependencies = [ "webpki", ] @@ -3676,7 +3583,7 @@ dependencies = [ "futures", "http", "hyper 0.14.4", - "hyper-rustls 0.22.1", + "hyper-rustls", "log", "percent-encoding", "rustls 0.19.0",