diff --git a/Cargo.lock b/Cargo.lock index c6bef8b7c..656d8451b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -979,9 +979,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.82" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7" +checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index cb55a02a1..a32236da9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ libc = "0.2.127" log = { version = "0.4.17", features = ["std"] } option_parser = { path = "option_parser" } seccompiler = "0.2.0" -serde_json = "1.0.82" +serde_json = "1.0.83" signal-hook = "0.3.14" thiserror = "1.0.31" vmm = { path = "vmm" } @@ -46,7 +46,7 @@ versionize_derive = { git = "https://github.com/cloud-hypervisor/versionize_deri dirs = "4.0.0" net_util = { path = "net_util" } once_cell = "1.13.0" -serde_json = "1.0.82" +serde_json = "1.0.83" test_infra = { path = "test_infra" } wait-timeout = "0.2.0" diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index 6fcd8f482..d409187a6 100644 --- a/event_monitor/Cargo.toml +++ b/event_monitor/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] libc = "0.2.127" serde = { version = "1.0.142", features = ["rc", "derive"] } -serde_json = "1.0.82" +serde_json = "1.0.83" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index e5bbe13b3..83519fe08 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -24,4 +24,4 @@ vmm-sys-util = "0.10.0" once_cell = "1.13.0" pnet = "0.31.0" pnet_datalink = "0.31.0" -serde_json = "1.0.82" +serde_json = "1.0.83" diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index aa904187f..604b72a6e 100644 --- a/performance-metrics/Cargo.toml +++ b/performance-metrics/Cargo.toml @@ -9,7 +9,7 @@ build = "build.rs" clap = { version = "3.2.16", features = ["wrap_help","cargo"] } dirs = "4.0.0" serde = { version = "1.0.142", features = ["rc", "derive"] } -serde_json = "1.0.82" +serde_json = "1.0.83" test_infra = { path = "../test_infra" } thiserror = "1.0.31" wait-timeout = "0.2.0" diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index d7c84fdec..3129680b3 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -24,7 +24,7 @@ pci = { path = "../pci" } rate_limiter = { path = "../rate_limiter" } seccompiler = "0.2.0" serde = { version="1.0.142", features=["derive"] } -serde_json = "1.0.82" +serde_json = "1.0.83" thiserror = "1.0.31" versionize = "0.1.6" versionize_derive = "0.1.4" diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index 38ae784de..9103e3d29 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" anyhow = "1.0.59" thiserror = "1.0.31" serde = { version = "1.0.142", features = ["rc", "derive"] } -serde_json = "1.0.82" +serde_json = "1.0.83" versionize = "0.1.6" versionize_derive = "0.1.4" vm-memory = { version = "0.8.0", features = ["backend-mmap", "backend-atomic"] } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 9d45a48fc..576ccc97f 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -40,7 +40,7 @@ pci = { path = "../pci" } qcow = { path = "../qcow" } seccompiler = "0.2.0" serde = { version = "1.0.142", features = ["rc", "derive"] } -serde_json = "1.0.82" +serde_json = "1.0.83" signal-hook = "0.3.14" thiserror = "1.0.31" uuid = "1.1.2"