Bump rand_chacha from 0.3.0 to 0.3.1 (#3225)

Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/rand_chacha-0.3.0...rand_chacha-0.3.1)

---
updated-dependencies:
- dependency-name: rand_chacha
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-06-22 13:21:56 +02:00
committed by GitHub
parent 0225640d62
commit 23f1b8ee37
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ primitives = { package = "polkadot-primitives", path = "../../primitives", defau
libsecp256k1 = { version = "0.3.5", default-features = false, optional = true }
rand = { version = "0.8.3", default-features = false }
rand_chacha = { version = "0.3.0", default-features = false }
rand_chacha = { version = "0.3.1", default-features = false }
[dev-dependencies]
futures = "0.3.15"