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
@@ -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.132", features = ["derive"] }
serde = { version = "1.0.136", features = ["derive"] }
[target.'cfg(not(target_os = "unknown"))'.dependencies]
zstd = "0.9.1"
+1 -1
View File
@@ -64,7 +64,7 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https:
futures = "0.3.19"
hex-literal = "0.3.4"
tracing = "0.1.29"
serde = { version = "1.0.132", features = ["derive"] }
serde = { version = "1.0.136", features = ["derive"] }
thiserror = "1.0.30"
kvdb = "0.10.0"
kvdb-rocksdb = { version = "0.14.0", optional = true }