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

@ -26,7 +26,7 @@ log = "0.4.2"
reqwest = "0.9.17"
ring = "0.13.2"
serde = "1.0.92"
serde_derive = "1.0.91"
serde_derive = "1.0.92"
serde_yaml = "0.8.9"
solana-client = { path = "../client", version = "0.16.0" }
solana-config-api = { path = "../programs/config_api", version = "0.16.0" }