From b682b3d1ac42739255017a066128b302eef74a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 06:56:34 +0000 Subject: [PATCH] Bump sp-core from 2.0.0 to 2.0.1 Bumps [sp-core](https://github.com/paritytech/substrate) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/paritytech/substrate/releases) - [Changelog](https://github.com/paritytech/substrate/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/paritytech/substrate/compare/v2.0.0...v2.0.1) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d91280fe..66108c33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3696,9 +3696,9 @@ dependencies = [ [[package]] name = "sp-core" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e92ac5c674ee2cd9219d084301b4cbb82b28a94a0f3087bf4bea0ef3067ebb5c" +checksum = "fb1b8a5031e866ebee7535446915c83e8f676c68dcc8555f0c0f149ff4b48035" dependencies = [ "base58", "blake2-rfc", diff --git a/Cargo.toml b/Cargo.toml index 637b964c..afcb855d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ binaryen = "0.12.0" # dependencies for optional extrinsics feature async-std = { version = "1.8.0", optional = true } -sp-core = { version = "2.0.0", optional = true } +sp-core = { version = "2.0.1", optional = true } subxt = { version = "0.13.0", package = "substrate-subxt", optional = true } futures = { version = "0.3.9", optional = true } hex = { version = "0.4.2", optional = true } -- GitLab