From b0d8b50b364714d3a89eafd8c63c07e434e11c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Aug 2021 23:29:39 +0000 Subject: [PATCH] build: bump serde_derive from 1.0.129 to 1.0.130 Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.129 to 1.0.130. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.129...v1.0.130) --- 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 56128a53a..15f86f028 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -922,9 +922,9 @@ checksum = "d1f72836d2aa753853178eda473a3b9d8e4eefdaf20523b919677e6de489f8f1" [[package]] name = "serde_derive" -version = "1.0.129" +version = "1.0.130" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e57ae87ad533d9a56427558b516d0adac283614e347abf85b0dc0cbbf0a249f3" +checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b" dependencies = [ "proc-macro2", "quote", diff --git a/event_monitor/Cargo.toml b/event_monitor/Cargo.toml index a16836c40..a855bd455 100644 --- a/event_monitor/Cargo.toml +++ b/event_monitor/Cargo.toml @@ -7,5 +7,5 @@ edition = "2018" [dependencies] libc = "0.2.101" serde = { version = "1.0.129", features = ["rc"] } -serde_derive = "1.0.129" +serde_derive = "1.0.130" serde_json = "1.0.67" diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 2df876bc6..063bb82df 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.129", features = ["rc"] } -serde_derive = "1.0.129" +serde_derive = "1.0.130" serde_json = "1.0.67" 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 f982e1315..98200e5ec 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.129" -serde_derive = "1.0.129" +serde_derive = "1.0.130" serde_json = "1.0.67" versionize = "0.1.6" versionize_derive = "0.1.4" diff --git a/vm-device/Cargo.toml b/vm-device/Cargo.toml index 09e7ce885..a7b7ecef2 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.129", features = ["rc"] } -serde_derive = "1.0.129" +serde_derive = "1.0.130" serde_json = "1.0.67" 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 57a82d8b2..0ecabcc3e 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.129", features = ["rc"] } -serde_derive = "1.0.129" +serde_derive = "1.0.130" serde_json = "1.0.67" versionize = "0.1.6" versionize_derive = "0.1.4" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index a86b2875e..38d2ba91c 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.129", features = ["rc"] } -serde_derive = "1.0.129" +serde_derive = "1.0.130" serde_json = "1.0.67" signal-hook = "0.3.9" thiserror = "1.0.26"