From d7afa3c47e148007ced16e79f42cf86204a79ebc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 23:09:02 +0000 Subject: [PATCH] build: Bump serde_json from 1.0.86 to 1.0.87 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.86 to 1.0.87. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.86...v1.0.87) --- 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 +- vfio_user/Cargo.toml | 2 +- virtio-devices/Cargo.toml | 2 +- vm-migration/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c167855ee..2d9aaa46b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1010,9 +1010,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074" +checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 15d70da07..29219c70c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ libc = "0.2.135" log = { version = "0.4.17", features = ["std"] } option_parser = { path = "option_parser" } seccompiler = "0.3.0" -serde_json = "1.0.86" +serde_json = "1.0.87" signal-hook = "0.3.14" thiserror = "1.0.37" tracer = { path = "tracer" } @@ -50,7 +50,7 @@ vhost = { git = "https://github.com/rust-vmm/vhost", branch = "main" } dirs = "4.0.0" net_util = { path = "net_util" } once_cell = "1.15.0" -serde_json = "1.0.86" +serde_json = "1.0.87" test_infra = { path = "test_infra" } wait-timeout = "0.2.0" diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index f94880a82..b00cc8675 100644 --- a/event_monitor/Cargo.toml +++ b/event_monitor/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] libc = "0.2.135" serde = { version = "1.0.145", features = ["rc", "derive"] } -serde_json = "1.0.86" +serde_json = "1.0.87" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 6889310de..1fe2cfb98 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -25,4 +25,4 @@ vmm-sys-util = "0.10.0" once_cell = "1.15.0" pnet = "0.31.0" pnet_datalink = "0.31.0" -serde_json = "1.0.86" +serde_json = "1.0.87" diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index cf30bed1b..03bf7b4f7 100644 --- a/performance-metrics/Cargo.toml +++ b/performance-metrics/Cargo.toml @@ -9,7 +9,7 @@ build = "build.rs" clap = { version = "4.0.17", features = ["wrap_help","cargo"] } dirs = "4.0.0" serde = { version = "1.0.145", features = ["rc", "derive"] } -serde_json = "1.0.86" +serde_json = "1.0.87" test_infra = { path = "../test_infra" } thiserror = "1.0.37" wait-timeout = "0.2.0" diff --git a/test_infra/Cargo.toml b/test_infra/Cargo.toml index 4b218b43c..86d6b033a 100644 --- a/test_infra/Cargo.toml +++ b/test_infra/Cargo.toml @@ -10,7 +10,7 @@ epoll = "4.3.1" libc = "0.2.135" once_cell = "1.15.0" serde = { version = "1.0.145", features = ["rc", "derive"] } -serde_json = "1.0.86" +serde_json = "1.0.87" ssh2 = { version = "0.9.3", features = ["vendored-openssl"] } vmm-sys-util = "0.10.0" wait-timeout = "0.2.0" diff --git a/tracer/Cargo.toml b/tracer/Cargo.toml index 579b25eb1..463a59771 100644 --- a/tracer/Cargo.toml +++ b/tracer/Cargo.toml @@ -9,7 +9,7 @@ libc = "0.2.135" log = "0.4.17" once_cell = "1.12.0" serde = { version = "1.0.145", features = ["rc", "derive"] } -serde_json = "1.0.86" +serde_json = "1.0.87" [features] tracing = [] diff --git a/vfio_user/Cargo.toml b/vfio_user/Cargo.toml index d8aba50b5..64789dc07 100644 --- a/vfio_user/Cargo.toml +++ b/vfio_user/Cargo.toml @@ -9,7 +9,7 @@ libc = "0.2.135" log = "0.4.17" serde = { version = "1.0.145", features = ["rc"] } serde_derive = "1.0.142" -serde_json = "1.0.86" +serde_json = "1.0.87" thiserror = "1.0.37" vm-memory = { version = "0.9.0", features = ["backend-mmap", "backend-atomic"] } vmm-sys-util = "0.10.0" diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 8aa41872d..0f75e5dee 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.145", features = ["derive"] } -serde_json = "1.0.86" +serde_json = "1.0.87" serial_buffer = { path = "../serial_buffer" } thiserror = "1.0.37" versionize = "0.1.6" diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index 3803cc43d..f01eb9dfe 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" anyhow = "1.0.65" thiserror = "1.0.37" serde = { version = "1.0.145", features = ["rc", "derive"] } -serde_json = "1.0.86" +serde_json = "1.0.87" versionize = "0.1.6" versionize_derive = "0.1.4" vm-memory = { version = "0.9.0", features = ["backend-mmap", "backend-atomic"] } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 8b3452959..d070360b1 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -37,7 +37,7 @@ pci = { path = "../pci" } qcow = { path = "../qcow" } seccompiler = "0.3.0" serde = { version = "1.0.145", features = ["rc", "derive"] } -serde_json = "1.0.86" +serde_json = "1.0.87" serial_buffer = { path = "../serial_buffer" } signal-hook = "0.3.14" thiserror = "1.0.37"