From 1a79e3dddd016b2c1e8b64ced571d6fd6a8813aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 07:22:56 +0000 Subject: [PATCH] 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] --- Cargo.lock | 5 ++--- src/db/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 528b8193..06f08138 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,11 +161,10 @@ checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" [[package]] name = "bincode" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8ab639324e3ee8774d296864fbc0dbbb256cf1a41c490b94cba90c082915f92" +checksum = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf" dependencies = [ - "autocfg", "byteorder", "serde", ] diff --git a/src/db/Cargo.toml b/src/db/Cargo.toml index 2b279f28..29f8e2b9 100644 --- a/src/db/Cargo.toml +++ b/src/db/Cargo.toml @@ -10,5 +10,5 @@ serde = { version = "1.0.103", features = ["derive"] } uuid = { version = "0.7.4", features = ["serde", "v4"] } r2d2 = "0.8.7" invoker-api = {path = "../invoker-api"} -bincode = "1.2.0" +bincode = "1.2.1" anyhow = "1.0.25"