build: bump serde_json from 1.0.75 to 1.0.78

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.75 to 1.0.78.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.75...v1.0.78)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-01-25 00:49:19 +00:00
parent d71f073af3
commit b85c5faafc
9 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ anyhow = "1.0.52"
thiserror = "1.0.30"
serde = { version = "1.0.134", features = ["rc"] }
serde_derive = "1.0.134"
serde_json = "1.0.75"
serde_json = "1.0.78"
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio-ioctls", branch = "main", default-features = false }
vm-memory = { version = "0.7.0", features = ["backend-mmap"] }
vmm-sys-util = "0.9.0"