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

4
Cargo.lock generated
View File

@ -858,9 +858,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.75"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c059c05b48c5c0067d4b4b2b4f0732dd65feb52daf7e0ea09cd87e7dadc1af79"
checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"
dependencies = [
"itoa",
"ryu",

View File

@ -23,7 +23,7 @@ libc = "0.2.113"
log = { version = "0.4.14", features = ["std"] }
option_parser = { path = "option_parser" }
seccompiler = "0.2.0"
serde_json = "1.0.75"
serde_json = "1.0.78"
signal-hook = "0.3.13"
thiserror = "1.0.30"
vmm = { path = "vmm" }
@ -43,7 +43,7 @@ versionize_derive = { git = "https://github.com/cloud-hypervisor/versionize_deri
dirs = "4.0.0"
lazy_static= "1.4.0"
net_util = { path = "net_util" }
serde_json = "1.0.75"
serde_json = "1.0.78"
test_infra = { path = "test_infra" }
wait-timeout = "0.2.0"

View File

@ -8,4 +8,4 @@ edition = "2018"
libc = "0.2.113"
serde = { version = "1.0.134", features = ["rc"] }
serde_derive = "1.0.134"
serde_json = "1.0.75"
serde_json = "1.0.78"

View File

@ -22,7 +22,7 @@ mshv-bindings = {git = "https://github.com/rust-vmm/mshv", branch = "main", feat
mshv-ioctls = { git = "https://github.com/rust-vmm/mshv", branch = "main", optional = true}
serde = { version = "1.0.134", features = ["rc"] }
serde_derive = "1.0.134"
serde_json = "1.0.75"
serde_json = "1.0.78"
vm-memory = { version = "0.7.0", features = ["backend-mmap", "backend-atomic"] }
vmm-sys-util = { version = "0.9.0", features = ["with-serde"] }

View File

@ -23,4 +23,4 @@ vmm-sys-util = "0.9.0"
[dev-dependencies]
lazy_static = "1.4.0"
pnet = "0.29.0"
serde_json = "1.0.75"
serde_json = "1.0.78"

View File

@ -25,7 +25,7 @@ rate_limiter = { path = "../rate_limiter" }
seccompiler = "0.2.0"
serde = "1.0.134"
serde_derive = "1.0.134"
serde_json = "1.0.75"
serde_json = "1.0.78"
versionize = "0.1.6"
versionize_derive = "0.1.4"
vhost = { version = "0.3.0", features = ["vhost-user-master", "vhost-user-slave", "vhost-kern"] }

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"

View File

@ -9,7 +9,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"
versionize = "0.1.6"
versionize_derive = "0.1.4"
vm-memory = { version = "0.7.0", features = ["backend-mmap", "backend-atomic"] }

View File

@ -37,7 +37,7 @@ qcow = { path = "../qcow" }
seccompiler = "0.2.0"
serde = { version = "1.0.134", features = ["rc"] }
serde_derive = "1.0.134"
serde_json = "1.0.75"
serde_json = "1.0.78"
signal-hook = "0.3.13"
thiserror = "1.0.30"
uuid = "0.8.2"