Bump rand from 0.8.4 to 0.8.5 (#4917)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-02-14 11:37:02 +01:00
committed by GitHub
parent 99728fd214
commit 98a1343cd9
9 changed files with 40 additions and 50 deletions
+32 -42
View File
@@ -1832,7 +1832,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c" checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"rand 0.8.4", "rand 0.8.5",
"rustc-hex", "rustc-hex",
"static_assertions", "static_assertions",
] ]
@@ -3495,7 +3495,7 @@ dependencies = [
"pin-project 1.0.10", "pin-project 1.0.10",
"prost", "prost",
"prost-build", "prost-build",
"rand 0.8.4", "rand 0.8.5",
"ring", "ring",
"rw-stream-sink", "rw-stream-sink",
"sha2 0.9.8", "sha2 0.9.8",
@@ -3633,7 +3633,7 @@ dependencies = [
"libp2p-core", "libp2p-core",
"libp2p-swarm", "libp2p-swarm",
"log", "log",
"rand 0.8.4", "rand 0.8.5",
"smallvec", "smallvec",
"socket2 0.4.2", "socket2 0.4.2",
"void", "void",
@@ -3685,7 +3685,7 @@ dependencies = [
"log", "log",
"prost", "prost",
"prost-build", "prost-build",
"rand 0.8.4", "rand 0.8.5",
"sha2 0.9.8", "sha2 0.9.8",
"snow", "snow",
"static_assertions", "static_assertions",
@@ -3776,7 +3776,7 @@ dependencies = [
"log", "log",
"prost", "prost",
"prost-build", "prost-build",
"rand 0.8.4", "rand 0.8.5",
"sha2 0.9.8", "sha2 0.9.8",
"thiserror", "thiserror",
"unsigned-varint 0.7.1", "unsigned-varint 0.7.1",
@@ -3928,7 +3928,7 @@ dependencies = [
"libsecp256k1-core", "libsecp256k1-core",
"libsecp256k1-gen-ecmult", "libsecp256k1-gen-ecmult",
"libsecp256k1-gen-genmult", "libsecp256k1-gen-genmult",
"rand 0.8.4", "rand 0.8.5",
"serde", "serde",
"sha2 0.9.8", "sha2 0.9.8",
"typenum", "typenum",
@@ -4219,7 +4219,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd2c2cc134e57461f0898b0e921f0a7819b5e3f3a4335b9aa390ce81a5f36fb9" checksum = "fd2c2cc134e57461f0898b0e921f0a7819b5e3f3a4335b9aa390ce81a5f36fb9"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"rand 0.8.4", "rand 0.8.5",
"thrift", "thrift",
] ]
@@ -4421,7 +4421,7 @@ dependencies = [
"num-complex", "num-complex",
"num-rational 0.4.0", "num-rational 0.4.0",
"num-traits", "num-traits",
"rand 0.8.4", "rand 0.8.5",
"rand_distr", "rand_distr",
"simba", "simba",
"typenum", "typenum",
@@ -4444,7 +4444,7 @@ version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775" checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"
dependencies = [ dependencies = [
"rand 0.8.4", "rand 0.8.5",
] ]
[[package]] [[package]]
@@ -5643,7 +5643,7 @@ dependencies = [
"lz4", "lz4",
"memmap2 0.2.3", "memmap2 0.2.3",
"parking_lot 0.11.2", "parking_lot 0.11.2",
"rand 0.8.4", "rand 0.8.5",
"snap", "snap",
] ]
@@ -6048,7 +6048,7 @@ dependencies = [
"polkadot-node-subsystem-util", "polkadot-node-subsystem-util",
"polkadot-primitives", "polkadot-primitives",
"polkadot-primitives-test-helpers", "polkadot-primitives-test-helpers",
"rand 0.8.4", "rand 0.8.5",
"sc-network", "sc-network",
"sp-core", "sp-core",
"sp-keyring", "sp-keyring",
@@ -6077,7 +6077,7 @@ dependencies = [
"polkadot-node-subsystem-util", "polkadot-node-subsystem-util",
"polkadot-primitives", "polkadot-primitives",
"polkadot-primitives-test-helpers", "polkadot-primitives-test-helpers",
"rand 0.8.4", "rand 0.8.5",
"sc-network", "sc-network",
"sp-application-crypto", "sp-application-crypto",
"sp-core", "sp-core",
@@ -6237,7 +6237,7 @@ dependencies = [
"polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util", "polkadot-node-subsystem-util",
"polkadot-primitives", "polkadot-primitives",
"rand 0.8.4", "rand 0.8.5",
"rand_chacha 0.3.1", "rand_chacha 0.3.1",
"sc-network", "sc-network",
"sp-application-crypto", "sp-application-crypto",
@@ -6513,7 +6513,7 @@ dependencies = [
"polkadot-node-subsystem-util", "polkadot-node-subsystem-util",
"polkadot-primitives", "polkadot-primitives",
"polkadot-primitives-test-helpers", "polkadot-primitives-test-helpers",
"rand 0.8.4", "rand 0.8.5",
"sp-application-crypto", "sp-application-crypto",
"sp-keystore", "sp-keystore",
"thiserror", "thiserror",
@@ -6536,7 +6536,7 @@ dependencies = [
"polkadot-core-primitives", "polkadot-core-primitives",
"polkadot-node-subsystem-util", "polkadot-node-subsystem-util",
"polkadot-parachain", "polkadot-parachain",
"rand 0.8.4", "rand 0.8.5",
"sc-executor", "sc-executor",
"sc-executor-common", "sc-executor-common",
"sc-executor-wasmtime", "sc-executor-wasmtime",
@@ -6751,7 +6751,7 @@ dependencies = [
"polkadot-overseer", "polkadot-overseer",
"polkadot-primitives", "polkadot-primitives",
"polkadot-primitives-test-helpers", "polkadot-primitives-test-helpers",
"rand 0.8.4", "rand 0.8.5",
"sp-application-crypto", "sp-application-crypto",
"sp-core", "sp-core",
"sp-keystore", "sp-keystore",
@@ -7101,7 +7101,7 @@ dependencies = [
"polkadot-primitives", "polkadot-primitives",
"polkadot-primitives-test-helpers", "polkadot-primitives-test-helpers",
"polkadot-runtime-metrics", "polkadot-runtime-metrics",
"rand 0.8.4", "rand 0.8.5",
"rand_chacha 0.3.1", "rand_chacha 0.3.1",
"rustc-hex", "rustc-hex",
"sc-keystore", "sc-keystore",
@@ -7411,7 +7411,7 @@ dependencies = [
"polkadot-runtime-parachains", "polkadot-runtime-parachains",
"polkadot-service", "polkadot-service",
"polkadot-test-runtime", "polkadot-test-runtime",
"rand 0.8.4", "rand 0.8.5",
"sc-authority-discovery", "sc-authority-discovery",
"sc-chain-spec", "sc-chain-spec",
"sc-cli", "sc-cli",
@@ -7737,20 +7737,19 @@ dependencies = [
"libc", "libc",
"rand_chacha 0.2.2", "rand_chacha 0.2.2",
"rand_core 0.5.1", "rand_core 0.5.1",
"rand_hc 0.2.0", "rand_hc",
"rand_pcg", "rand_pcg",
] ]
[[package]] [[package]]
name = "rand" name = "rand"
version = "0.8.4" version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [ dependencies = [
"libc", "libc",
"rand_chacha 0.3.1", "rand_chacha 0.3.1",
"rand_core 0.6.3", "rand_core 0.6.3",
"rand_hc 0.3.1",
] ]
[[package]] [[package]]
@@ -7798,7 +7797,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "964d548f8e7d12e102ef183a0de7e98180c9f8729f555897a857b96e48122d2f" checksum = "964d548f8e7d12e102ef183a0de7e98180c9f8729f555897a857b96e48122d2f"
dependencies = [ dependencies = [
"num-traits", "num-traits",
"rand 0.8.4", "rand 0.8.5",
] ]
[[package]] [[package]]
@@ -7810,15 +7809,6 @@ dependencies = [
"rand_core 0.5.1", "rand_core 0.5.1",
] ]
[[package]]
name = "rand_hc"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
dependencies = [
"rand_core 0.6.3",
]
[[package]] [[package]]
name = "rand_pcg" name = "rand_pcg"
version = "0.2.1" version = "0.2.1"
@@ -8755,7 +8745,7 @@ dependencies = [
"log", "log",
"parity-scale-codec", "parity-scale-codec",
"parking_lot 0.11.2", "parking_lot 0.11.2",
"rand 0.8.4", "rand 0.8.5",
"sc-block-builder", "sc-block-builder",
"sc-chain-spec", "sc-chain-spec",
"sc-client-api", "sc-client-api",
@@ -9617,7 +9607,7 @@ dependencies = [
"aes-gcm", "aes-gcm",
"blake2", "blake2",
"chacha20poly1305", "chacha20poly1305",
"rand 0.8.4", "rand 0.8.5",
"rand_core 0.6.3", "rand_core 0.6.3",
"ring", "ring",
"rustc_version 0.3.3", "rustc_version 0.3.3",
@@ -9659,7 +9649,7 @@ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"httparse", "httparse",
"log", "log",
"rand 0.8.4", "rand 0.8.5",
"sha-1 0.9.8", "sha-1 0.9.8",
] ]
@@ -10443,7 +10433,7 @@ dependencies = [
"lazy_static", "lazy_static",
"nalgebra", "nalgebra",
"num-traits", "num-traits",
"rand 0.8.4", "rand 0.8.5",
] ]
[[package]] [[package]]
@@ -10651,7 +10641,7 @@ checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"libc", "libc",
"rand 0.8.4", "rand 0.8.5",
"redox_syscall", "redox_syscall",
"remove_dir_all", "remove_dir_all",
"winapi 0.3.9", "winapi 0.3.9",
@@ -11130,7 +11120,7 @@ dependencies = [
"ipnet", "ipnet",
"lazy_static", "lazy_static",
"log", "log",
"rand 0.8.4", "rand 0.8.5",
"smallvec", "smallvec",
"thiserror", "thiserror",
"tinyvec", "tinyvec",
@@ -11219,7 +11209,7 @@ dependencies = [
"http", "http",
"httparse", "httparse",
"log", "log",
"rand 0.8.4", "rand 0.8.5",
"sha-1 0.9.8", "sha-1 0.9.8",
"thiserror", "thiserror",
"url 2.2.2", "url 2.2.2",
@@ -11233,7 +11223,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"rand 0.8.4", "rand 0.7.3",
"static_assertions", "static_assertions",
] ]
@@ -11720,7 +11710,7 @@ dependencies = [
"mach", "mach",
"memoffset", "memoffset",
"more-asserts", "more-asserts",
"rand 0.8.4", "rand 0.8.5",
"region", "region",
"rustix", "rustix",
"thiserror", "thiserror",
@@ -12200,7 +12190,7 @@ dependencies = [
"log", "log",
"nohash-hasher", "nohash-hasher",
"parking_lot 0.11.2", "parking_lot 0.11.2",
"rand 0.8.4", "rand 0.8.5",
"static_assertions", "static_assertions",
] ]
+1 -1
View File
@@ -14,7 +14,7 @@ polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-util = { path = "../../subsystem-util" }
futures-timer = "3.0.2" futures-timer = "3.0.2"
rand = "0.8.4" rand = "0.8.5"
[dev-dependencies] [dev-dependencies]
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
+1 -1
View File
@@ -18,7 +18,7 @@ futures-timer = "3.0.2"
slotmap = "1.0" slotmap = "1.0"
tracing = "0.1.30" tracing = "0.1.30"
pin-project = "1.0.9" pin-project = "1.0.9"
rand = "0.8.3" rand = "0.8.5"
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
polkadot-parachain = { path = "../../../parachain" } polkadot-parachain = { path = "../../../parachain" }
polkadot-core-primitives = { path = "../../../core-primitives" } polkadot-core-primitives = { path = "../../../core-primitives" }
@@ -17,7 +17,7 @@ polkadot-node-primitives = { path = "../../primitives" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
thiserror = "1.0.30" thiserror = "1.0.30"
rand = "0.8.3" rand = "0.8.5"
derive_more = "0.99.17" derive_more = "0.99.17"
lru = "0.7.2" lru = "0.7.2"
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies] [dependencies]
futures = "0.3.21" futures = "0.3.21"
lru = "0.7.2" lru = "0.7.2"
rand = "0.8.3" rand = "0.8.5"
thiserror = "1.0.30" thiserror = "1.0.30"
tracing = "0.1.30" tracing = "0.1.30"
@@ -17,7 +17,7 @@ polkadot-primitives = { path = "../../../primitives" }
futures = "0.3.21" futures = "0.3.21"
futures-timer = "3.0.2" futures-timer = "3.0.2"
rand = { version = "0.8.3", default-features = false } rand = { version = "0.8.5", default-features = false }
rand_chacha = { version = "0.3.1", default-features = false } rand_chacha = { version = "0.3.1", default-features = false }
tracing = "0.1.30" tracing = "0.1.30"
+1 -1
View File
@@ -11,7 +11,7 @@ futures = "0.3.21"
itertools = "0.10" itertools = "0.10"
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
pin-project = "1.0.9" pin-project = "1.0.9"
rand = "0.8.3" rand = "0.8.5"
thiserror = "1.0.30" thiserror = "1.0.30"
tracing = "0.1.30" tracing = "0.1.30"
derive_more = "0.99.17" derive_more = "0.99.17"
+1 -1
View File
@@ -9,7 +9,7 @@ futures = "0.3.21"
futures01 = { package = "futures", version = "0.1.29" } futures01 = { package = "futures", version = "0.1.29" }
hex = "0.4.3" hex = "0.4.3"
tracing = "0.1.30" tracing = "0.1.30"
rand = "0.8.3" rand = "0.8.5"
tempfile = "3.2.0" tempfile = "3.2.0"
tokio = "1.16.1" tokio = "1.16.1"
+1 -1
View File
@@ -41,7 +41,7 @@ xcm = { package = "xcm", path = "../../xcm", default-features = false }
xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false } xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false }
primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false }
rand = { version = "0.8.3", default-features = false } rand = { version = "0.8.5", default-features = false }
rand_chacha = { version = "0.3.1", default-features = false } rand_chacha = { version = "0.3.1", default-features = false }
static_assertions = { version = "1.1.0", optional = true } static_assertions = { version = "1.1.0", optional = true }
polkadot-runtime-metrics = { path = "../metrics", default-features = false} polkadot-runtime-metrics = { path = "../metrics", default-features = false}