Bump bincode from 1.1.3 to 1.1.4 (#4290)

Bumps [bincode](https://github.com/TyOverby/bincode) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/TyOverby/bincode/releases)
- [Commits](https://github.com/TyOverby/bincode/compare/v1.1.3...v1.1.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-05-15 09:47:55 -06:00
committed by Greg Fitzgerald
parent 6e4f9cedf2
commit 1d327a5167
20 changed files with 40 additions and 40 deletions

View File

@ -20,7 +20,7 @@ erasure = []
kvstore = ["solana-kvstore"]
[dependencies]
bincode = "1.1.2"
bincode = "1.1.4"
bs58 = "0.2.0"
byteorder = "1.3.1"
chrono = { version = "0.4.0", features = ["serde"] }