Bump bincode from 1.2.0 to 1.2.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-12-10 07:23:48 +00:00
committed by Michael Vines
parent 696cb298ab
commit 6f457292ff
26 changed files with 55 additions and 56 deletions

View File

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