From 2c9dca034a28a33ac86089e8c5e17089cb374718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 00:22:54 +0000 Subject: [PATCH] Bump bcs from 0.1.3 to 0.1.4 Bumps [bcs](https://github.com/zefchain/bcs) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/zefchain/bcs/releases) - [Changelog](https://github.com/zefchain/bcs/blob/main/CHANGELOG.md) - [Commits](https://github.com/zefchain/bcs/commits) --- updated-dependencies: - dependency-name: bcs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bootstore/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3da875d2ce6..c0c3771009b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,9 +210,9 @@ dependencies = [ [[package]] name = "bcs" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "510fd83e3eaf7263b06182f3550b4c0af2af42cb36ab8024969ff5ea7fcb2833" +checksum = "8b06b4c1f053002b70e7084ac944c77d58d5d92b2110dbc5e852735e00ad3ccc" dependencies = [ "serde", "thiserror", diff --git a/bootstore/Cargo.toml b/bootstore/Cargo.toml index a2a0a229967..e481d9b05f7 100644 --- a/bootstore/Cargo.toml +++ b/bootstore/Cargo.toml @@ -9,7 +9,7 @@ license = "MPL-2.0" path = "../rpaths" [dependencies] -bcs = "0.1.3" +bcs = "0.1.4" derive_more = "0.99.17" diesel = { version = "2.0.0-rc.1", features = ["sqlite", "uuid"] } p256 = "0.9.0"