Skip to content

Commit 033d53f

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 b359b49 commit 033d53f

File tree

19 files changed

+42
-52
lines changed

19 files changed

+42
-52
lines changed

Cargo.lock

Lines changed: 19 additions & 29 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.2", default-features = false, features = ["primitive-types"] }
3939
parity-db = { version = "0.3" }

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.40.0", default-features = false, features = ["kad"] }
2727
log = "0.4.8"
2828
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.10.0-dev" }
2929
prost = "0.9"
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 @@ hex = "0.4.2"
2121
libp2p = "0.40.0"
2222
log = "0.4.11"
2323
names = { version = "0.12.0", default-features = false }
24-
rand = "0.7.3"
24+
rand = "0.8.4"
2525
regex = "1.5.4"
2626
rpassword = "5.0.0"
2727
serde = "1.0.136"

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.2"
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
thiserror = "1.0"
5353
retain_mut = "0.1.4"

client/network/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ parking_lot = "0.11.2"
4141
pin-project = "1.0.10"
4242
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
4343
prost = "0.9"
44-
rand = "0.7.2"
44+
rand = "0.8.4"
4545
sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" }
4646
sc-client-api = { version = "4.0.0-dev", path = "../api" }
4747
sc-peerset = { version = "4.0.0-dev", path = "../peerset" }
@@ -69,7 +69,7 @@ libp2p = "0.40.0"
6969
assert_matches = "1.3"
7070
libp2p = { version = "0.40.0", default-features = false }
7171
quickcheck = "1.0.3"
72-
rand = "0.7.2"
72+
rand = "0.8.4"
7373
sp-test-primitives = { version = "2.0.0", path = "../../primitives/test-primitives" }
7474
sp-tracing = { version = "4.0.0", path = "../../primitives/tracing" }
7575
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.2"
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.40.0", 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
@@ -21,7 +21,7 @@ futures = "0.3.16"
2121
futures-timer = "3.0.2"
2222
num_cpus = "1.13"
2323
parking_lot = "0.11.2"
24-
rand = "0.7.2"
24+
rand = "0.8.4"
2525
sc-client-api = { version = "4.0.0-dev", path = "../api" }
2626
sc-network = { version = "0.10.0-dev", path = "../network" }
2727
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }

client/peerset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ serde_json = "1.0.74"
2222
wasm-timer = "0.2"
2323

2424
[dev-dependencies]
25-
rand = "0.7.2"
25+
rand = "0.8.4"

client/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ thiserror = "1.0.30"
2626
futures = "0.3.16"
2727
jsonrpc-pubsub = "18.0"
2828
jsonrpc-core = "18.0"
29-
rand = "0.7.3"
29+
rand = "0.8.4"
3030
parking_lot = "0.11.2"
3131
log = "0.4.11"
3232
futures-timer = "3.0.1"

0 commit comments

Comments
 (0)