Bump serde from 1.0.111 to 1.0.112

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.111 to 1.0.112.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.111...v1.0.112)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-06-14 18:32:43 +00:00
committed by Michael Vines
parent 159a489fd8
commit 480f69cc5e
28 changed files with 31 additions and 31 deletions

View File

@ -24,7 +24,7 @@ humantime = "2.0.0"
num-traits = "0.2"
pretty-hex = "0.1.1"
reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = "1.0.111"
serde = "1.0.112"
serde_derive = "1.0.103"
serde_json = "1.0.54"
solana-budget-program = { path = "../programs/budget", version = "1.3.0" }