From b072671e82d6103aa8355df565ac8623eedffebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 23:49:27 +0000 Subject: [PATCH] build: Bump serde_json from 1.0.109 to 1.0.114 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.109 to 1.0.114. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.109...v1.0.114) --- 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 b48daa656..a5d12a95f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1939,9 +1939,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.109" +version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9" +checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index d76e1d187..b2ff1671f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ libc = "0.2.153" log = { version = "0.4.20", features = ["std"] } option_parser = { path = "option_parser" } seccompiler = "0.4.0" -serde_json = "1.0.109" +serde_json = "1.0.114" signal-hook = "0.3.17" thiserror = "1.0.52" 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.19.0" -serde_json = "1.0.109" +serde_json = "1.0.114" test_infra = { path = "test_infra" } wait-timeout = "0.2.0" diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index 3a83fa5e4..c20fc6e35 100644 --- a/event_monitor/Cargo.toml +++ b/event_monitor/Cargo.toml @@ -9,4 +9,4 @@ flume = "0.10.14" libc = "0.2.153" once_cell = "1.19.0" serde = { version = "1.0.196", features = ["rc", "derive"] } -serde_json = "1.0.109" +serde_json = "1.0.114" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index f465f8681..2c63581c7 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -25,4 +25,4 @@ vmm-sys-util = "0.12.1" once_cell = "1.19.0" pnet = "0.34.0" pnet_datalink = "0.34.0" -serde_json = "1.0.109" +serde_json = "1.0.114" diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index 54ccc274e..607a56209 100644 --- a/performance-metrics/Cargo.toml +++ b/performance-metrics/Cargo.toml @@ -9,7 +9,7 @@ build = "../build.rs" clap = { version = "4.5.1", features = ["wrap_help"] } dirs = "5.0.0" serde = { version = "1.0.196", features = ["rc", "derive"] } -serde_json = "1.0.109" +serde_json = "1.0.114" 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 f8a6f58c4..6dae1c701 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.196", features = ["rc", "derive"] } -serde_json = "1.0.109" +serde_json = "1.0.114" 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 af2184aea..7f2464c80 100644 --- a/tracer/Cargo.toml +++ b/tracer/Cargo.toml @@ -9,7 +9,7 @@ libc = "0.2.153" log = "0.4.20" once_cell = "1.19.0" serde = { version = "1.0.196", features = ["rc", "derive"] } -serde_json = "1.0.109" +serde_json = "1.0.114" [features] tracing = [] diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 862ff15ff..b4eaa2d33 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.196", features = ["derive"] } -serde_json = "1.0.109" +serde_json = "1.0.114" serial_buffer = { path = "../serial_buffer" } thiserror = "1.0.52" versionize = "0.2.0" diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index a9c2701de..a19e6b369 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" anyhow = "1.0.79" thiserror = "1.0.52" serde = { version = "1.0.196", features = ["rc", "derive"] } -serde_json = "1.0.109" +serde_json = "1.0.114" versionize = "0.2.0" versionize_derive = "0.1.6" vm-memory = { version = "0.14.0", features = ["backend-mmap", "backend-atomic"] } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index a0f2ca11a..3762af715 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -50,7 +50,7 @@ range_map_vec = { version = "0.1.0", optional = true } rate_limiter = { path = "../rate_limiter" } seccompiler = "0.4.0" serde = { version = "1.0.196", features = ["rc", "derive"] } -serde_json = "1.0.109" +serde_json = "1.0.114" serial_buffer = { path = "../serial_buffer" } signal-hook = "0.3.17" thiserror = "1.0.52"