diff --git a/Cargo.lock b/Cargo.lock index 721e6b7fe..b08dab092 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1951,9 +1951,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.107" +version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" +checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 9121ab610..73e2601a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ libc = "0.2.147" log = { version = "0.4.20", features = ["std"] } option_parser = { path = "option_parser" } seccompiler = "0.4.0" -serde_json = "1.0.107" +serde_json = "1.0.109" signal-hook = "0.3.17" thiserror = "1.0.52" tpm = { path = "tpm"} @@ -60,7 +60,7 @@ versionize_derive = { git = "https://github.com/cloud-hypervisor/versionize_deri dirs = "5.0.0" net_util = { path = "net_util" } once_cell = "1.19.0" -serde_json = "1.0.107" +serde_json = "1.0.109" test_infra = { path = "test_infra" } wait-timeout = "0.2.0" diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index e76b4ffb6..3fb4bc2ad 100644 --- a/event_monitor/Cargo.toml +++ b/event_monitor/Cargo.toml @@ -9,4 +9,4 @@ flume = "0.10.14" libc = "0.2.147" once_cell = "1.19.0" serde = { version = "1.0.168", features = ["rc", "derive"] } -serde_json = "1.0.107" +serde_json = "1.0.109" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 5d65998d1..544e9fa3a 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -25,4 +25,4 @@ vmm-sys-util = "0.11.0" once_cell = "1.19.0" pnet = "0.34.0" pnet_datalink = "0.34.0" -serde_json = "1.0.107" +serde_json = "1.0.109" diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index 94670547b..ee6303b4e 100644 --- a/performance-metrics/Cargo.toml +++ b/performance-metrics/Cargo.toml @@ -9,7 +9,7 @@ build = "../build.rs" clap = { version = "4.4.7", features = ["wrap_help"] } dirs = "5.0.0" serde = { version = "1.0.168", features = ["rc", "derive"] } -serde_json = "1.0.107" +serde_json = "1.0.109" test_infra = { path = "../test_infra" } thiserror = "1.0.52" wait-timeout = "0.2.0" diff --git a/test_infra/Cargo.toml b/test_infra/Cargo.toml index 80078cc6e..29b8fd5e1 100644 --- a/test_infra/Cargo.toml +++ b/test_infra/Cargo.toml @@ -10,7 +10,7 @@ epoll = "4.3.3" libc = "0.2.147" once_cell = "1.19.0" serde = { version = "1.0.168", features = ["rc", "derive"] } -serde_json = "1.0.107" +serde_json = "1.0.109" 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 addf3175f..14199ffe1 100644 --- a/tracer/Cargo.toml +++ b/tracer/Cargo.toml @@ -9,7 +9,7 @@ libc = "0.2.147" log = "0.4.20" once_cell = "1.19.0" serde = { version = "1.0.168", features = ["rc", "derive"] } -serde_json = "1.0.107" +serde_json = "1.0.109" [features] tracing = [] diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 00ae4376f..aa4fce151 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -22,7 +22,7 @@ pci = { path = "../pci" } rate_limiter = { path = "../rate_limiter" } seccompiler = "0.4.0" serde = { version = "1.0.168", features = ["derive"] } -serde_json = "1.0.107" +serde_json = "1.0.109" serial_buffer = { path = "../serial_buffer" } thiserror = "1.0.52" versionize = "0.1.10" diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index fa18a1010..f9340ce28 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" anyhow = "1.0.75" thiserror = "1.0.52" serde = { version = "1.0.168", features = ["rc", "derive"] } -serde_json = "1.0.107" +serde_json = "1.0.109" versionize = "0.1.10" versionize_derive = "0.1.4" vm-memory = { version = "0.13.1", features = ["backend-mmap", "backend-atomic"] } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 71c746e54..3c4d63c39 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -49,7 +49,7 @@ pci = { path = "../pci" } range_map_vec = { version = "0.1.0", optional = true } seccompiler = "0.4.0" serde = { version = "1.0.168", features = ["rc", "derive"] } -serde_json = "1.0.107" +serde_json = "1.0.109" serial_buffer = { path = "../serial_buffer" } signal-hook = "0.3.17" thiserror = "1.0.52"