Bump serde_json from 1.0.39 to 1.0.40 (#4881)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.39...v1.0.40)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-07-03 16:15:56 -06:00
committed by Greg Fitzgerald
parent f1f6537837
commit db13b52e6a
13 changed files with 34 additions and 34 deletions

View File

@@ -13,7 +13,7 @@ log = "0.4.6"
rayon = "1.1.0"
serde = "1.0.94"
serde_derive = "1.0.94"
serde_json = "1.0.39"
serde_json = "1.0.40"
serde_yaml = "0.8.9"
solana = { path = "../core", version = "0.17.0" }
solana-client = { path = "../client", version = "0.17.0" }