Skip to content

Commit

Permalink
Bump rand from 0.7.3 to 0.8.4
Browse files Browse the repository at this point in the history
Bumps [rand](https://github.com/rust-random/rand) from 0.7.3 to 0.8.4.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.7.3...0.8.4)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 10, 2021
1 parent 6ec26df commit a4283d6
Show file tree
Hide file tree
Showing 23 changed files with 50 additions and 51 deletions.
47 changes: 23 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/node/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ hash-db = "0.15.2"
tempfile = "3.1.0"
fs_extra = "1"
hex = "0.4.0"
rand = { version = "0.7.2", features = ["small_rng"] }
rand = { version = "0.8.4", features = ["small_rng"] }
lazy_static = "1.4.0"
parity-util-mem = { version = "0.10.0", default-features = false, features = [
"primitive-types",
Expand Down
2 changes: 1 addition & 1 deletion bin/node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde = { version = "1.0.126", features = ["derive"] }
futures = "0.3.16"
hex-literal = "0.3.3"
log = "0.4.8"
rand = "0.7.2"
rand = "0.8.4"
structopt = { version = "0.3.8", optional = true }

# primitives
Expand Down
2 changes: 1 addition & 1 deletion bin/utils/chain-spec-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ sc-chain-spec = { version = "4.0.0-dev", path = "../../../client/chain-spec" }
node-cli = { version = "3.0.0-dev", path = "../../node/cli" }
sp-core = { version = "4.0.0-dev", path = "../../../primitives/core" }
sp-keystore = { version = "0.10.0-dev", path = "../../../primitives/keystore" }
rand = "0.7.2"
rand = "0.8.4"
structopt = "0.3.8"
2 changes: 1 addition & 1 deletion client/authority-discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ libp2p = { version = "0.39.1", default-features = false, features = ["kad"] }
log = "0.4.8"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.9.0" }
prost = "0.8"
rand = "0.7.2"
rand = "0.8.4"
sc-client-api = { version = "4.0.0-dev", path = "../api" }
sc-network = { version = "0.10.0-dev", path = "../network" }
sp-authority-discovery = { version = "4.0.0-dev", path = "../../primitives/authority-discovery" }
Expand Down
2 changes: 1 addition & 1 deletion client/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fdlimit = "0.2.1"
libp2p = "0.39.1"
parity-scale-codec = "2.3.1"
hex = "0.4.2"
rand = "0.7.3"
rand = "0.8.4"
tiny-bip39 = "0.8.2"
serde_json = "1.0.68"
sc-keystore = { version = "4.0.0-dev", path = "../keystore" }
Expand Down
2 changes: 1 addition & 1 deletion client/consensus/babe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ futures = "0.3.9"
parking_lot = "0.11.1"
log = "0.4.8"
schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated"] }
rand = "0.7.2"
rand = "0.8.4"
merlin = "2.0"
derive_more = "0.99.2"
retain_mut = "0.1.4"
Expand Down
4 changes: 2 additions & 2 deletions client/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ parking_lot = "0.11.1"
pin-project = "1.0.8"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.9.0", path = "../../utils/prometheus" }
prost = "0.8"
rand = "0.7.2"
rand = "0.8.4"
sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" }
sc-client-api = { version = "4.0.0-dev", path = "../api" }
sc-peerset = { version = "4.0.0-dev", path = "../peerset" }
Expand Down Expand Up @@ -70,7 +70,7 @@ libp2p = "0.39.1"
assert_matches = "1.3"
libp2p = { version = "0.39.1", default-features = false }
quickcheck = "1.0.3"
rand = "0.7.2"
rand = "0.8.4"
sp-test-primitives = { version = "2.0.0", path = "../../primitives/test-primitives" }
sp-tracing = { version = "4.0.0-dev", path = "../../primitives/tracing" }
substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" }
Expand Down
2 changes: 1 addition & 1 deletion client/network/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ log = "0.4.8"
parking_lot = "0.11.1"
futures = "0.3.9"
futures-timer = "3.0.1"
rand = "0.7.2"
rand = "0.8.4"
libp2p = { version = "0.39.1", default-features = false }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" }
Expand Down
2 changes: 1 addition & 1 deletion client/offchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures-timer = "3.0.1"
log = "0.4.8"
num_cpus = "1.10"
parking_lot = "0.11.1"
rand = "0.7.2"
rand = "0.8.4"
sc-client-api = { version = "4.0.0-dev", path = "../api" }
sc-network = { version = "0.10.0-dev", path = "../network" }
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
Expand Down
2 changes: 1 addition & 1 deletion client/peerset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ serde_json = "1.0.68"
wasm-timer = "0.2"

[dev-dependencies]
rand = "0.7.2"
rand = "0.8.4"
2 changes: 1 addition & 1 deletion client/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ thiserror = "1.0.21"
futures = "0.3.16"
jsonrpc-pubsub = "18.0"
jsonrpc-core = "18.0"
rand = "0.7.3"
rand = "0.8.4"
parking_lot = "0.11.1"
log = "0.4.11"
futures-timer = "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion client/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ wasm-timer = "0.2.5"
libp2p = { version = "0.39.1", default-features = false, features = ["dns-async-std", "tcp-async-io", "wasm-ext", "websocket"] }
log = "0.4.8"
pin-project = "1.0.8"
rand = "0.7.2"
rand = "0.8.4"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.68"
chrono = "0.4.19"
Expand Down
2 changes: 1 addition & 1 deletion frame/contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ wasmi-validation = { version = "0.4", default-features = false }

# Only used in benchmarking to generate random contract code
libsecp256k1 = { version = "0.6.0", optional = true, default-features = false, features = ["hmac", "static-context"] }
rand = { version = "0.7.3", optional = true, default-features = false }
rand = { version = "0.8.4", optional = true, default-features = false }
rand_pcg = { version = "0.2", optional = true }

# Substrate Dependencies
Expand Down
4 changes: 2 additions & 2 deletions frame/election-provider-multi-phase/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ frame-election-provider-support = { version = "4.0.0-dev", default-features = fa

# Optional imports for benchmarking
frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true }
rand = { version = "0.7.3", default-features = false, optional = true, features = [
rand = { version = "0.8.4", default-features = false, optional = true, features = [
"alloc",
"small_rng",
] }
Expand All @@ -42,7 +42,7 @@ strum_macros = { optional = true, version = "0.22.0" }

[dev-dependencies]
parking_lot = "0.11.0"
rand = { version = "0.7.3" }
rand = { version = "0.8.4" }
sp-core = { version = "4.0.0-dev", default-features = false, path = "../../primitives/core" }
sp-io = { version = "4.0.0-dev", path = "../../primitives/io" }
sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" }
Expand Down
2 changes: 1 addition & 1 deletion frame/session/benchmarking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
rand = { version = "0.7.2", default-features = false }
rand = { version = "0.8.4", default-features = false }

sp-std = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/std" }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/runtime" }
Expand Down
2 changes: 1 addition & 1 deletion primitives/arithmetic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = { version = "1.0.126", optional = true, features = ["derive"] }
sp-debug-derive = { version = "3.0.0", default-features = false, path = "../debug-derive" }

[dev-dependencies]
rand = "0.7.2"
rand = "0.8.4"
criterion = "0.3"
primitive-types = "0.10.1"

Expand Down
4 changes: 2 additions & 2 deletions primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ wasmi = { version = "0.9.1", optional = true }
hash-db = { version = "0.15.2", default-features = false }
hash256-std-hasher = { version = "0.15.2", default-features = false }
base58 = { version = "0.2.0", optional = true }
rand = { version = "0.7.3", optional = true, features = ["small_rng"] }
rand = { version = "0.8.4", optional = true, features = ["small_rng"] }
substrate-bip39 = { version = "0.4.2", optional = true }
tiny-bip39 = { version = "0.8.2", optional = true }
regex = { version = "1.5.4", optional = true }
Expand Down Expand Up @@ -74,7 +74,7 @@ sp-runtime-interface = { version = "4.0.0-dev", default-features = false, path =
[dev-dependencies]
sp-serializer = { version = "3.0.0", path = "../serializer" }
hex-literal = "0.3.3"
rand = "0.7.2"
rand = "0.8.4"
criterion = "0.3.3"
serde_json = "1.0"
sp-core-hashing-proc-macro = { version = "4.0.0-dev", path = "./hashing/proc-macro" }
Expand Down
2 changes: 1 addition & 1 deletion primitives/keystore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sp-core = { version = "4.0.0-dev", path = "../core" }
sp-externalities = { version = "0.10.0-dev", path = "../externalities", default-features = false }

[dev-dependencies]
rand = "0.7.2"
rand = "0.8.4"
rand_chacha = "0.2.2"


Expand Down
Loading

0 comments on commit a4283d6

Please sign in to comment.