From 7c35e07c929f300613cc91ed7707dfa1a57018b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 07:50:55 +0000 Subject: [PATCH] build(deps): bump rand from 0.8.4 to 0.8.5 (#3529) Bumps [rand](https://github.com/rust-random/rand) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.4...0.8.5) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- Cargo.lock | 60 ++++++++++++++++++++--------------------------- zebrad/Cargo.toml | 2 +- 2 files changed, 26 insertions(+), 36 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b79d063f..66e7b840 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,7 +402,7 @@ checksum = "d0830ae4cc96b0617cc912970c2b17e89456fecbf55e8eed53a956f37ab50c41" dependencies = [ "hmac", "pbkdf2", - "rand 0.8.4", + "rand 0.8.5", "sha2", "unicode-normalization", "zeroize", @@ -1750,7 +1750,7 @@ dependencies = [ "ff", "group", "pasta_curves", - "rand 0.8.4", + "rand 0.8.5", "rayon", ] @@ -2503,7 +2503,7 @@ dependencies = [ "num-integer", "num-iter", "num-traits", - "rand 0.8.4", + "rand 0.8.5", "smallvec 1.7.0", "zeroize", ] @@ -2644,7 +2644,7 @@ dependencies = [ "memuse", "nonempty", "pasta_curves", - "rand 0.8.4", + "rand 0.8.5", "reddsa", "serde", "subtle", @@ -2747,7 +2747,7 @@ dependencies = [ "ff", "group", "lazy_static", - "rand 0.8.4", + "rand 0.8.5", "static_assertions", "subtle", ] @@ -2801,7 +2801,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" dependencies = [ "phf_shared", - "rand 0.8.4", + "rand 0.8.5", ] [[package]] @@ -3096,7 +3096,7 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" dependencies = [ - "rand 0.8.4", + "rand 0.8.5", ] [[package]] @@ -3154,19 +3154,18 @@ dependencies = [ "libc", "rand_chacha 0.2.2", "rand_core 0.5.1", - "rand_hc 0.2.0", + "rand_hc", ] [[package]] name = "rand" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", "rand_chacha 0.3.1", "rand_core 0.6.3", - "rand_hc 0.3.0", ] [[package]] @@ -3216,15 +3215,6 @@ dependencies = [ "rand_core 0.5.1", ] -[[package]] -name = "rand_hc" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" -dependencies = [ - "rand_core 0.6.3", -] - [[package]] name = "rand_xorshift" version = "0.2.0" @@ -3479,7 +3469,7 @@ dependencies = [ "num-traits", "pkcs1", "pkcs8", - "rand 0.8.4", + "rand 0.8.5", "subtle", "zeroize", ] @@ -3772,7 +3762,7 @@ checksum = "f9a957270c9a430218f8031c866493061a27e35a70250e9527f093563a33ce6b" dependencies = [ "chrono", "lazy_static", - "rand 0.8.4", + "rand 0.8.5", "sentry-types", "serde", "serde_json", @@ -4422,7 +4412,7 @@ dependencies = [ "bitflags", "bytes", "caret", - "rand 0.8.4", + "rand 0.8.5", "thiserror", "tor-bytes", "tor-cert", @@ -4484,7 +4474,7 @@ dependencies = [ "humantime-serde", "itertools 0.10.3", "pin-project 1.0.7", - "rand 0.8.4", + "rand 0.8.5", "retry-error", "serde", "static_assertions", @@ -4568,7 +4558,7 @@ dependencies = [ "itertools 0.10.3", "memmap2", "postage", - "rand 0.8.4", + "rand 0.8.5", "retry-error", "rusqlite", "serde", @@ -4598,7 +4588,7 @@ dependencies = [ "humantime-serde", "itertools 0.10.3", "pin-project 1.0.7", - "rand 0.8.4", + "rand 0.8.5", "retain_mut", "serde", "thiserror", @@ -4661,7 +4651,7 @@ checksum = "d262e00faf3e825b2defd3aad9360fb6f11efcff159793776f0198318b51f40b" dependencies = [ "derive_builder", "derive_more", - "rand 0.8.4", + "rand 0.8.5", "serde", "signature", "thiserror", @@ -4729,7 +4719,7 @@ dependencies = [ "generic-array", "hkdf", "hmac", - "rand 0.8.4", + "rand 0.8.5", "rand_core 0.6.3", "subtle", "thiserror", @@ -4810,7 +4800,7 @@ dependencies = [ "futures", "futures-core", "pin-project 1.0.7", - "rand 0.8.4", + "rand 0.8.5", "tokio", "tokio-test", "tower", @@ -5456,7 +5446,7 @@ dependencies = [ "nonempty", "orchard", "pasta_curves", - "rand 0.8.4", + "rand 0.8.5", "rand_core 0.6.3", "sha2", "subtle", @@ -5534,7 +5524,7 @@ dependencies = [ "orchard", "proptest", "proptest-derive", - "rand 0.8.4", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.3", "redjubjub", @@ -5584,7 +5574,7 @@ dependencies = [ "proptest", "proptest-derive", "rand 0.7.3", - "rand 0.8.4", + "rand 0.8.5", "serde", "spandoc", "thiserror", @@ -5620,7 +5610,7 @@ dependencies = [ "pin-project 1.0.7", "proptest", "proptest-derive", - "rand 0.8.4", + "rand 0.8.5", "regex", "serde", "static_assertions", @@ -5700,7 +5690,7 @@ dependencies = [ "once_cell", "owo-colors 3.2.0", "proptest", - "rand 0.8.4", + "rand 0.8.5", "regex", "spandoc", "tempfile", @@ -5748,7 +5738,7 @@ dependencies = [ "pin-project 1.0.7", "proptest", "proptest-derive", - "rand 0.8.4", + "rand 0.8.5", "regex", "semver 1.0.5", "sentry", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index e2a74509..c22ed26d 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -48,7 +48,7 @@ atty = "0.2.14" sentry = { version = "0.23.0", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls"] } sentry-tracing = "0.23.0" -rand = "0.8.4" +rand = "0.8.5" [build-dependencies] vergen = { version = "6.0.2", default-features = false, features = ["cargo", "git"] }