Bump serde from 1.0.118 to 1.0.119 (#2250)

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

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-01-17 09:13:23 +01:00
committed by GitHub
parent 8ec9040b00
commit 4efa226b69
10 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] }
parity-scale-codec = { version = "1.3.6", default-features = false, features = ["derive"] }
log = "0.4.13"
rustc-hex = { version = "2.1.0", default-features = false }
serde = { version = "1.0.118", features = [ "derive" ], optional = true }
serde = { version = "1.0.119", features = [ "derive" ], optional = true }
derive_more = "0.99.11"
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }