Bump serde from 1.0.131 to 1.0.132 (#4551)

Bumps [serde](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
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-12-17 15:25:17 +01:00
committed by GitHub
parent 5ebe850075
commit b0a4f78edc
13 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", br
polkadot-parachain = { path = "../../parachain", default-features = false }
schnorrkel = "0.9.1"
thiserror = "1.0.30"
serde = { version = "1.0.131", features = ["derive"] }
serde = { version = "1.0.132", features = ["derive"] }
[target.'cfg(not(target_os = "unknown"))'.dependencies]
zstd = "0.9.0"