Skip to content

Commit 7f25852

Browse files
Bump rand_chacha from 0.2.2 to 0.3.0
Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.2.2 to 0.3.0. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_chacha-0.2.2...rand_chacha-0.3.0) --- updated-dependencies: - dependency-name: rand_chacha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aeb2aca commit 7f25852

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

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

client/consensus/babe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ sp-runtime = { version = "6.0.0", path = "../../../primitives/runtime" }
5353
sp-version = { version = "5.0.0", path = "../../../primitives/version" }
5454

5555
[dev-dependencies]
56-
rand_chacha = "0.2.2"
56+
rand_chacha = "0.3.0"
5757
tempfile = "3.1.0"
5858
sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" }
5959
sc-network = { version = "0.10.0-dev", path = "../../network" }

frame/society/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1414

1515
[dependencies]
1616
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
17-
rand_chacha = { version = "0.2", default-features = false }
17+
rand_chacha = { version = "0.3", default-features = false }
1818
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
1919
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
2020
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }

frame/staking/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ log = { version = "0.4.17", default-features = false }
3434

3535
# Optional imports for benchmarking
3636
frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true }
37-
rand_chacha = { version = "0.2", default-features = false, optional = true }
37+
rand_chacha = { version = "0.3", default-features = false, optional = true }
3838

3939
[dev-dependencies]
4040
sp-tracing = { version = "5.0.0", path = "../../primitives/tracing" }
@@ -47,7 +47,7 @@ pallet-bags-list = { version = "4.0.0-dev", features = ["runtime-benchmarks"], p
4747
substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" }
4848
frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking" }
4949
frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" }
50-
rand_chacha = { version = "0.2" }
50+
rand_chacha = { version = "0.3" }
5151

5252
[features]
5353
default = ["std"]

primitives/keystore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sp-externalities = { version = "0.12.0", default-features = false, path = "../ex
2626

2727
[dev-dependencies]
2828
rand = "0.7.2"
29-
rand_chacha = "0.2.2"
29+
rand_chacha = "0.3.0"
3030

3131
[features]
3232
default = ["std"]

0 commit comments

Comments
 (0)