mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-01 17:35:19 +00:00
build: bump serde_json from 1.0.72 to 1.0.73
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.72 to 1.0.73. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.72...v1.0.73) --- 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:
parent
3cd02403db
commit
2a2cea1658
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -447,9 +447,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "itoa"
|
||||
version = "0.4.8"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
||||
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
||||
|
||||
[[package]]
|
||||
name = "kvm-bindings"
|
||||
@ -935,9 +935,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.72"
|
||||
version = "1.0.73"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527"
|
||||
checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
@ -23,7 +23,7 @@ libc = "0.2.109"
|
||||
log = { version = "0.4.14", features = ["std"] }
|
||||
option_parser = { path = "option_parser" }
|
||||
seccompiler = "0.2.0"
|
||||
serde_json = "1.0.72"
|
||||
serde_json = "1.0.73"
|
||||
signal-hook = "0.3.12"
|
||||
thiserror = "1.0.30"
|
||||
vmm = { path = "vmm" }
|
||||
@ -44,7 +44,7 @@ credibility = "0.1.3"
|
||||
dirs = "4.0.0"
|
||||
lazy_static= "1.4.0"
|
||||
net_util = { path = "net_util" }
|
||||
serde_json = "1.0.72"
|
||||
serde_json = "1.0.73"
|
||||
test_infra = { path = "test_infra" }
|
||||
wait-timeout = "0.2.0"
|
||||
|
||||
|
@ -8,4 +8,4 @@ edition = "2018"
|
||||
libc = "0.2.109"
|
||||
serde = { version = "1.0.131", features = ["rc"] }
|
||||
serde_derive = "1.0.131"
|
||||
serde_json = "1.0.72"
|
||||
serde_json = "1.0.73"
|
||||
|
@ -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.131", features = ["rc"] }
|
||||
serde_derive = "1.0.131"
|
||||
serde_json = "1.0.72"
|
||||
serde_json = "1.0.73"
|
||||
vm-memory = { version = "0.6.0", features = ["backend-mmap", "backend-atomic"] }
|
||||
vmm-sys-util = { version = "0.9.0", features = ["with-serde"] }
|
||||
|
||||
|
@ -23,4 +23,4 @@ vmm-sys-util = "0.9.0"
|
||||
[dev-dependencies]
|
||||
lazy_static = "1.4.0"
|
||||
pnet = "0.28.0"
|
||||
serde_json = "1.0.72"
|
||||
serde_json = "1.0.73"
|
||||
|
@ -26,7 +26,7 @@ rate_limiter = { path = "../rate_limiter" }
|
||||
seccompiler = "0.2.0"
|
||||
serde = "1.0.131"
|
||||
serde_derive = "1.0.131"
|
||||
serde_json = "1.0.72"
|
||||
serde_json = "1.0.73"
|
||||
versionize = "0.1.6"
|
||||
versionize_derive = "0.1.4"
|
||||
vhost = { version = "0.2.0", features = ["vhost-user-master", "vhost-user-slave", "vhost-kern"] }
|
||||
|
@ -14,7 +14,7 @@ anyhow = "1.0.51"
|
||||
thiserror = "1.0.30"
|
||||
serde = { version = "1.0.131", features = ["rc"] }
|
||||
serde_derive = "1.0.131"
|
||||
serde_json = "1.0.72"
|
||||
serde_json = "1.0.73"
|
||||
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio-ioctls", branch = "main", default-features = false }
|
||||
vm-memory = { version = "0.6.0", features = ["backend-mmap"] }
|
||||
vmm-sys-util = "0.9.0"
|
||||
|
@ -9,7 +9,7 @@ anyhow = "1.0.51"
|
||||
thiserror = "1.0.30"
|
||||
serde = { version = "1.0.131", features = ["rc"] }
|
||||
serde_derive = "1.0.131"
|
||||
serde_json = "1.0.72"
|
||||
serde_json = "1.0.73"
|
||||
versionize = "0.1.6"
|
||||
versionize_derive = "0.1.4"
|
||||
vm-memory = { version = "0.6.0", features = ["backend-mmap", "backend-atomic"] }
|
||||
|
@ -38,7 +38,7 @@ qcow = { path = "../qcow" }
|
||||
seccompiler = "0.2.0"
|
||||
serde = { version = "1.0.131", features = ["rc"] }
|
||||
serde_derive = "1.0.131"
|
||||
serde_json = "1.0.72"
|
||||
serde_json = "1.0.73"
|
||||
signal-hook = "0.3.12"
|
||||
thiserror = "1.0.30"
|
||||
uuid = "0.8.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user