Bump rand from 0.8.1 to 0.8.2 (#2266)

Bumps [rand](https://github.com/rust-random/rand) from 0.8.1 to 0.8.2.
- [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/0.8.1...0.8.2)

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-01-14 09:16:32 +01:00
committed by GitHub
parent 3465c18b71
commit 96f80ac3e3
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", defa
primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false }
libsecp256k1 = { version = "0.3.5", default-features = false, optional = true }
rand = { version = "0.8.1", default-features = false }
rand = { version = "0.8.2", default-features = false }
rand_chacha = { version = "0.3.0", default-features = false }
[dev-dependencies]