Bump serde from 1.0.117 to 1.0.118 (#2075)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.117 to 1.0.118.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.117...v1.0.118)

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]
2020-12-07 16:07:29 +01:00
committed by GitHub
parent d7047578e9
commit 5294f2b302
10 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ futures = "0.3.8"
hex-literal = "0.3.1"
tracing = "0.1.22"
tracing-futures = "0.2.4"
serde = { version = "1.0.117", features = ["derive"] }
serde = { version = "1.0.118", features = ["derive"] }
# Polkadot
polkadot-node-core-proposer = { path = "../core/proposer" }