Bump serde from 1.0.91 to 1.0.92 (#4504)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.91 to 1.0.92.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.91...v1.0.92)
This commit is contained in:
dependabot-preview[bot]
2019-06-04 14:32:09 -07:00
committed by Greg Fitzgerald
parent 16f2fb5c09
commit ce2ce76958
18 changed files with 51 additions and 51 deletions

View File

@@ -25,7 +25,7 @@ lazy_static = "1.3.0"
log = "0.4.2"
reqwest = "0.9.17"
ring = "0.13.2"
serde = "1.0.91"
serde = "1.0.92"
serde_derive = "1.0.91"
serde_yaml = "0.8.9"
solana-client = { path = "../client", version = "0.16.0" }