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

@ -43,7 +43,7 @@ rand = "0.6.5"
rand_chacha = "0.1.1"
rayon = "1.2.0"
serde = "1.0.101"
serde_derive = "1.0.101"
serde_derive = "1.0.102"
serde_json = "1.0.41"
solana-budget-api = { path = "../programs/budget_api", version = "0.21.0" }
solana-budget-program = { path = "../programs/budget_program", version = "0.21.0" }