Bump serde_json from 1.0.35 to 1.0.36

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-01-16 22:13:31 +00:00
committed by Greg Fitzgerald
parent 00ee8813f7
commit 590b88f718
12 changed files with 28 additions and 28 deletions

View File

@@ -14,7 +14,7 @@ dirs = "1.0.2"
log = "0.4.2"
serde = "1.0.84"
serde_derive = "1.0.84"
serde_json = "1.0.35"
serde_json = "1.0.36"
solana-netutil = { path = "../netutil", version = "0.12.0" }
solana-sdk = { path = "../sdk", version = "0.12.0" }
untrusted = "0.6.2"