Bump bincode from 1.1.2 to 1.1.3 (#3672)

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-04-08 12:55:18 -07:00
committed by Greg Fitzgerald
parent 483cc2fa4e
commit 7295a84d69
15 changed files with 33 additions and 33 deletions

View File

@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
log = "0.4.2"
bincode = "1.1.2"
bincode = "1.1.3"
serde = "1.0.90"
serde_derive = "1.0.90"
solana-logger = { path = "../../logger", version = "0.13.0" }