From 34b62a3931cdfc1a4bfb65e4c7a4451ee3047e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 02:20:12 +0000 Subject: [PATCH] Update sp-keyring requirement from 7.0.0 to 21.0.0 Updates the requirements on [sp-keyring](https://github.com/paritytech/substrate) to permit the latest version. - [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/commits) --- updated-dependencies: - dependency-name: sp-keyring dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/Cargo.toml | 2 +- testing/integration-tests/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 60238f2d43..a024158482 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -14,7 +14,7 @@ description = "Subxt example usage" [dev-dependencies] subxt = { path = "../subxt" } tokio = { version = "1.8", features = ["rt-multi-thread", "macros", "time"] } -sp-keyring = "7.0.0" +sp-keyring = "21.0.0" futures = "0.3.13" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] } hex = "0.4.3" diff --git a/testing/integration-tests/Cargo.toml b/testing/integration-tests/Cargo.toml index 9c76615974..0bb4b7d3c0 100644 --- a/testing/integration-tests/Cargo.toml +++ b/testing/integration-tests/Cargo.toml @@ -24,7 +24,7 @@ hex = "0.4.3" regex = "1.5.0" scale-info = { version = "2.0.0", features = ["bit-vec"] } sp-core = { version = "7.0.0", default-features = false } -sp-keyring = "7.0.0" +sp-keyring = "21.0.0" sp-runtime = "7.0.0" syn = "1.0.0" subxt = { version = "0.25.0", path = "../../subxt" }