Bump serde_json from 1.0.36 to 1.0.37

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.36 to 1.0.37.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.36...v1.0.37)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-01-25 10:28:30 +00:00
committed by Greg Fitzgerald
parent e9e01557b7
commit 06e3cd3d2a
12 changed files with 29 additions and 28 deletions

View File

@@ -44,7 +44,7 @@ ring = "0.13.2"
rocksdb = "0.11.0"
serde = "1.0.85"
serde_derive = "1.0.85"
serde_json = "1.0.36"
serde_json = "1.0.37"
solana-bpfloader = { path = "programs/native/bpf_loader", version = "0.12.0" }
solana-drone = { path = "drone", version = "0.12.0" }
solana-jsonrpc-core = "0.4.0"