build(deps): bump serde from 1.0.123 to 1.0.124

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.123 to 1.0.124.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.123...v1.0.124)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-03-07 21:56:30 +00:00
parent c8be08adf6
commit 54e1796da6
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ epoll = ">=4.0.1"
libc = "0.2.88"
log = "0.4.14"
net_gen = { path = "../net_gen" }
serde = "1.0.123"
serde = "1.0.124"
virtio-bindings = "0.1.0"
vm-memory = { version = "0.5.0", features = ["backend-mmap", "backend-atomic"] }
vm-virtio = { path = "../vm-virtio" }