build: bump serde_derive from 1.0.131 to 1.0.132

Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.131 to 1.0.132.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.131...v1.0.132)

---
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-12-17 01:46:18 +00:00
parent 32aedddb0a
commit 3f0a33a50f
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ pci = { path = "../pci" }
qcow = { path = "../qcow" }
seccompiler = "0.2.0"
serde = { version = "1.0.132", features = ["rc"] }
serde_derive = "1.0.131"
serde_derive = "1.0.132"
serde_json = "1.0.73"
signal-hook = "0.3.12"
thiserror = "1.0.30"