diff --git a/Cargo.lock b/Cargo.lock index c51bf633c..8c3dbfcbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1133,9 +1133,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.93" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" +checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 3bb2cac56..e0f4134cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ libc = "0.2.139" log = { version = "0.4.17", features = ["std"] } option_parser = { path = "option_parser" } seccompiler = "0.3.0" -serde_json = "1.0.93" +serde_json = "1.0.95" signal-hook = "0.3.15" thiserror = "1.0.39" tpm = { path = "tpm"} @@ -58,7 +58,7 @@ versionize_derive = { git = "https://github.com/cloud-hypervisor/versionize_deri dirs = "4.0.0" net_util = { path = "net_util" } once_cell = "1.17.1" -serde_json = "1.0.93" +serde_json = "1.0.95" test_infra = { path = "test_infra" } wait-timeout = "0.2.0" diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index 67a43c745..492844491 100644 --- a/event_monitor/Cargo.toml +++ b/event_monitor/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] libc = "0.2.139" serde = { version = "1.0.151", features = ["rc", "derive"] } -serde_json = "1.0.93" +serde_json = "1.0.95" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index c929e4055..f36e6d347 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -25,4 +25,4 @@ vmm-sys-util = "0.11.0" once_cell = "1.17.1" pnet = "0.33.0" pnet_datalink = "0.33.0" -serde_json = "1.0.93" +serde_json = "1.0.95" diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index 15f6c5ace..c8577a65b 100644 --- a/performance-metrics/Cargo.toml +++ b/performance-metrics/Cargo.toml @@ -9,7 +9,7 @@ build = "../build.rs" argh = "0.1.9" dirs = "4.0.0" serde = { version = "1.0.151", features = ["rc", "derive"] } -serde_json = "1.0.93" +serde_json = "1.0.95" test_infra = { path = "../test_infra" } thiserror = "1.0.39" wait-timeout = "0.2.0" diff --git a/test_infra/Cargo.toml b/test_infra/Cargo.toml index fd89d5f0f..abd4eb805 100644 --- a/test_infra/Cargo.toml +++ b/test_infra/Cargo.toml @@ -10,7 +10,7 @@ epoll = "4.3.1" libc = "0.2.139" once_cell = "1.17.1" serde = { version = "1.0.151", features = ["rc", "derive"] } -serde_json = "1.0.93" +serde_json = "1.0.95" ssh2 = { version = "0.9.4", features = ["vendored-openssl"] } vmm-sys-util = "0.11.0" wait-timeout = "0.2.0" diff --git a/tracer/Cargo.toml b/tracer/Cargo.toml index 48922842e..ffa3b78b9 100644 --- a/tracer/Cargo.toml +++ b/tracer/Cargo.toml @@ -9,7 +9,7 @@ libc = "0.2.139" log = "0.4.17" once_cell = "1.17.1" serde = { version = "1.0.151", features = ["rc", "derive"] } -serde_json = "1.0.93" +serde_json = "1.0.95" [features] tracing = [] diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 300f3fb93..c405472b5 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -23,7 +23,7 @@ pci = { path = "../pci" } rate_limiter = { path = "../rate_limiter" } seccompiler = "0.3.0" serde = { version = "1.0.151", features = ["derive"] } -serde_json = "1.0.93" +serde_json = "1.0.95" serial_buffer = { path = "../serial_buffer" } thiserror = "1.0.39" versionize = "0.1.10" diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index 8d956c0c8..e70f363b5 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" anyhow = "1.0.69" thiserror = "1.0.39" serde = { version = "1.0.151", features = ["rc", "derive"] } -serde_json = "1.0.93" +serde_json = "1.0.95" versionize = "0.1.10" versionize_derive = "0.1.4" vm-memory = { version = "0.10.0", features = ["backend-mmap", "backend-atomic"] } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 274916f52..1e8cd326d 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -36,7 +36,7 @@ pci = { path = "../pci" } qcow = { path = "../qcow" } seccompiler = "0.3.0" serde = { version = "1.0.151", features = ["rc", "derive"] } -serde_json = "1.0.93" +serde_json = "1.0.95" serial_buffer = { path = "../serial_buffer" } signal-hook = "0.3.15" thiserror = "1.0.39"