From 39172f8b546858fc68721e46060ee05c31e40bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 14:29:11 +0000 Subject: [PATCH] build: bump serde_derive from 1.0.130 to 1.0.131 Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.130 to 1.0.131. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.130...v1.0.131) --- updated-dependencies: - dependency-name: serde_derive dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- arch/Cargo.toml | 2 +- event_monitor/Cargo.toml | 2 +- hypervisor/Cargo.toml | 2 +- virtio-devices/Cargo.toml | 2 +- vm-device/Cargo.toml | 2 +- vm-migration/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b21c15977..5afc71c14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -924,9 +924,9 @@ checksum = "b4ad69dfbd3e45369132cc64e6748c2d65cdfb001a2b1c232d128b4ad60561c1" [[package]] name = "serde_derive" -version = "1.0.130" +version = "1.0.131" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b" +checksum = "b710a83c4e0dff6a3d511946b95274ad9ca9e5d3ae497b63fda866ac955358d2" dependencies = [ "proc-macro2", "quote", diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 756d4656f..a848e5156 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -18,7 +18,7 @@ libc = "0.2.109" linux-loader = { version = "0.4.0", features = ["elf", "bzimage", "pe"] } log = "0.4.14" serde = { version = "1.0.131", features = ["rc"] } -serde_derive = "1.0.130" +serde_derive = "1.0.131" thiserror = "1.0.30" versionize = "0.1.6" versionize_derive = "0.1.4" diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index 0dc4f60ab..04f534f79 100644 --- a/event_monitor/Cargo.toml +++ b/event_monitor/Cargo.toml @@ -7,5 +7,5 @@ edition = "2018" [dependencies] libc = "0.2.109" serde = { version = "1.0.131", features = ["rc"] } -serde_derive = "1.0.130" +serde_derive = "1.0.131" serde_json = "1.0.72" diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index bd3f4cd4e..f3bdfe2f3 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -21,7 +21,7 @@ kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branc 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.131", features = ["rc"] } -serde_derive = "1.0.130" +serde_derive = "1.0.131" serde_json = "1.0.72" vm-memory = { version = "0.6.0", features = ["backend-mmap", "backend-atomic"] } vmm-sys-util = { version = "0.9.0", features = ["with-serde"] } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index e819f226f..40fdfc06b 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -25,7 +25,7 @@ pci = { path = "../pci" } rate_limiter = { path = "../rate_limiter" } seccompiler = "0.2.0" serde = "1.0.131" -serde_derive = "1.0.130" +serde_derive = "1.0.131" serde_json = "1.0.72" versionize = "0.1.6" versionize_derive = "0.1.4" diff --git a/vm-device/Cargo.toml b/vm-device/Cargo.toml index 8c9d8ff91..b9a182c06 100644 --- a/vm-device/Cargo.toml +++ b/vm-device/Cargo.toml @@ -13,7 +13,7 @@ mshv = ["vfio-ioctls/mshv"] anyhow = "1.0.51" thiserror = "1.0.30" serde = { version = "1.0.131", features = ["rc"] } -serde_derive = "1.0.130" +serde_derive = "1.0.131" serde_json = "1.0.72" vfio-ioctls = { git = "https://github.com/rust-vmm/vfio-ioctls", branch = "main", default-features = false } vm-memory = { version = "0.6.0", features = ["backend-mmap"] } diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index 5eddc376e..a2a952028 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" anyhow = "1.0.51" thiserror = "1.0.30" serde = { version = "1.0.131", features = ["rc"] } -serde_derive = "1.0.130" +serde_derive = "1.0.131" serde_json = "1.0.72" versionize = "0.1.6" versionize_derive = "0.1.4" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 547eb0f4d..5f4ee59aa 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -37,7 +37,7 @@ pci = { path = "../pci" } qcow = { path = "../qcow" } seccompiler = "0.2.0" serde = { version = "1.0.131", features = ["rc"] } -serde_derive = "1.0.130" +serde_derive = "1.0.131" serde_json = "1.0.72" signal-hook = "0.3.12" thiserror = "1.0.30"