build(deps): bump rand from 0.7.3 to 0.8.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-12-29 19:29:38 +00:00
parent 4751a5949d
commit 3074b178bd
3 changed files with 60 additions and 9 deletions

View File

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