mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
Rob Bradford
parent
a2164873ac
commit
3d66e86604
Generated
+2
-2
@@ -932,9 +932,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.81"
|
version = "1.0.82"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
|
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"ryu",
|
"ryu",
|
||||||
|
|||||||
+2
-2
@@ -26,7 +26,7 @@ libc = "0.2.126"
|
|||||||
log = { version = "0.4.17", features = ["std"] }
|
log = { version = "0.4.17", features = ["std"] }
|
||||||
option_parser = { path = "option_parser" }
|
option_parser = { path = "option_parser" }
|
||||||
seccompiler = "0.2.0"
|
seccompiler = "0.2.0"
|
||||||
serde_json = "1.0.81"
|
serde_json = "1.0.82"
|
||||||
signal-hook = "0.3.14"
|
signal-hook = "0.3.14"
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
vmm = { path = "vmm" }
|
vmm = { path = "vmm" }
|
||||||
@@ -46,7 +46,7 @@ versionize_derive = { git = "https://github.com/cloud-hypervisor/versionize_deri
|
|||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
net_util = { path = "net_util" }
|
net_util = { path = "net_util" }
|
||||||
once_cell = "1.12.0"
|
once_cell = "1.12.0"
|
||||||
serde_json = "1.0.81"
|
serde_json = "1.0.82"
|
||||||
test_infra = { path = "test_infra" }
|
test_infra = { path = "test_infra" }
|
||||||
wait-timeout = "0.2.0"
|
wait-timeout = "0.2.0"
|
||||||
|
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.126"
|
libc = "0.2.126"
|
||||||
serde = { version = "1.0.137", features = ["rc", "derive"] }
|
serde = { version = "1.0.137", features = ["rc", "derive"] }
|
||||||
serde_json = "1.0.81"
|
serde_json = "1.0.82"
|
||||||
|
|||||||
@@ -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-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}
|
mshv-ioctls = { git = "https://github.com/rust-vmm/mshv", branch = "main", optional = true}
|
||||||
serde = { version = "1.0.137", features = ["rc", "derive"] }
|
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"] }
|
vm-memory = { version = "0.8.0", features = ["backend-mmap", "backend-atomic"] }
|
||||||
vmm-sys-util = { version = "0.9.0", features = ["with-serde"] }
|
vmm-sys-util = { version = "0.9.0", features = ["with-serde"] }
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -24,4 +24,4 @@ vmm-sys-util = "0.9.0"
|
|||||||
once_cell = "1.12.0"
|
once_cell = "1.12.0"
|
||||||
pnet = "0.31.0"
|
pnet = "0.31.0"
|
||||||
pnet_datalink = "0.31.0"
|
pnet_datalink = "0.31.0"
|
||||||
serde_json = "1.0.81"
|
serde_json = "1.0.82"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ build = "build.rs"
|
|||||||
clap = { version = "3.2.7", features = ["wrap_help","cargo"] }
|
clap = { version = "3.2.7", features = ["wrap_help","cargo"] }
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
serde = { version = "1.0.137", features = ["rc", "derive"] }
|
serde = { version = "1.0.137", features = ["rc", "derive"] }
|
||||||
serde_json = "1.0.81"
|
serde_json = "1.0.82"
|
||||||
test_infra = { path = "../test_infra" }
|
test_infra = { path = "../test_infra" }
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
wait-timeout = "0.2.0"
|
wait-timeout = "0.2.0"
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ pci = { path = "../pci" }
|
|||||||
rate_limiter = { path = "../rate_limiter" }
|
rate_limiter = { path = "../rate_limiter" }
|
||||||
seccompiler = "0.2.0"
|
seccompiler = "0.2.0"
|
||||||
serde = { version="1.0.137", features=["derive"] }
|
serde = { version="1.0.137", features=["derive"] }
|
||||||
serde_json = "1.0.81"
|
serde_json = "1.0.82"
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
versionize = "0.1.6"
|
versionize = "0.1.6"
|
||||||
versionize_derive = "0.1.4"
|
versionize_derive = "0.1.4"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ anyhow = "1.0.58"
|
|||||||
hypervisor = { path = "../hypervisor" }
|
hypervisor = { path = "../hypervisor" }
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
serde = { version = "1.0.137", features = ["rc", "derive"] }
|
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 }
|
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false }
|
||||||
vm-memory = { version = "0.8.0", features = ["backend-mmap"] }
|
vm-memory = { version = "0.8.0", features = ["backend-mmap"] }
|
||||||
vmm-sys-util = "0.9.0"
|
vmm-sys-util = "0.9.0"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ edition = "2021"
|
|||||||
anyhow = "1.0.58"
|
anyhow = "1.0.58"
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
serde = { version = "1.0.137", features = ["rc", "derive"] }
|
serde = { version = "1.0.137", features = ["rc", "derive"] }
|
||||||
serde_json = "1.0.81"
|
serde_json = "1.0.82"
|
||||||
versionize = "0.1.6"
|
versionize = "0.1.6"
|
||||||
versionize_derive = "0.1.4"
|
versionize_derive = "0.1.4"
|
||||||
vm-memory = { version = "0.8.0", features = ["backend-mmap", "backend-atomic"] }
|
vm-memory = { version = "0.8.0", features = ["backend-mmap", "backend-atomic"] }
|
||||||
|
|||||||
+1
-1
@@ -40,7 +40,7 @@ pci = { path = "../pci" }
|
|||||||
qcow = { path = "../qcow" }
|
qcow = { path = "../qcow" }
|
||||||
seccompiler = "0.2.0"
|
seccompiler = "0.2.0"
|
||||||
serde = { version = "1.0.137", features = ["rc", "derive"] }
|
serde = { version = "1.0.137", features = ["rc", "derive"] }
|
||||||
serde_json = "1.0.81"
|
serde_json = "1.0.82"
|
||||||
signal-hook = "0.3.14"
|
signal-hook = "0.3.14"
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
uuid = "1.1.2"
|
uuid = "1.1.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user