From 88fda86dcdc367fb795b442ec0d06059333cff20 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 20:48:16 +0000 Subject: [PATCH] Bump quickcheck from 0.9.2 to 1.0.2 Bumps [quickcheck](https://github.com/BurntSushi/quickcheck) from 0.9.2 to 1.0.2. - [Release notes](https://github.com/BurntSushi/quickcheck/releases) - [Commits](https://github.com/BurntSushi/quickcheck/compare/0.9.2...1.0.2) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 123 ++++++++++++++++++++++++------------- jormungandr-lib/Cargo.toml | 2 +- 2 files changed, 82 insertions(+), 43 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb92985fe1..004fba3c6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,7 +307,7 @@ dependencies = [ "hex", "lazy_static", "linked-hash-map", - "rand", + "rand 0.7.3", "serde", "serde_json", ] @@ -479,7 +479,7 @@ dependencies = [ "chain-core", "chain-crypto", "cryptoxide", - "quickcheck", + "quickcheck 0.9.2", ] [[package]] @@ -504,9 +504,9 @@ dependencies = [ "ed25519-dalek", "generic-array 0.14.4", "hex", - "quickcheck", - "rand", - "rand_core", + "quickcheck 0.9.2", + "rand 0.7.3", + "rand_core 0.5.1", "sha2", "typed-bytes", ] @@ -529,10 +529,10 @@ dependencies = [ "hex", "imhamt", "lazy_static", - "quickcheck", + "quickcheck 0.9.2", "quickcheck_macros", "rand_chacha", - "rand_core", + "rand_core 0.5.1", "sparse-array", "strum", "strum_macros", @@ -550,7 +550,7 @@ dependencies = [ "futures 0.3.9", "pin-project 1.0.4", "prost", - "rand_core", + "rand_core 0.5.1", "thiserror", "tonic", "tonic-build", @@ -568,7 +568,7 @@ source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#ad dependencies = [ "criterion", "data-pile", - "rand_core", + "rand_core 0.5.1", "sled", "tempfile", "thiserror", @@ -580,7 +580,7 @@ version = "0.1.0" source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#ad4a499888880e9afc0b0018c3c415e0c4ae27f5" dependencies = [ "chain-core", - "quickcheck", + "quickcheck 0.9.2", "quickcheck_macros", ] @@ -601,7 +601,7 @@ source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#ad dependencies = [ "cryptoxide", "eccoxide", - "rand_core", + "rand_core 0.5.1", ] [[package]] @@ -873,7 +873,7 @@ checksum = "f627126b946c25a4638eec0ea634fc52506dea98db118aae985118ce7c3d723f" dependencies = [ "byteorder", "digest 0.9.0", - "rand_core", + "rand_core 0.5.1", "subtle", "zeroize 1.2.0", ] @@ -1049,7 +1049,7 @@ checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" dependencies = [ "curve25519-dalek", "ed25519", - "rand", + "rand 0.7.3", "serde", "sha2", "zeroize 1.2.0", @@ -1086,6 +1086,16 @@ dependencies = [ "regex 1.4.3", ] +[[package]] +name = "env_logger" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e" +dependencies = [ + "log 0.4.11", + "regex 1.4.3", +] + [[package]] name = "error-chain" version = "0.12.4" @@ -1865,7 +1875,7 @@ dependencies = [ "mime", "openapiv3", "predicates", - "rand", + "rand 0.7.3", "rand_chacha", "reqwest", "serde", @@ -1914,9 +1924,9 @@ dependencies = [ "parity-multiaddr", "pin-project 1.0.4", "poldercast", - "rand", + "rand 0.7.3", "rand_chacha", - "rand_core", + "rand_core 0.5.1", "reqwest", "rustls 0.19.0", "serde", @@ -1964,9 +1974,9 @@ dependencies = [ "poldercast", "predicates", "prost", - "rand", + "rand 0.7.3", "rand_chacha", - "rand_core", + "rand_core 0.5.1", "regex 1.4.3", "reqwest", "serde", @@ -2004,10 +2014,10 @@ dependencies = [ "humantime", "parity-multiaddr", "poldercast", - "quickcheck", - "rand", + "quickcheck 1.0.2", + "rand 0.7.3", "rand_chacha", - "rand_core", + "rand_core 0.5.1", "serde", "serde_json", "serde_yaml", @@ -2041,9 +2051,9 @@ dependencies = [ "json", "lazy_static", "poldercast", - "rand", + "rand 0.7.3", "rand_chacha", - "rand_core", + "rand_core 0.5.1", "regex 1.4.3", "reqwest", "serde", @@ -2090,9 +2100,9 @@ dependencies = [ "poldercast", "prost", "qrcodegen", - "rand", + "rand 0.7.3", "rand_chacha", - "rand_core", + "rand_core 0.5.1", "regex 1.4.3", "reqwest", "semver 0.11.0", @@ -2137,9 +2147,9 @@ dependencies = [ "lazy_static", "os_info 2.0.8", "predicates", - "rand", + "rand 0.7.3", "rand_chacha", - "rand_core", + "rand_core 0.5.1", "reqwest", "semver 0.11.0", "serde", @@ -2525,7 +2535,7 @@ dependencies = [ "mime", "mime_guess", "quick-error", - "rand", + "rand 0.7.3", "safemem", "tempfile", "twoway", @@ -2821,7 +2831,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" dependencies = [ "phf_shared", - "rand", + "rand 0.7.3", ] [[package]] @@ -2941,7 +2951,7 @@ dependencies = [ "hex", "lru", "parity-multiaddr", - "rand", + "rand 0.7.3", "rayon", "serde", "thiserror", @@ -3136,10 +3146,21 @@ version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a44883e74aa97ad63db83c4bf8ca490f02b2fc02f92575e720c8551e843c945f" dependencies = [ - "env_logger", + "env_logger 0.7.1", + "log 0.4.11", + "rand 0.7.3", + "rand_core 0.5.1", +] + +[[package]] +name = "quickcheck" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03e10546770d370e4eb8ac183a4bdbf9044059afdcbbba3c98627412f93461e3" +dependencies = [ + "env_logger 0.8.2", "log 0.4.11", - "rand", - "rand_core", + "rand 0.8.2", ] [[package]] @@ -3180,11 +3201,20 @@ dependencies = [ "getrandom 0.1.16", "libc", "rand_chacha", - "rand_core", + "rand_core 0.5.1", "rand_hc", "rand_pcg", ] +[[package]] +name = "rand" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e" +dependencies = [ + "rand_core 0.6.1", +] + [[package]] name = "rand_chacha" version = "0.2.2" @@ -3192,7 +3222,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" dependencies = [ "ppv-lite86", - "rand_core", + "rand_core 0.5.1", ] [[package]] @@ -3204,13 +3234,22 @@ dependencies = [ "getrandom 0.1.16", ] +[[package]] +name = "rand_core" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5" +dependencies = [ + "getrandom 0.2.1", +] + [[package]] name = "rand_hc" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" dependencies = [ - "rand_core", + "rand_core 0.5.1", ] [[package]] @@ -3219,7 +3258,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" dependencies = [ - "rand_core", + "rand_core 0.5.1", ] [[package]] @@ -3742,7 +3781,7 @@ checksum = "3b634d825581a7ef6f0600d425e14cdaa7d5a3a4775202d0c90624afd775b738" dependencies = [ "chrono", "flate2", - "rand", + "rand 0.7.3", "serde", "serde_json", "skeptic", @@ -3890,7 +3929,7 @@ version = "0.5.0" source = "git+https://github.com/input-output-hk/chain-wallet-libs.git?branch=master#250973e0d8d988bd6ef3403912f1ea1b7d584dbd" dependencies = [ "cryptoxide", - "rand", + "rand 0.7.3", "thiserror", ] @@ -3998,7 +4037,7 @@ checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" dependencies = [ "cfg-if 0.1.10", "libc", - "rand", + "rand 0.7.3", "redox_syscall", "remove_dir_all", "winapi 0.3.9", @@ -4347,7 +4386,7 @@ dependencies = [ "futures-util", "indexmap", "pin-project 0.4.27", - "rand", + "rand 0.7.3", "slab", "tokio 0.2.24", "tower-discover", @@ -4565,7 +4604,7 @@ dependencies = [ "httparse", "input_buffer", "log 0.4.11", - "rand", + "rand 0.7.3", "sha-1 0.9.2", "url", "utf-8", diff --git a/jormungandr-lib/Cargo.toml b/jormungandr-lib/Cargo.toml index 628479e541..6c6b65d5ed 100644 --- a/jormungandr-lib/Cargo.toml +++ b/jormungandr-lib/Cargo.toml @@ -29,7 +29,7 @@ base64 = "0.13.0" [dev-dependencies] rand = "0.7" -quickcheck = "0.9" +quickcheck = "1.0" chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }