Bump serde_derive from 1.0.101 to 1.0.102 (#6582)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-28 08:24:13 -07:00
committed by Michael Vines
parent 96e209db49
commit 73dd5aa2d1
27 changed files with 57 additions and 57 deletions

View File

@@ -12,7 +12,7 @@ edition = "2018"
bincode = "1.2.0"
log = "0.4.8"
serde = "1.0.101"
serde_derive = "1.0.101"
serde_derive = "1.0.102"
solana-logger = { path = "../../logger", version = "0.21.0" }
solana-sdk = { path = "../../sdk", version = "0.21.0" }
solana-config-api = { path = "../config_api", version = "0.21.0" }