diff --git a/Cargo.lock b/Cargo.lock index a42189ad0..0f3dc601c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1133,9 +1133,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.95" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" +checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 7bec1e2a9..826ab731c 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.95" +serde_json = "1.0.96" signal-hook = "0.3.15" thiserror = "1.0.39" tpm = { path = "tpm"} @@ -59,7 +59,7 @@ versionize_derive = { git = "https://github.com/cloud-hypervisor/versionize_deri dirs = "5.0.0" net_util = { path = "net_util" } once_cell = "1.17.1" -serde_json = "1.0.95" +serde_json = "1.0.96" test_infra = { path = "test_infra" } wait-timeout = "0.2.0" diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index 492844491..5bc36b8fc 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.95" +serde_json = "1.0.96" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index f36e6d347..1fb7945db 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.95" +serde_json = "1.0.96" diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index f06d372e7..48e6ec83f 100644 --- a/performance-metrics/Cargo.toml +++ b/performance-metrics/Cargo.toml @@ -9,7 +9,7 @@ build = "../build.rs" argh = "0.1.9" dirs = "5.0.0" serde = { version = "1.0.151", features = ["rc", "derive"] } -serde_json = "1.0.95" +serde_json = "1.0.96" 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 436583844..911fa4f8f 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.95" +serde_json = "1.0.96" 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 ffa3b78b9..248f264a2 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.95" +serde_json = "1.0.96" [features] tracing = [] diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index c405472b5..3b7f89900 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.95" +serde_json = "1.0.96" 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 e70f363b5..1c491d99f 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.95" +serde_json = "1.0.96" 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 1e8cd326d..7d1757bac 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.95" +serde_json = "1.0.96" serial_buffer = { path = "../serial_buffer" } signal-hook = "0.3.15" thiserror = "1.0.39"