Bump serde_derive from 1.0.99 to 1.0.100 (#5864)

automerge
This commit is contained in:
dependabot-preview[bot]
2019-09-10 13:31:11 -07:00
committed by Grimes
parent e05f8faa74
commit 294d531e0b
27 changed files with 57 additions and 57 deletions

View File

@ -45,7 +45,7 @@ rand = "0.6.5"
rand_chacha = "0.1.1"
rayon = "1.2.0"
serde = "1.0.100"
serde_derive = "1.0.99"
serde_derive = "1.0.100"
serde_json = "1.0.40"
solana-budget-api = { path = "../programs/budget_api", version = "0.19.0-pre0" }
solana-budget-program = { path = "../programs/budget_program", version = "0.19.0-pre0" }