From a9c53e62a8167be81ac505a7e6ec572e32ec74ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 03:09:03 +0000 Subject: [PATCH] Update sp-core requirement from 7.0.0 to 17.0.0 Updates the requirements on [sp-core](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-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- metadata/Cargo.toml | 2 +- subxt/Cargo.toml | 2 +- testing/integration-tests/Cargo.toml | 2 +- testing/test-runtime/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index 74492aa595..69e038d3d4 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -16,7 +16,7 @@ description = "Command line utilities for checking metadata compatibility betwee codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full"] } frame-metadata = "15.0.0" scale-info = "2.0.0" -sp-core = "7.0.0" +sp-core = "17.0.0" [dev-dependencies] bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] } diff --git a/subxt/Cargo.toml b/subxt/Cargo.toml index 9467578858..bd175d4a9b 100644 --- a/subxt/Cargo.toml +++ b/subxt/Cargo.toml @@ -44,7 +44,7 @@ parking_lot = "0.12.0" subxt-macro = { version = "0.25.0", path = "../macro" } subxt-metadata = { version = "0.25.0", path = "../metadata" } -sp-core = { version = "7.0.0", default-features = false } +sp-core = { version = "17.0.0", default-features = false } sp-runtime = "7.0.0" frame-metadata = "15.0.0" diff --git a/testing/integration-tests/Cargo.toml b/testing/integration-tests/Cargo.toml index 9c76615974..d86bda94a3 100644 --- a/testing/integration-tests/Cargo.toml +++ b/testing/integration-tests/Cargo.toml @@ -23,7 +23,7 @@ futures = "0.3.13" 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-core = { version = "17.0.0", default-features = false } sp-keyring = "7.0.0" sp-runtime = "7.0.0" syn = "1.0.0" diff --git a/testing/test-runtime/Cargo.toml b/testing/test-runtime/Cargo.toml index ae32e25e6d..fdfec0a42b 100644 --- a/testing/test-runtime/Cargo.toml +++ b/testing/test-runtime/Cargo.toml @@ -11,7 +11,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = [build-dependencies] subxt = { path = "../../subxt" } -sp-core = { version = "7.0.0", default-features = false } +sp-core = { version = "17.0.0", default-features = false } tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] } which = "4.2.2" jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport"] }