Bump bincode from 1.1.4 to 1.2.0 (#6065)

Bumps [bincode](https://github.com/servo/bincode) from 1.1.4 to 1.2.0.
- [Release notes](https://github.com/servo/bincode/releases)
- [Commits](https://github.com/servo/bincode/compare/v1.1.4...v1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-09-25 14:44:29 -06:00
committed by Greg Fitzgerald
parent e987d0094f
commit 62429585ba
29 changed files with 60 additions and 60 deletions

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
homepage = "https://solana.com/"
[dependencies]
bincode = "1.1.4"
bincode = "1.2.0"
bs58 = "0.3.0"
chrono = { version = "0.4.9", features = ["serde"] }
clap = "2.33.0"