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

@@ -16,7 +16,7 @@ libc = "0.2.65"
log = "0.4.8"
serde = "1.0.101"
serde_bytes = "0.11"
serde_derive = "1.0.101"
serde_derive = "1.0.102"
serde_json = "1.0.41"
solana-logger = { path = "../../logger", version = "0.21.0" }
solana-sdk = { path = "../../sdk", version = "0.21.0" }