diff --git a/Cargo.lock b/Cargo.lock index df83eedb2..e32d348ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1136,9 +1136,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.91" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" +checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 576a2b01f..74f57140a 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.89" +serde_json = "1.0.93" signal-hook = "0.3.14" thiserror = "1.0.38" 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.16.0" -serde_json = "1.0.89" +serde_json = "1.0.93" test_infra = { path = "test_infra" } wait-timeout = "0.2.0" diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index 93bfe7a87..67a43c745 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.89" +serde_json = "1.0.93" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 7b300e32b..d91052a62 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -25,4 +25,4 @@ vmm-sys-util = "0.11.0" once_cell = "1.16.0" pnet = "0.33.0" pnet_datalink = "0.33.0" -serde_json = "1.0.89" +serde_json = "1.0.93" diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index 3517b6473..a481fe881 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.89" +serde_json = "1.0.93" test_infra = { path = "../test_infra" } thiserror = "1.0.38" wait-timeout = "0.2.0" diff --git a/test_infra/Cargo.toml b/test_infra/Cargo.toml index f98160fd4..e783fee7e 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.16.0" serde = { version = "1.0.151", features = ["rc", "derive"] } -serde_json = "1.0.89" +serde_json = "1.0.93" 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 6973417bc..3a9988148 100644 --- a/tracer/Cargo.toml +++ b/tracer/Cargo.toml @@ -9,7 +9,7 @@ libc = "0.2.139" log = "0.4.17" once_cell = "1.16.0" serde = { version = "1.0.151", features = ["rc", "derive"] } -serde_json = "1.0.89" +serde_json = "1.0.93" [features] tracing = [] diff --git a/vfio_user/Cargo.toml b/vfio_user/Cargo.toml index 50e76e229..3d0c5b5c3 100644 --- a/vfio_user/Cargo.toml +++ b/vfio_user/Cargo.toml @@ -9,7 +9,7 @@ libc = "0.2.139" log = "0.4.17" serde = { version = "1.0.151", features = ["rc"] } serde_derive = "1.0.149" -serde_json = "1.0.89" +serde_json = "1.0.93" thiserror = "1.0.38" vfio-bindings = { git = "https://github.com/rust-vmm/vfio", branch = "main", features = ["fam-wrappers"] } vm-memory = { version = "0.10.0", features = ["backend-mmap", "backend-atomic"] } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index a7748440c..c15fdbd47 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.89" +serde_json = "1.0.93" serial_buffer = { path = "../serial_buffer" } thiserror = "1.0.38" versionize = "0.1.9" diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index bb193ee11..97f113ea8 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" anyhow = "1.0.69" thiserror = "1.0.38" serde = { version = "1.0.151", features = ["rc", "derive"] } -serde_json = "1.0.89" +serde_json = "1.0.93" versionize = "0.1.9" 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 94618e4c3..5f08753d7 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.89" +serde_json = "1.0.93" serial_buffer = { path = "../serial_buffer" } signal-hook = "0.3.14" thiserror = "1.0.38"