Bump serde from 1.0.104 to 1.0.105 (#8954)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-18 22:35:30 -07:00
committed by GitHub
parent e547f38589
commit 24d871b529
26 changed files with 110 additions and 110 deletions

View File

@ -38,7 +38,7 @@ rand = "0.6.5"
rand_chacha = "0.1.1"
rayon = "1.3.0"
regex = "1.3.5"
serde = "1.0.104"
serde = "1.0.105"
serde_derive = "1.0.103"
serde_json = "1.0.48"
solana-budget-program = { path = "../programs/budget", version = "1.1.0" }