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

@ -13,7 +13,7 @@ name = "solana_sdk_c"
crate-type = ["staticlib"]
[dependencies]
bincode = "1.1.4"
bincode = "1.2.0"
bs58 = "0.3.0"
libc = "0.2.62"
rand_chacha = "0.1.1"