From e70fbf13f66792c22b046e3c28b2fc73ecd41d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 19:03:14 +0000 Subject: [PATCH] Update sp-runtime requirement from 7.0.0 to 10.0.0 Updates the requirements on [sp-runtime](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-runtime 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 397a2d098e..d95803e574 100644 --- a/crates/e2e/Cargo.toml +++ b/crates/e2e/Cargo.toml @@ -36,7 +36,7 @@ subxt = "0.25.0" pallet-contracts-primitives = "7.0.0" sp-core = "7.0.0" sp-keyring = "7.0.0" -sp-runtime = "7.0.0" +sp-runtime = "10.0.0" sp-weights = "4.0.0" [dev-dependencies]