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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-24 05:54:40 +00:00
parent a969d5016c
commit b8b16c6eec
7 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"

View File

@ -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"] }

View File

@ -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"

View File

@ -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"] }

View File

@ -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"

View File

@ -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"