Skip to content

Commit e105443

Browse files
Bump rand from 0.7.3 to 0.8.4
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]>
1 parent 732f037 commit e105443

File tree

23 files changed

+50
-51
lines changed

23 files changed

+50
-51
lines changed

Cargo.lock

Lines changed: 23 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/node/bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ hash-db = "0.15.2"
3333
tempfile = "3.1.0"
3434
fs_extra = "1"
3535
hex = "0.4.0"
36-
rand = { version = "0.7.2", features = ["small_rng"] }
36+
rand = { version = "0.8.4", features = ["small_rng"] }
3737
lazy_static = "1.4.0"
3838
parity-util-mem = { version = "0.10.0", default-features = false, features = [
3939
"primitive-types",

bin/node/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ serde = { version = "1.0.126", features = ["derive"] }
3939
futures = "0.3.16"
4040
hex-literal = "0.3.3"
4141
log = "0.4.8"
42-
rand = "0.7.2"
42+
rand = "0.8.4"
4343
structopt = { version = "0.3.8", optional = true }
4444

4545
# primitives

bin/utils/chain-spec-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ sc-chain-spec = { version = "4.0.0-dev", path = "../../../client/chain-spec" }
2020
node-cli = { version = "3.0.0-dev", path = "../../node/cli" }
2121
sp-core = { version = "4.0.0-dev", path = "../../../primitives/core" }
2222
sp-keystore = { version = "0.10.0-dev", path = "../../../primitives/keystore" }
23-
rand = "0.7.2"
23+
rand = "0.8.4"
2424
structopt = "0.3.8"

client/authority-discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ libp2p = { version = "0.39.1", default-features = false, features = ["kad"] }
2727
log = "0.4.8"
2828
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.9.0" }
2929
prost = "0.8"
30-
rand = "0.7.2"
30+
rand = "0.8.4"
3131
sc-client-api = { version = "4.0.0-dev", path = "../api" }
3232
sc-network = { version = "0.10.0-dev", path = "../network" }
3333
sp-authority-discovery = { version = "4.0.0-dev", path = "../../primitives/authority-discovery" }

client/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fdlimit = "0.2.1"
2121
libp2p = "0.39.1"
2222
parity-scale-codec = "2.3.1"
2323
hex = "0.4.2"
24-
rand = "0.7.3"
24+
rand = "0.8.4"
2525
tiny-bip39 = "0.8.2"
2626
serde_json = "1.0.68"
2727
sc-keystore = { version = "4.0.0-dev", path = "../keystore" }

client/consensus/babe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ futures = "0.3.9"
4747
parking_lot = "0.11.1"
4848
log = "0.4.8"
4949
schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated"] }
50-
rand = "0.7.2"
50+
rand = "0.8.4"
5151
merlin = "2.0"
5252
derive_more = "0.99.2"
5353
retain_mut = "0.1.4"

client/network/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ parking_lot = "0.11.1"
4242
pin-project = "1.0.8"
4343
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.9.0", path = "../../utils/prometheus" }
4444
prost = "0.8"
45-
rand = "0.7.2"
45+
rand = "0.8.4"
4646
sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" }
4747
sc-client-api = { version = "4.0.0-dev", path = "../api" }
4848
sc-peerset = { version = "4.0.0-dev", path = "../peerset" }
@@ -70,7 +70,7 @@ libp2p = "0.39.1"
7070
assert_matches = "1.3"
7171
libp2p = { version = "0.39.1", default-features = false }
7272
quickcheck = "1.0.3"
73-
rand = "0.7.2"
73+
rand = "0.8.4"
7474
sp-test-primitives = { version = "2.0.0", path = "../../primitives/test-primitives" }
7575
sp-tracing = { version = "4.0.0-dev", path = "../../primitives/tracing" }
7676
substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" }

client/network/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ log = "0.4.8"
1919
parking_lot = "0.11.1"
2020
futures = "0.3.9"
2121
futures-timer = "3.0.1"
22-
rand = "0.7.2"
22+
rand = "0.8.4"
2323
libp2p = { version = "0.39.1", default-features = false }
2424
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
2525
sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" }

client/offchain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ futures-timer = "3.0.1"
2222
log = "0.4.8"
2323
num_cpus = "1.10"
2424
parking_lot = "0.11.1"
25-
rand = "0.7.2"
25+
rand = "0.8.4"
2626
sc-client-api = { version = "4.0.0-dev", path = "../api" }
2727
sc-network = { version = "0.10.0-dev", path = "../network" }
2828
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }

0 commit comments

Comments
 (0)