From f38cce71b30294359434db62cf69e72cee7885c9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 10:47:15 +0000 Subject: [PATCH] Bump bincode from 1.3.1 to 1.3.2 Bumps [bincode](https://github.com/servo/bincode) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/servo/bincode/releases) - [Commits](https://github.com/servo/bincode/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- compiler/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b41f6bd0fd..3c06ef3d2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,9 +117,9 @@ checksum = "58946044516aa9dc922182e0d6e9d124a31aafe6b421614654eb27cf90cec09c" [[package]] name = "bincode" -version = "1.3.1" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d" +checksum = "d175dfa69e619905c4c3cdb7c3c203fa3bdd5d51184e3afdb2742c0280493772" dependencies = [ "byteorder", "serde", diff --git a/compiler/Cargo.toml b/compiler/Cargo.toml index 484f7f5801..f4987c9ab4 100644 --- a/compiler/Cargo.toml +++ b/compiler/Cargo.toml @@ -77,7 +77,7 @@ default-features = false version = "0.0.4" [dependencies.bincode] -version = "1.0" +version = "1.3" [dependencies.hex] version = "0.4.2"