Bump serde_json from 1.0.37 to 1.0.38

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-02-01 02:33:56 +00:00
committed by Greg Fitzgerald
parent 4fb9c8a547
commit 0e58023794
12 changed files with 31 additions and 31 deletions

View File

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