build(deps): bump bincode from 1.0.0 to 1.2.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-12 15:38:43 +00:00 committed by GitHub
parent 15e75254d4
commit 9285d093f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -259,9 +259,9 @@ checksum = "88ceb0d16c4fd0e42876e298d7d3ce3780dd9ebdcbe4199816a32c77e08597ff"
[[package]] [[package]]
name = "bincode" name = "bincode"
version = "1.0.0" version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda13183df33055cbb84b847becce220d392df502ebe7a4a78d7021771ed94d0" checksum = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"serde", "serde",