diff --git a/Cargo.lock b/Cargo.lock index 17eb2b73..8048a1a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -540,7 +540,7 @@ dependencies = [ "rand_chacha 0.3.1", "rayon", "regex", - "reqwest 0.11.10", + "reqwest", "rust_decimal", "rust_decimal_macros", "serde", @@ -2321,7 +2321,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", @@ -2471,22 +2471,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" @@ -2512,19 +2496,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" @@ -2575,7 +2546,7 @@ dependencies = [ "rand_core 0.6.3", "rayon", "regex", - "reqwest 0.10.10", + "reqwest", "serde", "serde_json", "serde_yaml", @@ -2874,7 +2845,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rayon", - "reqwest 0.11.10", + "reqwest", "rpassword", "serde", "serde_derive", @@ -2936,7 +2907,7 @@ dependencies = [ "rand_chacha 0.3.1", "rand_core 0.6.3", "regex", - "reqwest 0.11.10", + "reqwest", "semver", "serde", "serde_derive", @@ -2995,7 +2966,7 @@ dependencies = [ "rand_chacha 0.3.1", "rand_core 0.6.3", "regex", - "reqwest 0.11.10", + "reqwest", "rstest", "serde", "serde_derive", @@ -3064,7 +3035,7 @@ dependencies = [ "rand_chacha 0.3.1", "rand_core 0.6.3", "rayon", - "reqwest 0.11.10", + "reqwest", "semver", "serde", "serde_derive", @@ -3278,7 +3249,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", @@ -4808,7 +4779,7 @@ dependencies = [ "libmath", "mainnet-tools", "regex", - "reqwest 0.10.10", + "reqwest", "serde", "serde_json", "serde_yaml", @@ -4836,7 +4807,7 @@ dependencies = [ "jormungandr-integration-tests", "jormungandr-lib", "jortestkit", - "reqwest 0.10.10", + "reqwest", "serde", "serde_json", "serde_yaml", @@ -4859,46 +4830,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" @@ -4914,8 +4845,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", @@ -4936,8 +4867,8 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots 0.22.3", - "winreg 0.10.1", + "webpki-roots", + "winreg", ] [[package]] @@ -5064,19 +4995,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" @@ -5553,7 +5471,7 @@ dependencies = [ "hex", "jormungandr-lib", "proptest 1.0.0 (git+https://github.com/input-output-hk/proptest?branch=master)", - "reqwest 0.11.10", + "reqwest", "rust_decimal", "rust_decimal_macros", "serde", @@ -5593,7 +5511,7 @@ dependencies = [ "jormungandr-lib", "jortestkit", "mainnet-tools", - "reqwest 0.10.10", + "reqwest", "serde", "serde_json", "serde_yaml", @@ -6111,7 +6029,6 @@ dependencies = [ "lazy_static", "memchr", "mio 0.6.23", - "num_cpus", "pin-project-lite 0.1.12", "slab", ] @@ -6166,18 +6083,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" @@ -6211,16 +6116,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" @@ -6683,7 +6578,7 @@ dependencies = [ "jormungandr-lib", "jortestkit", "regex", - "reqwest 0.10.10", + "reqwest", "serde", "serde_json", "structopt", @@ -6789,7 +6684,7 @@ dependencies = [ "quickcheck_macros", "rand 0.7.3", "rand_core 0.5.1", - "reqwest 0.11.10", + "reqwest", "serde", "serde_json", "snapshot-lib", @@ -6846,7 +6741,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", @@ -6997,7 +6892,7 @@ checksum = "ddb4e2b0778508ed42fb55ec8ea09d49053f41f377c53fe6c022ae40f55846d5" dependencies = [ "hyper 0.14.19", "lazy_static", - "reqwest 0.11.10", + "reqwest", "thiserror", "unicase", "warp", @@ -7028,8 +6923,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", ] @@ -7119,15 +7012,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" @@ -7240,15 +7124,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 e0ccabe5..975a62cd 100644 --- a/iapyx/Cargo.toml +++ b/iapyx/Cargo.toml @@ -57,6 +57,6 @@ cocoon = { git = "https://github.com/dkijania/cocoon.git" } vit-servicing-station-lib = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "master" } [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 2b818160..4b3819f3 100644 --- a/registration-service/Cargo.toml +++ b/registration-service/Cargo.toml @@ -33,6 +33,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 f882f4b9..a278758c 100644 --- a/snapshot-trigger-service/Cargo.toml +++ b/snapshot-trigger-service/Cargo.toml @@ -28,6 +28,6 @@ signals-handler = { path = "../signals-handler" } mainnet-tools = { path = "../mainnet-tools"} [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 52f523fb..4ac7c615 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"]