diff --git a/Cargo.lock b/Cargo.lock index d45ef5355..d8a1ba227 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -858,9 +858,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.74" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee2bb9cd061c5865d345bb02ca49fcef1391741b672b54a0bf7b679badec3142" +checksum = "c059c05b48c5c0067d4b4b2b4f0732dd65feb52daf7e0ea09cd87e7dadc1af79" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 71cb64fd8..ed5161593 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ libc = "0.2.112" log = { version = "0.4.14", features = ["std"] } option_parser = { path = "option_parser" } seccompiler = "0.2.0" -serde_json = "1.0.74" +serde_json = "1.0.75" 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.74" +serde_json = "1.0.75" test_infra = { path = "test_infra" } wait-timeout = "0.2.0" diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index 8b2eb5d1e..efb1f81f8 100644 --- a/event_monitor/Cargo.toml +++ b/event_monitor/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" libc = "0.2.112" serde = { version = "1.0.133", features = ["rc"] } serde_derive = "1.0.133" -serde_json = "1.0.74" +serde_json = "1.0.75" diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 9398f59e2..b6f89d8a3 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -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.133", features = ["rc"] } serde_derive = "1.0.133" -serde_json = "1.0.74" +serde_json = "1.0.75" vm-memory = { version = "0.7.0", features = ["backend-mmap", "backend-atomic"] } vmm-sys-util = { version = "0.9.0", features = ["with-serde"] } diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 72c8b7fe1..678fb3fe6 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -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.74" +serde_json = "1.0.75" diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index c21ef6d7c..465819191 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -25,7 +25,7 @@ rate_limiter = { path = "../rate_limiter" } seccompiler = "0.2.0" serde = "1.0.133" serde_derive = "1.0.133" -serde_json = "1.0.74" +serde_json = "1.0.75" versionize = "0.1.6" versionize_derive = "0.1.4" vhost = { version = "0.3.0", features = ["vhost-user-master", "vhost-user-slave", "vhost-kern"] } diff --git a/vm-device/Cargo.toml b/vm-device/Cargo.toml index 86055ab26..b78565699 100644 --- a/vm-device/Cargo.toml +++ b/vm-device/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0.52" thiserror = "1.0.30" serde = { version = "1.0.133", features = ["rc"] } serde_derive = "1.0.133" -serde_json = "1.0.74" +serde_json = "1.0.75" 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" diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index 3c0c2e103..23928996e 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0.52" thiserror = "1.0.30" serde = { version = "1.0.133", features = ["rc"] } serde_derive = "1.0.133" -serde_json = "1.0.74" +serde_json = "1.0.75" versionize = "0.1.6" versionize_derive = "0.1.4" vm-memory = { version = "0.7.0", features = ["backend-mmap", "backend-atomic"] } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 5b19f81bc..344670e70 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -37,7 +37,7 @@ qcow = { path = "../qcow" } seccompiler = "0.2.0" serde = { version = "1.0.133", features = ["rc"] } serde_derive = "1.0.133" -serde_json = "1.0.74" +serde_json = "1.0.75" signal-hook = "0.3.13" thiserror = "1.0.30" uuid = "0.8.2"