Bump serde_derive from 1.0.97 to 1.0.98 (#5314)

Bumps [serde_derive](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 21:45:34 -07:00
committed by Michael Vines
parent 8a5045f05c
commit af733a678a
21 changed files with 45 additions and 45 deletions

View File

@ -15,7 +15,7 @@ indexmap = "1.0.2"
libc = "0.2.58"
log = "0.4.2"
serde = "1.0.98"
serde_derive = "1.0.94"
serde_derive = "1.0.98"
serde_json = "1.0.40"
solana-logger = { path = "../../logger", version = "0.18.0-pre0" }
solana-sdk = { path = "../../sdk", version = "0.18.0-pre0" }