From 9b46243b0a5a568e6b3f2ebc6f0f734320d542bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Laferri=C3=A8re?= Date: Mon, 9 Jan 2023 13:00:54 -0500 Subject: [PATCH] Update Substrate-related deps (#337) --- ci/no-std-check/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/no-std-check/Cargo.toml b/ci/no-std-check/Cargo.toml index 39a0c22e8..402aef38a 100644 --- a/ci/no-std-check/Cargo.toml +++ b/ci/no-std-check/Cargo.toml @@ -11,9 +11,9 @@ tendermint = { version = "0.28.0", default-features = false } tendermint-proto = { version = "0.28.0", default-features = false } tendermint-light-client-verifier = { version = "0.28.0", default-features = false } -sp-core = { version = "10.0.0", default-features = false, optional = true } -sp-io = { version = "11.0.0", default-features = false, optional = true } -sp-runtime = { version = "11.0.0", default-features = false, optional = true } +sp-core = { version = "11.0.0", default-features = false, optional = true } +sp-io = { version = "12.0.0", default-features = false, optional = true } +sp-runtime = { version = "12.0.0", default-features = false, optional = true } sp-std = { version = "6.0.0", default-features = false, optional = true } [features]