Bump serde from 1.0.97 to 1.0.98 (#5315)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.97 to 1.0.98.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.97...v1.0.98)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-07-30 19:46:50 -07:00
committed by Michael Vines
parent f6a4acfac3
commit b7e08052ae
23 changed files with 71 additions and 71 deletions

View File

@ -43,7 +43,7 @@ rand_chacha = "0.1.1"
rayon = "1.1.0"
reqwest = "0.9.19"
rocksdb = "0.11.0"
serde = "1.0.97"
serde = "1.0.98"
serde_derive = "1.0.97"
serde_json = "1.0.40"
solana-budget-api = { path = "../programs/budget_api", version = "0.18.0-pre0" }