build(deps): bump rand from 0.8.1 to 0.8.2

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-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-01-13 10:10:41 +00:00
parent b2dd03b2dc
commit 6b424b5f6b
3 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ epoll = ">=4.0.1"
libc = "0.2.82"
log = "0.4.13"
net_gen = { path = "../net_gen" }
rand = "0.8.1"
rand = "0.8.2"
serde = "1.0.118"
virtio-bindings = "0.1.0"
vm-memory = { version = "0.4.0", features = ["backend-mmap", "backend-atomic"] }