Bump serde from 1.0.102 to 1.0.103 (#7163)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.102 to 1.0.103.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.102...v1.0.103)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-11-27 09:10:25 -07:00
committed by Michael Vines
parent 5a30ef180a
commit 7f4feaee08
31 changed files with 92 additions and 92 deletions

View File

@ -21,7 +21,7 @@ log = "0.4.8"
memmap = "0.6.2"
rand = "0.6.5"
rayon = "1.2.0"
serde = { version = "1.0.102", features = ["rc"] }
serde = { version = "1.0.103", features = ["rc"] }
serde_derive = "1.0.103"
serde_json = "1.0.42"
solana-logger = { path = "../logger", version = "0.22.0" }