diff --git a/Cargo.lock b/Cargo.lock index 83a5c8291..287c168be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -849,9 +849,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.78" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085" +checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95" dependencies = [ "itoa", "ryu", @@ -1217,7 +1217,7 @@ dependencies = [ [[package]] name = "virtio-queue" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-virtio?branch=main#2ca74a6d776c1b61989aae8c05d2dee4ab3c47a6" +source = "git+https://github.com/rust-vmm/vm-virtio?branch=main#f2a46b3f428ef1c26bd83defd5d3984eb9420619" dependencies = [ "log", "vm-memory", diff --git a/Cargo.toml b/Cargo.toml index 52e49a620..e4874dc5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ libc = "0.2.117" log = { version = "0.4.14", features = ["std"] } option_parser = { path = "option_parser" } seccompiler = "0.2.0" -serde_json = "1.0.78" +serde_json = "1.0.79" signal-hook = "0.3.13" thiserror = "1.0.30" vmm = { path = "vmm" } @@ -44,7 +44,7 @@ virtio-queue = { git = "https://github.com/rust-vmm/vm-virtio", branch = "main" dirs = "4.0.0" lazy_static= "1.4.0" net_util = { path = "net_util" } -serde_json = "1.0.78" +serde_json = "1.0.79" test_infra = { path = "test_infra" } wait-timeout = "0.2.0" diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index 9599db407..52454b244 100644 --- a/event_monitor/Cargo.toml +++ b/event_monitor/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" libc = "0.2.117" serde = { version = "1.0.136", features = ["rc"] } serde_derive = "1.0.136" -serde_json = "1.0.78" +serde_json = "1.0.79" diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 35ddc1943..3db7946fe 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.136", features = ["rc"] } serde_derive = "1.0.136" -serde_json = "1.0.78" +serde_json = "1.0.79" 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 5787b7683..a741454f3 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.78" +serde_json = "1.0.79" diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 3a4e2296e..d31f35802 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.136" serde_derive = "1.0.136" -serde_json = "1.0.78" +serde_json = "1.0.79" 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 d23ca18a4..c1896cda3 100644 --- a/vm-device/Cargo.toml +++ b/vm-device/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0.53" thiserror = "1.0.30" serde = { version = "1.0.136", features = ["rc"] } serde_derive = "1.0.136" -serde_json = "1.0.78" +serde_json = "1.0.79" 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" diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index 54ae72841..a46115e67 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0.53" thiserror = "1.0.30" serde = { version = "1.0.136", features = ["rc"] } serde_derive = "1.0.136" -serde_json = "1.0.78" +serde_json = "1.0.79" 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 413c3b7d3..99fa97b3c 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -37,7 +37,7 @@ qcow = { path = "../qcow" } seccompiler = "0.2.0" serde = { version = "1.0.136", features = ["rc"] } serde_derive = "1.0.136" -serde_json = "1.0.78" +serde_json = "1.0.79" signal-hook = "0.3.13" thiserror = "1.0.30" uuid = "0.8.2"