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]