build: bump serde_json from 1.0.79 to 1.0.80

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.80.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.79...v1.0.80)

---
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-05-02 10:46:09 +00:00
parent a5a2e591c9
commit 938b0bfcec
10 changed files with 12 additions and 12 deletions

4
Cargo.lock generated
View File

@ -919,9 +919,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.79"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
checksum = "f972498cf015f7c0746cac89ebe1d6ef10c293b94175a243a2d9442c163d9944"
dependencies = [
"itoa",
"ryu",

View File

@ -26,7 +26,7 @@ libc = "0.2.124"
log = { version = "0.4.16", features = ["std"] }
option_parser = { path = "option_parser" }
seccompiler = "0.2.0"
serde_json = "1.0.79"
serde_json = "1.0.80"
signal-hook = "0.3.13"
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"
lazy_static= "1.4.0"
net_util = { path = "net_util" }
serde_json = "1.0.79"
serde_json = "1.0.80"
test_infra = { path = "test_infra" }
wait-timeout = "0.2.0"

View File

@ -8,4 +8,4 @@ edition = "2021"
libc = "0.2.124"
serde = { version = "1.0.136", features = ["rc"] }
serde_derive = "1.0.136"
serde_json = "1.0.79"
serde_json = "1.0.80"

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.136", features = ["rc"] }
serde_derive = "1.0.136"
serde_json = "1.0.79"
serde_json = "1.0.80"
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.79"
serde_json = "1.0.80"

View File

@ -10,7 +10,7 @@ clap = { version = "3.1.14", features = ["wrap_help","cargo"] }
dirs = "4.0.0"
serde = { version = "1.0.136", features = ["rc"] }
serde_derive = "1.0.136"
serde_json = "1.0.78"
serde_json = "1.0.80"
test_infra = { path = "../test_infra" }
thiserror = "1.0.31"
wait-timeout = "0.2.0"

View File

@ -25,7 +25,7 @@ rate_limiter = { path = "../rate_limiter" }
seccompiler = "0.2.0"
serde = "1.0.136"
serde_derive = "1.0.136"
serde_json = "1.0.79"
serde_json = "1.0.80"
thiserror = "1.0.31"
versionize = "0.1.6"
versionize_derive = "0.1.4"

View File

@ -14,7 +14,7 @@ anyhow = "1.0.57"
thiserror = "1.0.31"
serde = { version = "1.0.136", features = ["rc"] }
serde_derive = "1.0.136"
serde_json = "1.0.79"
serde_json = "1.0.80"
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", 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.57"
thiserror = "1.0.31"
serde = { version = "1.0.136", features = ["rc"] }
serde_derive = "1.0.136"
serde_json = "1.0.79"
serde_json = "1.0.80"
versionize = "0.1.6"
versionize_derive = "0.1.4"
vm-memory = { version = "0.7.0", features = ["backend-mmap", "backend-atomic"] }

View File

@ -40,7 +40,7 @@ qcow = { path = "../qcow" }
seccompiler = "0.2.0"
serde = { version = "1.0.136", features = ["rc"] }
serde_derive = "1.0.136"
serde_json = "1.0.79"
serde_json = "1.0.80"
signal-hook = "0.3.13"
thiserror = "1.0.31"
uuid = "1.0.0"