diff --git a/Cargo.lock b/Cargo.lock index 878fb7774..efcfe3987 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -936,9 +936,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.69" +version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e466864e431129c7e0d3476b92f20458e5879919a0596c6472738d9fa2d342f8" +checksum = "e277c495ac6cd1a01a58d0a0c574568b4d1ddf14f59965c6a58b8d96400b54f3" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 102b0a272..e83c8e64a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ libc = "0.2.107" log = { version = "0.4.14", features = ["std"] } option_parser = { path = "option_parser" } seccompiler = "0.2.0" -serde_json = "1.0.69" +serde_json = "1.0.70" signal-hook = "0.3.10" thiserror = "1.0.30" vmm = { path = "vmm" } @@ -43,7 +43,7 @@ credibility = "0.1.3" dirs = "4.0.0" lazy_static= "1.4.0" net_util = { path = "net_util" } -serde_json = "1.0.69" +serde_json = "1.0.70" test_infra = { path = "test_infra" } wait-timeout = "0.2.0" diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index 9afe6a0b8..64c5a9beb 100644 --- a/event_monitor/Cargo.toml +++ b/event_monitor/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" libc = "0.2.107" serde = { version = "1.0.130", features = ["rc"] } serde_derive = "1.0.130" -serde_json = "1.0.69" +serde_json = "1.0.70" diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 19fa82c8a..af89d80af 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.130", features = ["rc"] } serde_derive = "1.0.130" -serde_json = "1.0.69" +serde_json = "1.0.70" vm-memory = { version = "0.6.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 9ccdec5aa..a7a9417c3 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.28.0" -serde_json = "1.0.69" +serde_json = "1.0.70" diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 16142e55d..c708014b3 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -26,7 +26,7 @@ rate_limiter = { path = "../rate_limiter" } seccompiler = "0.2.0" serde = "1.0.130" serde_derive = "1.0.130" -serde_json = "1.0.69" +serde_json = "1.0.70" versionize = "0.1.6" versionize_derive = "0.1.4" vhost = { version = "0.2.0", features = ["vhost-user-master", "vhost-user-slave", "vhost-kern"] } diff --git a/vm-device/Cargo.toml b/vm-device/Cargo.toml index 30fe13c2c..c2d5a3880 100644 --- a/vm-device/Cargo.toml +++ b/vm-device/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0.45" thiserror = "1.0.30" serde = { version = "1.0.130", features = ["rc"] } serde_derive = "1.0.130" -serde_json = "1.0.69" +serde_json = "1.0.70" 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" diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index e60ba2614..6bbfcfe37 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0.45" thiserror = "1.0.30" serde = { version = "1.0.130", features = ["rc"] } serde_derive = "1.0.130" -serde_json = "1.0.69" +serde_json = "1.0.70" versionize = "0.1.6" versionize_derive = "0.1.4" vm-memory = { version = "0.6.0", features = ["backend-mmap", "backend-atomic"] } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 584b6387f..8de72699d 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -38,7 +38,7 @@ qcow = { path = "../qcow" } seccompiler = "0.2.0" serde = { version = "1.0.130", features = ["rc"] } serde_derive = "1.0.130" -serde_json = "1.0.69" +serde_json = "1.0.70" signal-hook = "0.3.10" thiserror = "1.0.30" uuid = "0.8.2"