From 1dd7e109453c90689c78dde82eae637309477f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 19:04:28 +0000 Subject: [PATCH] Update sp-core requirement from 7.0.0 to 9.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] --- crates/e2e/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/e2e/Cargo.toml b/crates/e2e/Cargo.toml index 397a2d098ee..8a05df1afa2 100644 --- a/crates/e2e/Cargo.toml +++ b/crates/e2e/Cargo.toml @@ -34,7 +34,7 @@ subxt = "0.25.0" # Substrate pallet-contracts-primitives = "7.0.0" -sp-core = "7.0.0" +sp-core = "9.0.0" sp-keyring = "7.0.0" sp-runtime = "7.0.0" sp-weights = "4.0.0"