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 Feb 15, 2022
1 parent b359b49 commit 033d53f
Show file tree
Hide file tree
Showing 19 changed files with 42 additions and 52 deletions.
48 changes: 19 additions & 29 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.2", default-features = false, features = ["primitive-types"] }
parity-db = { version = "0.3" }
Expand Down
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.40.0", default-features = false, features = ["kad"] }
log = "0.4.8"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.10.0-dev" }
prost = "0.9"
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 @@ hex = "0.4.2"
libp2p = "0.40.0"
log = "0.4.11"
names = { version = "0.12.0", default-features = false }
rand = "0.7.3"
rand = "0.8.4"
regex = "1.5.4"
rpassword = "5.0.0"
serde = "1.0.136"
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.2"
log = "0.4.8"
schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated"] }
rand = "0.7.2"
rand = "0.8.4"
merlin = "2.0"
thiserror = "1.0"
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 @@ -41,7 +41,7 @@ parking_lot = "0.11.2"
pin-project = "1.0.10"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
prost = "0.9"
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 @@ -69,7 +69,7 @@ libp2p = "0.40.0"
assert_matches = "1.3"
libp2p = { version = "0.40.0", 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", 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.2"
futures = "0.3.9"
futures-timer = "3.0.1"
rand = "0.7.2"
rand = "0.8.4"
libp2p = { version = "0.40.0", 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 @@ -21,7 +21,7 @@ futures = "0.3.16"
futures-timer = "3.0.2"
num_cpus = "1.13"
parking_lot = "0.11.2"
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.74"
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.30"
futures = "0.3.16"
jsonrpc-pubsub = "18.0"
jsonrpc-core = "18.0"
rand = "0.7.3"
rand = "0.8.4"
parking_lot = "0.11.2"
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.40.0", default-features = false, features = ["dns-async-std", "tcp-async-io", "wasm-ext", "websocket"] }
log = "0.4.8"
pin-project = "1.0.10"
rand = "0.7.2"
rand = "0.8.4"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.74"
chrono = "0.4.19"
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,15 +33,15 @@ 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",
] }
strum = { optional = true, default-features = false, version = "0.23.0", features = ["derive"] }

[dev-dependencies]
parking_lot = "0.11.2"
rand = { version = "0.7.3" }
rand = { version = "0.8.4" }
sp-core = { version = "5.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "5.0.0", 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", default-features = false, path = "../../../primitives/std" }
sp-runtime = { version = "5.0.0", 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.136", optional = true, features = ["derive"] }
sp-debug-derive = { version = "4.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 @@ -27,7 +27,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.4", optional = true }
tiny-bip39 = { version = "0.8.2", optional = true }
regex = { version = "1.5.4", optional = true }
Expand Down Expand Up @@ -66,7 +66,7 @@ sp-runtime-interface = { version = "5.0.0", default-features = false, path = "..
[dev-dependencies]
sp-serializer = { version = "4.0.0-dev", path = "../serializer" }
hex-literal = "0.3.4"
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 @@ -26,7 +26,7 @@ sp-core = { version = "5.0.0", path = "../core" }
sp-externalities = { version = "0.11.0", path = "../externalities", default-features = false }

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

[features]
Expand Down
2 changes: 1 addition & 1 deletion primitives/npos-elections/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sp-runtime = { version = "5.0.0", path = "../runtime", default-features = false

[dev-dependencies]
substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" }
rand = "0.7.3"
rand = "0.8.4"

[features]
default = ["std"]
Expand Down
4 changes: 2 additions & 2 deletions primitives/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-io = { version = "5.0.0", default-features = false, path = "../io" }
log = { version = "0.4.14", default-features = false }
paste = "1.0"
rand = { version = "0.7.2", optional = true }
rand = { version = "0.8.4", optional = true }
impl-trait-for-tuples = "0.2.1"
parity-util-mem = { version = "0.10.2", default-features = false, features = ["primitive-types"] }
hash256-std-hasher = { version = "0.15.2", default-features = false }
either = { version = "1.5", default-features = false }

[dev-dependencies]
serde_json = "1.0.74"
rand = "0.7.2"
rand = "0.8.4"
sp-state-machine = { version = "0.11.0", path = "../state-machine" }
sp-api = { version = "4.0.0-dev", path = "../api" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
Expand Down
4 changes: 2 additions & 2 deletions primitives/state-machine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sp-core = { version = "5.0.0", path = "../core", default-features = false }
sp-panic-handler = { version = "4.0.0", path = "../panic-handler", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
num-traits = { version = "0.2.8", default-features = false }
rand = { version = "0.7.2", optional = true }
rand = { version = "0.8.4", optional = true }
sp-externalities = { version = "0.11.0", path = "../externalities", default-features = false }
smallvec = "1.7.0"
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
Expand All @@ -35,7 +35,7 @@ tracing = { version = "0.1.29", optional = true }
hex-literal = "0.3.4"
sp-runtime = { version = "5.0.0", path = "../runtime" }
pretty_assertions = "1.0.0"
rand = "0.7.2"
rand = "0.8.4"

[features]
default = ["std"]
Expand Down

0 comments on commit 033d53f

Please sign in to comment.