From b8b16c6eec3098cf88060b9f43bb9550f076cbe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 05:54:40 +0000 Subject: [PATCH] build: bump serde_derive from 1.0.127 to 1.0.129 Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.127 to 1.0.129. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.127...v1.0.129) --- updated-dependencies: - dependency-name: serde_derive dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 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 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0570e0ac1..8af6af028 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -922,9 +922,9 @@ checksum = "f03b9878abf6d14e6779d3f24f07b2cfa90352cfec4acc5aab8f1ac7f146fae8" [[package]] name = "serde_derive" -version = "1.0.127" +version = "1.0.129" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a024926d3432516606328597e0f224a51355a493b49fdd67e9209187cbe55ecc" +checksum = "e57ae87ad533d9a56427558b516d0adac283614e347abf85b0dc0cbbf0a249f3" dependencies = [ "proc-macro2", "quote", diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index 3d353e454..e053bc336 100644 --- a/event_monitor/Cargo.toml +++ b/event_monitor/Cargo.toml @@ -7,5 +7,5 @@ edition = "2018" [dependencies] libc = "0.2.100" serde = { version = "1.0.127", features = ["rc"] } -serde_derive = "1.0.127" +serde_derive = "1.0.129" serde_json = "1.0.66" diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index a921fc887..ac015ba90 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 = "master", features = ["with-serde", "fam-wrappers"], optional = true } mshv-ioctls = { git = "https://github.com/rust-vmm/mshv", branch = "master", optional = true} serde = { version = "1.0.127", features = ["rc"] } -serde_derive = "1.0.127" +serde_derive = "1.0.129" serde_json = "1.0.66" vm-memory = { version = "0.6.0", features = ["backend-mmap", "backend-atomic"] } vmm-sys-util = { version = "0.8.0", features = ["with-serde"] } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index ed6da8715..0aad24125 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -25,7 +25,7 @@ pci = { path = "../pci" } rate_limiter = { path = "../rate_limiter" } seccompiler = { git = "https://github.com/rust-vmm/seccompiler"} serde = "1.0.127" -serde_derive = "1.0.127" +serde_derive = "1.0.129" serde_json = "1.0.66" versionize = "0.1.6" versionize_derive = "0.1.4" diff --git a/vm-device/Cargo.toml b/vm-device/Cargo.toml index 7f611b8d6..164eff486 100644 --- a/vm-device/Cargo.toml +++ b/vm-device/Cargo.toml @@ -12,7 +12,7 @@ kvm = ["vfio-ioctls/kvm"] anyhow = "1.0.43" thiserror = "1.0.26" serde = { version = "1.0.127", features = ["rc"] } -serde_derive = "1.0.127" +serde_derive = "1.0.129" serde_json = "1.0.66" vfio-ioctls = { git = "https://github.com/rust-vmm/vfio-ioctls", branch = "master", 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 26a01917c..58934215b 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" anyhow = "1.0.43" thiserror = "1.0.26" serde = { version = "1.0.127", features = ["rc"] } -serde_derive = "1.0.127" +serde_derive = "1.0.129" serde_json = "1.0.66" versionize = "0.1.6" versionize_derive = "0.1.4" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 19b275a1f..c0571e1cc 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -37,7 +37,7 @@ pci = { path = "../pci" } qcow = { path = "../qcow" } seccompiler = { git = "https://github.com/rust-vmm/seccompiler"} serde = { version = "1.0.127", features = ["rc"] } -serde_derive = "1.0.127" +serde_derive = "1.0.129" serde_json = "1.0.66" signal-hook = "0.3.9" thiserror = "1.0.26"