build(deps): bump rand from 0.8.2 to 0.8.3

Bumps [rand](https://github.com/rust-random/rand) from 0.8.2 to 0.8.3.
- [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]
2021-01-27 12:50:31 +00:00
parent 192d69d601
commit 50a89c6808
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.14"
net_gen = { path = "../net_gen" }
rand = "0.8.2"
rand = "0.8.3"
serde = "1.0.123"
virtio-bindings = "0.1.0"
vm-memory = { version = "0.4.0", features = ["backend-mmap", "backend-atomic"] }