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

@ -26,7 +26,7 @@ default = [
[dependencies]
assert_matches = { version = "1.3.0", optional = true }
bincode = "1.2.0"
bincode = "1.2.1"
bs58 = "0.3.0"
byteorder = { version = "1.3.2", optional = true }
generic-array = { version = "0.13.2", default-features = false, features = ["serde", "more_lengths"] }