diff --git a/Cargo.lock b/Cargo.lock index 78c6aeb0..951723cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -551,7 +551,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "regex", - "reqwest 0.11.10", + "reqwest", "rust_decimal", "serde", "serde_json", @@ -2274,7 +2274,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", @@ -2415,22 +2415,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" @@ -2506,7 +2490,7 @@ dependencies = [ "rand_core 0.6.3", "rayon", "regex", - "reqwest 0.10.10", + "reqwest", "serde", "serde_json", "serde_yaml", @@ -2755,7 +2739,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rayon", - "reqwest 0.11.10", + "reqwest", "rpassword", "serde", "serde_derive", @@ -2807,7 +2791,7 @@ dependencies = [ "rand_chacha 0.3.1", "rand_core 0.6.3", "regex", - "reqwest 0.11.10", + "reqwest", "semver", "serde", "serde_derive", @@ -2866,7 +2850,7 @@ dependencies = [ "rand_chacha 0.3.1", "rand_core 0.6.3", "regex", - "reqwest 0.11.10", + "reqwest", "rstest", "serde", "serde_derive", @@ -2935,7 +2919,7 @@ dependencies = [ "rand_chacha 0.3.1", "rand_core 0.6.3", "rayon", - "reqwest 0.11.10", + "reqwest", "semver", "serde", "serde_derive", @@ -3152,7 +3136,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", @@ -4460,7 +4444,7 @@ dependencies = [ "jormungandr-integration-tests", "jortestkit", "regex", - "reqwest 0.10.10", + "reqwest", "serde", "serde_json", "serde_yaml", @@ -4487,7 +4471,7 @@ dependencies = [ "jormungandr-integration-tests", "jormungandr-lib", "jortestkit", - "reqwest 0.10.10", + "reqwest", "serde", "serde_json", "serde_yaml", @@ -4510,43 +4494,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", - "ipnet", - "js-sys", - "lazy_static", - "log", - "mime", - "mime_guess", - "percent-encoding", - "pin-project-lite 0.2.8", - "rustls 0.18.1", - "serde", - "serde_json", - "serde_urlencoded", - "tokio 0.2.25", - "tokio-rustls 0.14.1", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", - "webpki-roots 0.20.0", - "winreg 0.7.0", -] - [[package]] name = "reqwest" version = "0.11.10" @@ -4562,7 +4509,7 @@ dependencies = [ "http", "http-body 0.4.4", "hyper 0.14.18", - "hyper-rustls 0.23.0", + "hyper-rustls", "hyper-tls", "ipnet", "js-sys", @@ -4584,8 +4531,8 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots 0.22.2", - "winreg 0.10.1", + "webpki-roots", + "winreg", ] [[package]] @@ -4688,19 +4635,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" @@ -5149,7 +5083,7 @@ dependencies = [ "futures", "jormungandr-lib", "jortestkit", - "reqwest 0.10.10", + "reqwest", "serde", "serde_json", "serde_yaml", @@ -5678,7 +5612,6 @@ dependencies = [ "lazy_static", "memchr", "mio 0.6.23", - "num_cpus", "pin-project-lite 0.1.12", "slab", ] @@ -5733,18 +5666,6 @@ dependencies = [ "tokio 1.17.0", ] -[[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" @@ -6236,7 +6157,7 @@ dependencies = [ "jormungandr-lib", "jortestkit", "regex", - "reqwest 0.10.10", + "reqwest", "serde", "serde_json", "structopt", @@ -6368,7 +6289,7 @@ dependencies = [ "quickcheck_macros", "rand 0.7.3", "rand_core 0.5.1", - "reqwest 0.11.10", + "reqwest", "serde", "serde_json", "structopt", @@ -6420,7 +6341,7 @@ dependencies = [ "rand_chacha 0.3.1", "rand_core 0.6.3", "regex", - "reqwest 0.10.10", + "reqwest", "rustls 0.20.4", "rustls-pemfile 0.2.1", "serde", @@ -6570,7 +6491,7 @@ checksum = "ddb4e2b0778508ed42fb55ec8ea09d49053f41f377c53fe6c022ae40f55846d5" dependencies = [ "hyper 0.14.18", "lazy_static", - "reqwest 0.11.10", + "reqwest", "thiserror", "unicase", "warp", @@ -6601,8 +6522,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06" dependencies = [ "cfg-if 1.0.0", - "serde", - "serde_json", "wasm-bindgen-macro", ] @@ -6692,15 +6611,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.2" @@ -6782,15 +6692,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" -[[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 c4488715..d7070645 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 b1ae5edf..3baf6615 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 0333e981..cf59c5cd 100644 --- a/registration-verify-service/Cargo.toml +++ b/registration-verify-service/Cargo.toml @@ -29,6 +29,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 bce469d1..5420162e 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 e55eac01..d9b5fdff 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 3c20ea64..2f88a86c 100644 --- a/vitup/Cargo.toml +++ b/vitup/Cargo.toml @@ -73,6 +73,6 @@ quickcheck = "0.9" quickcheck_macros = "0.9" [dependencies.reqwest] -version = "0.10.10" +version = "0.11.10" default-features = false features = ["blocking", "rustls-tls", "json"]