Bump serde_derive from 1.0.102 to 1.0.103 (#7141)

automerge
This commit is contained in:
dependabot-preview[bot]
2019-11-26 14:44:20 -08:00
committed by Grimes
parent 2b13158e29
commit c810913861
29 changed files with 62 additions and 62 deletions

View File

@ -39,7 +39,7 @@ rand = "0.6.5"
rand_chacha = "0.1.1"
rayon = "1.2.0"
serde = "1.0.102"
serde_derive = "1.0.102"
serde_derive = "1.0.103"
serde_json = "1.0.42"
solana-budget-program = { path = "../programs/budget", version = "0.22.0" }
solana-clap-utils = { path = "../clap-utils", version = "0.22.0" }