build: bump serde_json from 1.0.81 to 1.0.82

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.81 to 1.0.82.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.81...v1.0.82)

---
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-06-30 16:07:47 +00:00 committed by Rob Bradford
parent a2164873ac
commit 3d66e86604
10 changed files with 12 additions and 12 deletions

4
Cargo.lock generated
View File

@ -932,9 +932,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.81"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
dependencies = [
"itoa",
"ryu",

View File

@ -26,7 +26,7 @@ libc = "0.2.126"
log = { version = "0.4.17", features = ["std"] }
option_parser = { path = "option_parser" }
seccompiler = "0.2.0"
serde_json = "1.0.81"
serde_json = "1.0.82"
signal-hook = "0.3.14"
thiserror = "1.0.31"
vmm = { path = "vmm" }
@ -46,7 +46,7 @@ versionize_derive = { git = "https://github.com/cloud-hypervisor/versionize_deri
dirs = "4.0.0"
net_util = { path = "net_util" }
once_cell = "1.12.0"
serde_json = "1.0.81"
serde_json = "1.0.82"
test_infra = { path = "test_infra" }
wait-timeout = "0.2.0"

View File

@ -7,4 +7,4 @@ edition = "2021"
[dependencies]
libc = "0.2.126"
serde = { version = "1.0.137", features = ["rc", "derive"] }
serde_json = "1.0.81"
serde_json = "1.0.82"

View File

@ -21,7 +21,7 @@ kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branc
mshv-bindings = { git = "https://github.com/rust-vmm/mshv", branch = "main", features = ["with-serde", "fam-wrappers"], optional = true }
mshv-ioctls = { git = "https://github.com/rust-vmm/mshv", branch = "main", optional = true}
serde = { version = "1.0.137", features = ["rc", "derive"] }
serde_json = "1.0.81"
serde_json = "1.0.82"
vm-memory = { version = "0.8.0", features = ["backend-mmap", "backend-atomic"] }
vmm-sys-util = { version = "0.9.0", features = ["with-serde"] }

View File

@ -24,4 +24,4 @@ vmm-sys-util = "0.9.0"
once_cell = "1.12.0"
pnet = "0.31.0"
pnet_datalink = "0.31.0"
serde_json = "1.0.81"
serde_json = "1.0.82"

View File

@ -9,7 +9,7 @@ build = "build.rs"
clap = { version = "3.2.7", features = ["wrap_help","cargo"] }
dirs = "4.0.0"
serde = { version = "1.0.137", features = ["rc", "derive"] }
serde_json = "1.0.81"
serde_json = "1.0.82"
test_infra = { path = "../test_infra" }
thiserror = "1.0.31"
wait-timeout = "0.2.0"

View File

@ -24,7 +24,7 @@ pci = { path = "../pci" }
rate_limiter = { path = "../rate_limiter" }
seccompiler = "0.2.0"
serde = { version="1.0.137", features=["derive"] }
serde_json = "1.0.81"
serde_json = "1.0.82"
thiserror = "1.0.31"
versionize = "0.1.6"
versionize_derive = "0.1.4"

View File

@ -14,7 +14,7 @@ anyhow = "1.0.58"
hypervisor = { path = "../hypervisor" }
thiserror = "1.0.31"
serde = { version = "1.0.137", features = ["rc", "derive"] }
serde_json = "1.0.81"
serde_json = "1.0.82"
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false }
vm-memory = { version = "0.8.0", features = ["backend-mmap"] }
vmm-sys-util = "0.9.0"

View File

@ -8,7 +8,7 @@ edition = "2021"
anyhow = "1.0.58"
thiserror = "1.0.31"
serde = { version = "1.0.137", features = ["rc", "derive"] }
serde_json = "1.0.81"
serde_json = "1.0.82"
versionize = "0.1.6"
versionize_derive = "0.1.4"
vm-memory = { version = "0.8.0", features = ["backend-mmap", "backend-atomic"] }

View File

@ -40,7 +40,7 @@ pci = { path = "../pci" }
qcow = { path = "../qcow" }
seccompiler = "0.2.0"
serde = { version = "1.0.137", features = ["rc", "derive"] }
serde_json = "1.0.81"
serde_json = "1.0.82"
signal-hook = "0.3.14"
thiserror = "1.0.31"
uuid = "1.1.2"