Bump serde from 1.0.105 to 1.0.106

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.105 to 1.0.106.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.105...v1.0.106)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-04-04 00:42:34 +00:00
committed by Michael Vines
parent 2d618722e6
commit 8cdf406dd3
28 changed files with 114 additions and 114 deletions

View File

@ -16,7 +16,7 @@ jsonrpc-core = "14.0.5"
log = "0.4.8"
rayon = "1.3.0"
reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = "1.0.105"
serde = "1.0.106"
serde_derive = "1.0.103"
serde_json = "1.0.49"
solana-transaction-status = { path = "../transaction-status", version = "1.2.0" }