From 0fbb3e2c2c76790e03f4aee1d93e63e4d7aed563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 23:42:39 +0000 Subject: [PATCH] build: Bump serde_json from 1.0.115 to 1.0.120 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.115 to 1.0.120. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.115...v1.0.120) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- event_monitor/Cargo.toml | 2 +- net_util/Cargo.toml | 2 +- performance-metrics/Cargo.toml | 2 +- test_infra/Cargo.toml | 2 +- tracer/Cargo.toml | 2 +- virtio-devices/Cargo.toml | 2 +- vm-migration/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9645926b7..c23efe984 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1894,9 +1894,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.115" +version = "1.0.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" +checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 88e6bd5d8..cb455caa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ libc = "0.2.153" log = { version = "0.4.22", features = ["std"] } option_parser = { path = "option_parser" } seccompiler = "0.4.0" -serde_json = "1.0.115" +serde_json = "1.0.120" signal-hook = "0.3.17" thiserror = "1.0.62" tpm = { path = "tpm" } @@ -54,7 +54,7 @@ zbus = { version = "4.1.2", optional = true } dirs = "5.0.1" net_util = { path = "net_util" } once_cell = "1.19.0" -serde_json = "1.0.115" +serde_json = "1.0.120" test_infra = { path = "test_infra" } wait-timeout = "0.2.0" diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index fa9f240a1..376807bfa 100644 --- a/event_monitor/Cargo.toml +++ b/event_monitor/Cargo.toml @@ -9,4 +9,4 @@ flume = "0.11.0" libc = "0.2.153" once_cell = "1.19.0" serde = { version = "1.0.197", features = ["derive", "rc"] } -serde_json = "1.0.115" +serde_json = "1.0.120" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 362c5d364..c1102a0e6 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -27,4 +27,4 @@ vmm-sys-util = "0.12.1" once_cell = "1.19.0" pnet = "0.35.0" pnet_datalink = "0.35.0" -serde_json = "1.0.115" +serde_json = "1.0.120" diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index e97781c4b..094ac3f4d 100644 --- a/performance-metrics/Cargo.toml +++ b/performance-metrics/Cargo.toml @@ -9,7 +9,7 @@ version = "0.1.0" clap = { version = "4.5.4", features = ["wrap_help"] } dirs = "5.0.1" serde = { version = "1.0.197", features = ["derive", "rc"] } -serde_json = "1.0.115" +serde_json = "1.0.120" test_infra = { path = "../test_infra" } thiserror = "1.0.62" wait-timeout = "0.2.0" diff --git a/test_infra/Cargo.toml b/test_infra/Cargo.toml index 28cae8aa1..54ded9a4b 100644 --- a/test_infra/Cargo.toml +++ b/test_infra/Cargo.toml @@ -10,7 +10,7 @@ epoll = "4.3.3" libc = "0.2.153" once_cell = "1.19.0" serde = { version = "1.0.197", features = ["derive", "rc"] } -serde_json = "1.0.115" +serde_json = "1.0.120" ssh2 = { version = "0.9.4", features = ["vendored-openssl"] } vmm-sys-util = "0.12.1" wait-timeout = "0.2.0" diff --git a/tracer/Cargo.toml b/tracer/Cargo.toml index 158ee47a7..53822c45d 100644 --- a/tracer/Cargo.toml +++ b/tracer/Cargo.toml @@ -9,7 +9,7 @@ libc = "0.2.153" log = "0.4.22" once_cell = "1.19.0" serde = { version = "1.0.197", features = ["derive", "rc"] } -serde_json = "1.0.115" +serde_json = "1.0.120" [features] tracing = [] diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 5b0f32478..1968f3a3f 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.4.0" serde = { version = "1.0.197", features = ["derive"] } -serde_json = "1.0.115" +serde_json = "1.0.120" serde_with = { version = "3.7.0", default-features = false, features = [ "macros", ] } diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index 35182a844..6457dce95 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -7,7 +7,7 @@ version = "0.1.0" [dependencies] anyhow = "1.0.81" serde = { version = "1.0.197", features = ["derive", "rc"] } -serde_json = "1.0.115" +serde_json = "1.0.120" thiserror = "1.0.62" vm-memory = { version = "0.14.1", features = [ "backend-atomic", diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 9e9773c61..5f6c73e43 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -62,7 +62,7 @@ range_map_vec = { version = "0.2.0", optional = true } rate_limiter = { path = "../rate_limiter" } seccompiler = "0.4.0" serde = { version = "1.0.197", features = ["derive", "rc"] } -serde_json = "1.0.115" +serde_json = "1.0.120" serial_buffer = { path = "../serial_buffer" } signal-hook = "0.3.17" thiserror = "1.0.62"