Bump serde_derive from 1.0.91 to 1.0.92 (#4505)

automerge
This commit is contained in:
dependabot-preview[bot]
2019-06-04 15:48:23 -07:00
committed by Grimes
parent de5cad9211
commit e9cb4a12dc
16 changed files with 36 additions and 36 deletions

View File

@ -20,7 +20,7 @@ num-traits = "0.2"
rand = "0.6.5"
rayon = "1.0.3"
serde = "1.0.92"
serde_derive = "1.0.91"
serde_derive = "1.0.92"
serde_json = "1.0.38"
# solana-runtime = { path = "../solana/runtime"}
solana = { path = "../core", version = "0.16.0" }