Bump bincode from 1.0.1 to 1.1.1 (#2709)

* Bump bincode from 1.0.1 to 1.1.1

Bumps [bincode](https://github.com/TyOverby/bincode) from 1.0.1 to 1.1.1.
- [Release notes](https://github.com/TyOverby/bincode/releases)
- [Commits](https://github.com/TyOverby/bincode/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* update autocfg 0.1.1 => 0.1.2
This commit is contained in:
dependabot[bot]
2019-02-14 12:46:22 -06:00
committed by Mark
parent f2ab8f17c8
commit 3849b8ece4
12 changed files with 30 additions and 29 deletions

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
edition = "2018"
[dependencies]
bincode = "1.0.0"
bincode = "1.1.1"
bs58 = "0.2.0"
byteorder = "1.2.1"
chrono = { version = "0.4.0", features = ["serde"] }