From d672ca5d055a8e3e921d81564af7b77b6844fc42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 12:44:02 +0000 Subject: [PATCH] Bump reqwest from 0.10.10 to 0.11.10 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.10 to 0.11.10. - [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.10...v0.11.10) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 163 +++---------------------- iapyx/Cargo.toml | 2 +- registration-service/Cargo.toml | 2 +- registration-verify-service/Cargo.toml | 2 +- snapshot-trigger-service/Cargo.toml | 2 +- valgrind/Cargo.toml | 2 +- vitup/Cargo.toml | 4 +- 7 files changed, 26 insertions(+), 151 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 708b24ee..b88c191f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -548,7 +548,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "regex", - "reqwest 0.11.10", + "reqwest", "rust_decimal", "rust_decimal_macros", "serde", @@ -2305,7 +2305,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.3", - "reqwest 0.11.10", + "reqwest", "serde", "serde_derive", "serde_json", @@ -2455,22 +2455,6 @@ 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", - "futures-util", - "hyper 0.13.10", - "log", - "rustls 0.18.1", - "tokio 0.2.25", - "tokio-rustls 0.14.1", - "webpki 0.21.4", -] - [[package]] name = "hyper-rustls" version = "0.23.0" @@ -2496,19 +2480,6 @@ dependencies = [ "tokio-io-timeout", ] -[[package]] -name = "hyper-tls" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed" -dependencies = [ - "bytes 0.5.6", - "hyper 0.13.10", - "native-tls", - "tokio 0.2.25", - "tokio-tls", -] - [[package]] name = "hyper-tls" version = "0.5.0" @@ -2559,7 +2530,7 @@ dependencies = [ "rand_core 0.6.3", "rayon", "regex", - "reqwest 0.10.10", + "reqwest", "serde", "serde_json", "serde_yaml", @@ -2849,7 +2820,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rayon", - "reqwest 0.11.10", + "reqwest", "rpassword", "serde", "serde_derive", @@ -2910,7 +2881,7 @@ dependencies = [ "rand_chacha 0.3.1", "rand_core 0.6.3", "regex", - "reqwest 0.11.10", + "reqwest", "semver", "serde", "serde_derive", @@ -2969,7 +2940,7 @@ dependencies = [ "rand_chacha 0.3.1", "rand_core 0.6.3", "regex", - "reqwest 0.11.10", + "reqwest", "rstest", "serde", "serde_derive", @@ -3038,7 +3009,7 @@ dependencies = [ "rand_chacha 0.3.1", "rand_core 0.6.3", "rayon", - "reqwest 0.11.10", + "reqwest", "semver", "serde", "serde_derive", @@ -3252,7 +3223,7 @@ dependencies = [ "parity-multiaddr 0.11.2", "rand 0.8.5", "rand_core 0.6.3", - "reqwest 0.11.10", + "reqwest", "serde", "serde_yaml", "structopt", @@ -4727,7 +4698,7 @@ dependencies = [ "jormungandr-integration-tests", "jortestkit", "regex", - "reqwest 0.10.10", + "reqwest", "serde", "serde_json", "serde_yaml", @@ -4755,7 +4726,7 @@ dependencies = [ "jormungandr-integration-tests", "jormungandr-lib", "jortestkit", - "reqwest 0.10.10", + "reqwest", "serde", "serde_json", "serde_yaml", @@ -4778,46 +4749,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "reqwest" -version = "0.10.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c" -dependencies = [ - "base64 0.13.0", - "bytes 0.5.6", - "encoding_rs", - "futures-core", - "futures-util", - "http", - "http-body 0.3.1", - "hyper 0.13.10", - "hyper-rustls 0.21.0", - "hyper-tls 0.4.3", - "ipnet", - "js-sys", - "lazy_static", - "log", - "mime", - "mime_guess", - "native-tls", - "percent-encoding", - "pin-project-lite 0.2.9", - "rustls 0.18.1", - "serde", - "serde_json", - "serde_urlencoded", - "tokio 0.2.25", - "tokio-rustls 0.14.1", - "tokio-tls", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", - "webpki-roots 0.20.0", - "winreg 0.7.0", -] - [[package]] name = "reqwest" version = "0.11.10" @@ -4833,8 +4764,8 @@ dependencies = [ "http", "http-body 0.4.5", "hyper 0.14.19", - "hyper-rustls 0.23.0", - "hyper-tls 0.5.0", + "hyper-rustls", + "hyper-tls", "ipnet", "js-sys", "lazy_static", @@ -4855,8 +4786,8 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots 0.22.3", - "winreg 0.10.1", + "webpki-roots", + "winreg", ] [[package]] @@ -4969,19 +4900,6 @@ dependencies = [ "semver", ] -[[package]] -name = "rustls" -version = "0.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81" -dependencies = [ - "base64 0.12.3", - "log", - "ring", - "sct 0.6.1", - "webpki 0.21.4", -] - [[package]] name = "rustls" version = "0.19.1" @@ -5463,7 +5381,7 @@ dependencies = [ "futures", "jormungandr-lib", "jortestkit", - "reqwest 0.10.10", + "reqwest", "serde", "serde_json", "serde_yaml", @@ -5957,7 +5875,6 @@ dependencies = [ "lazy_static", "memchr", "mio 0.6.23", - "num_cpus", "pin-project-lite 0.1.12", "slab", ] @@ -6012,18 +5929,6 @@ dependencies = [ "tokio 1.19.2", ] -[[package]] -name = "tokio-rustls" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a" -dependencies = [ - "futures-core", - "rustls 0.18.1", - "tokio 0.2.25", - "webpki 0.21.4", -] - [[package]] name = "tokio-rustls" version = "0.22.0" @@ -6057,16 +5962,6 @@ dependencies = [ "tokio 1.19.2", ] -[[package]] -name = "tokio-tls" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" -dependencies = [ - "native-tls", - "tokio 0.2.25", -] - [[package]] name = "tokio-tungstenite" version = "0.15.0" @@ -6529,7 +6424,7 @@ dependencies = [ "jormungandr-lib", "jortestkit", "regex", - "reqwest 0.10.10", + "reqwest", "serde", "serde_json", "structopt", @@ -6636,7 +6531,7 @@ dependencies = [ "quickcheck_macros", "rand 0.7.3", "rand_core 0.5.1", - "reqwest 0.11.10", + "reqwest", "serde", "serde_json", "structopt", @@ -6692,7 +6587,7 @@ dependencies = [ "rand_chacha 0.3.1", "rand_core 0.6.3", "regex", - "reqwest 0.10.10", + "reqwest", "rustls 0.20.6", "rustls-pemfile 0.2.1", "serde", @@ -6852,7 +6747,7 @@ checksum = "ddb4e2b0778508ed42fb55ec8ea09d49053f41f377c53fe6c022ae40f55846d5" dependencies = [ "hyper 0.14.19", "lazy_static", - "reqwest 0.11.10", + "reqwest", "thiserror", "unicase", "warp", @@ -6883,8 +6778,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad" dependencies = [ "cfg-if 1.0.0", - "serde", - "serde_json", "wasm-bindgen-macro", ] @@ -6974,15 +6867,6 @@ dependencies = [ "untrusted", ] -[[package]] -name = "webpki-roots" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f" -dependencies = [ - "webpki 0.21.4", -] - [[package]] name = "webpki-roots" version = "0.22.3" @@ -7095,15 +6979,6 @@ version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" -[[package]] -name = "winreg" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" -dependencies = [ - "winapi 0.3.9", -] - [[package]] name = "winreg" version = "0.10.1" diff --git a/iapyx/Cargo.toml b/iapyx/Cargo.toml index 5609d17e..6283da79 100644 --- a/iapyx/Cargo.toml +++ b/iapyx/Cargo.toml @@ -55,6 +55,6 @@ bincode = "1.3.3" cocoon = { git = "https://github.com/dkijania/cocoon.git" } [dependencies.reqwest] -version = "0.10.6" +version = "0.11.10" default-features = false features = ["blocking","rustls-tls"] diff --git a/registration-service/Cargo.toml b/registration-service/Cargo.toml index 27626031..0baa33ee 100644 --- a/registration-service/Cargo.toml +++ b/registration-service/Cargo.toml @@ -26,6 +26,6 @@ signals-handler = { path = "../signals-handler" } regex = "1.5.4" [dependencies.reqwest] -version = "0.10.10" +version = "0.11.10" default-features = false features = ["blocking", "rustls-tls", "json"] diff --git a/registration-verify-service/Cargo.toml b/registration-verify-service/Cargo.toml index fe2332f3..64728178 100644 --- a/registration-verify-service/Cargo.toml +++ b/registration-verify-service/Cargo.toml @@ -30,6 +30,6 @@ serde_yaml = "0.8" signals-handler = { path = "../signals-handler" } [dependencies.reqwest] -version = "0.10.10" +version = "0.11.10" default-features = false features = ["blocking", "rustls-tls"] diff --git a/snapshot-trigger-service/Cargo.toml b/snapshot-trigger-service/Cargo.toml index 60085dc8..509a916d 100644 --- a/snapshot-trigger-service/Cargo.toml +++ b/snapshot-trigger-service/Cargo.toml @@ -25,6 +25,6 @@ serde_yaml = "0.8" signals-handler = { path = "../signals-handler" } [dependencies.reqwest] -version = "0.10.10" +version = "0.11.10" default-features = false features = ["blocking", "rustls-tls","json"] diff --git a/valgrind/Cargo.toml b/valgrind/Cargo.toml index 6f2c2780..548a7098 100644 --- a/valgrind/Cargo.toml +++ b/valgrind/Cargo.toml @@ -34,7 +34,7 @@ chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch url = "2.2.2" [dependencies.reqwest] -version = "0.10.10" +version = "0.11.10" default-features = false features = ["blocking", "rustls-tls", "json"] diff --git a/vitup/Cargo.toml b/vitup/Cargo.toml index 024e4c22..0ad2dc85 100644 --- a/vitup/Cargo.toml +++ b/vitup/Cargo.toml @@ -78,11 +78,11 @@ assert_fs ="1.0" assert_cmd = "1.0" [dependencies.reqwest] -version = "0.10.10" +version = "0.11.10" default-features = false features = ["blocking", "rustls-tls", "json"] [dev-dependencies.reqwest] -version = "0.10.10" +version = "0.11.10" default-features = false features = ["blocking", "rustls-tls","native-tls", "json"]