Bump rand from 0.8.4 to 0.8.5 (#4917)

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

---
updated-dependencies:
- dependency-name: rand
  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]
2022-02-14 11:37:02 +01:00
committed by GitHub
parent 99728fd214
commit 98a1343cd9
9 changed files with 40 additions and 50 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ futures = "0.3.21"
itertools = "0.10"
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
pin-project = "1.0.9"
rand = "0.8.3"
rand = "0.8.5"
thiserror = "1.0.30"
tracing = "0.1.30"
derive_more = "0.99.17"