From f45bbbfcac25451198d8d7f502c4ca7d31ce562d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 23:36:44 +0000 Subject: [PATCH] build: Bump serde from 1.0.164 to 1.0.168 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.164 to 1.0.168. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.164...v1.0.168) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- arch/Cargo.toml | 2 +- event_monitor/Cargo.toml | 2 +- hypervisor/Cargo.toml | 2 +- net_util/Cargo.toml | 2 +- pci/Cargo.toml | 2 +- performance-metrics/Cargo.toml | 2 +- test_infra/Cargo.toml | 2 +- tracer/Cargo.toml | 2 +- virtio-devices/Cargo.toml | 2 +- vm-device/Cargo.toml | 2 +- vm-migration/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 89a73269d..a06b678d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1720,18 +1720,18 @@ checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" [[package]] name = "serde" -version = "1.0.164" +version = "1.0.168" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" +checksum = "d614f89548720367ded108b3c843be93f3a341e22d5674ca0dd5cd57f34926af" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.164" +version = "1.0.168" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" +checksum = "d4fe589678c688e44177da4f27152ee2d190757271dc7f1d5b6b9f68d869d641" dependencies = [ "proc-macro2", "quote", diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 6e3bd3fa7..e233f227e 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -15,7 +15,7 @@ hypervisor = { path = "../hypervisor" } libc = "0.2.147" linux-loader = { version = "0.9.0", features = ["elf", "bzimage", "pe"] } log = "0.4.17" -serde = { version = "1.0.164", features = ["rc", "derive"] } +serde = { version = "1.0.168", features = ["rc", "derive"] } thiserror = "1.0.40" uuid = "1.3.4" versionize = "0.1.10" diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index 6ac310f0a..900e10df4 100644 --- a/event_monitor/Cargo.toml +++ b/event_monitor/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" [dependencies] flume = "0.10.14" libc = "0.2.147" -serde = { version = "1.0.164", features = ["rc", "derive"] } +serde = { version = "1.0.168", features = ["rc", "derive"] } serde_json = "1.0.96" diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index e2cc48aec..222151c0f 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -20,7 +20,7 @@ kvm-ioctls = { version = "0.13.0", optional = true } kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch-v0.6.0-tdx", features = ["with-serde", "fam-wrappers"], optional = true } mshv-bindings = { git = "https://github.com/rust-vmm/mshv", branch = "main", features = ["with-serde", "fam-wrappers"], optional = true } mshv-ioctls = { git = "https://github.com/rust-vmm/mshv", branch = "main", optional = true} -serde = { version = "1.0.164", features = ["rc", "derive"] } +serde = { version = "1.0.168", features = ["rc", "derive"] } serde_with = { version = "3.0.0", default-features = false, features = ["macros"] } vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false } vm-memory = { version = "0.11.0", features = ["backend-mmap", "backend-atomic"] } diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 48219b513..09be4f8d0 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -11,7 +11,7 @@ libc = "0.2.147" log = "0.4.17" net_gen = { path = "../net_gen" } rate_limiter = { path = "../rate_limiter" } -serde = "1.0.164" +serde = "1.0.168" thiserror = "1.0.40" versionize = "0.1.10" versionize_derive = "0.1.4" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index e8cc83b65..2a5dedcba 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -20,7 +20,7 @@ vfio_user = { git = "https://github.com/rust-vmm/vfio-user", branch = "main" } vmm-sys-util = "0.11.0" libc = "0.2.147" log = "0.4.17" -serde = { version = "1.0.164", features = ["derive"] } +serde = { version = "1.0.168", features = ["derive"] } thiserror = "1.0.40" versionize = "0.1.10" versionize_derive = "0.1.4" diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index 5ca9812b0..d42aa038f 100644 --- a/performance-metrics/Cargo.toml +++ b/performance-metrics/Cargo.toml @@ -8,7 +8,7 @@ build = "../build.rs" [dependencies] argh = "0.1.9" dirs = "5.0.0" -serde = { version = "1.0.164", features = ["rc", "derive"] } +serde = { version = "1.0.168", features = ["rc", "derive"] } serde_json = "1.0.96" test_infra = { path = "../test_infra" } thiserror = "1.0.40" diff --git a/test_infra/Cargo.toml b/test_infra/Cargo.toml index fe26c199e..3e79cd795 100644 --- a/test_infra/Cargo.toml +++ b/test_infra/Cargo.toml @@ -9,7 +9,7 @@ dirs = "5.0.0" epoll = "4.3.3" libc = "0.2.147" once_cell = "1.18.0" -serde = { version = "1.0.164", features = ["rc", "derive"] } +serde = { version = "1.0.168", features = ["rc", "derive"] } serde_json = "1.0.96" ssh2 = { version = "0.9.4", features = ["vendored-openssl"] } vmm-sys-util = "0.11.0" diff --git a/tracer/Cargo.toml b/tracer/Cargo.toml index f771bac61..6ac6fa65f 100644 --- a/tracer/Cargo.toml +++ b/tracer/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" libc = "0.2.147" log = "0.4.17" once_cell = "1.18.0" -serde = { version = "1.0.164", features = ["rc", "derive"] } +serde = { version = "1.0.168", features = ["rc", "derive"] } serde_json = "1.0.96" [features] diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 14cb91f67..7a685d40e 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -21,7 +21,7 @@ net_util = { path = "../net_util" } pci = { path = "../pci" } rate_limiter = { path = "../rate_limiter" } seccompiler = "0.3.0" -serde = { version = "1.0.164", features = ["derive"] } +serde = { version = "1.0.168", features = ["derive"] } serde_json = "1.0.96" serial_buffer = { path = "../serial_buffer" } thiserror = "1.0.40" diff --git a/vm-device/Cargo.toml b/vm-device/Cargo.toml index b1bc2f44b..048ae8a5d 100644 --- a/vm-device/Cargo.toml +++ b/vm-device/Cargo.toml @@ -13,7 +13,7 @@ mshv = ["vfio-ioctls/mshv"] anyhow = "1.0.75" hypervisor = { path = "../hypervisor" } thiserror = "1.0.40" -serde = { version = "1.0.164", features = ["rc", "derive"] } +serde = { version = "1.0.168", features = ["rc", "derive"] } vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false } vm-memory = { version = "0.11.0", features = ["backend-mmap"] } vmm-sys-util = "0.11.0" diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index 0e4234903..8790dab57 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] anyhow = "1.0.75" thiserror = "1.0.40" -serde = { version = "1.0.164", features = ["rc", "derive"] } +serde = { version = "1.0.168", features = ["rc", "derive"] } serde_json = "1.0.96" versionize = "0.1.10" versionize_derive = "0.1.4" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index ae64b87c5..b78102c2c 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -38,7 +38,7 @@ once_cell = "1.18.0" option_parser = { path = "../option_parser" } pci = { path = "../pci" } seccompiler = "0.3.0" -serde = { version = "1.0.164", features = ["rc", "derive"] } +serde = { version = "1.0.168", features = ["rc", "derive"] } serde_json = "1.0.96" serial_buffer = { path = "../serial_buffer" } signal-hook = "0.3.17"