Bump serde from 1.0.132 to 1.0.136 (#4869)

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

---
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]
2022-02-08 20:14:22 +01:00
committed by GitHub
parent b2b723a3db
commit 2ffcb55609
14 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ polkadot-core-primitives = { path = "../core-primitives", default-features = fal
derive_more = "0.99.11"
# all optional crates.
serde = { version = "1.0.117", default-features = false, features = [ "derive" ], optional = true }
serde = { version = "1.0.136", default-features = false, features = [ "derive" ], optional = true }
[features]
default = ["std"]