From b5714d46ff67e0a84b7ae13cc3fcfaad5a439386 Mon Sep 17 00:00:00 2001 From: Guantong <04637@163.com> Date: Wed, 21 Sep 2022 14:20:56 +0800 Subject: [PATCH] Companion for paritytech/cumulus#1421 --- runtime/common/Cargo.toml | 2 +- runtime/crab-parachain/Cargo.toml | 2 +- runtime/darwinia-parachain/Cargo.toml | 2 +- runtime/pangolin-parachain/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index f197c77b..d2358195 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -15,7 +15,7 @@ array-bytes = { version = "3.0" } codec = { package = "parity-scale-codec", version = "3.1", default-features = false, features = ["derive"] } ethereum-types = { version = "0.12", default-features = false } scale-info = { version = "2.0", default-features = false, features = ["derive"] } -smallvec = { version = "1.8" } +smallvec = { version = "1.9" } # cumulus pallet-collator-selection = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.27" } # darwinia-messages-substrate diff --git a/runtime/crab-parachain/Cargo.toml b/runtime/crab-parachain/Cargo.toml index d9396526..072250e4 100644 --- a/runtime/crab-parachain/Cargo.toml +++ b/runtime/crab-parachain/Cargo.toml @@ -15,7 +15,7 @@ version = "5.3.3" array-bytes = { version = "3.0" } codec = { package = "parity-scale-codec", version = "3.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1", default-features = false, features = ["derive"] } -smallvec = { version = "1.8" } +smallvec = { version = "1.9" } # cumulus cumulus-pallet-aura-ext = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.27" } cumulus-pallet-dmp-queue = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.27" } diff --git a/runtime/darwinia-parachain/Cargo.toml b/runtime/darwinia-parachain/Cargo.toml index e9b793cf..a3d45d28 100644 --- a/runtime/darwinia-parachain/Cargo.toml +++ b/runtime/darwinia-parachain/Cargo.toml @@ -15,7 +15,7 @@ version = "5.3.3" array-bytes = { version = "3.0", optional = true } codec = { package = "parity-scale-codec", version = "3.1", default-features = false, features = ["derive"] } scale-info = { version = "2.1", default-features = false, features = ["derive"] } -smallvec = { version = "1.8" } +smallvec = { version = "1.9" } # cumulus cumulus-pallet-aura-ext = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.27" } cumulus-pallet-dmp-queue = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.27" } diff --git a/runtime/pangolin-parachain/Cargo.toml b/runtime/pangolin-parachain/Cargo.toml index f89399ba..574b57ca 100644 --- a/runtime/pangolin-parachain/Cargo.toml +++ b/runtime/pangolin-parachain/Cargo.toml @@ -15,7 +15,7 @@ version = "5.3.3" array-bytes = { version = "3.0" } codec = { package = "parity-scale-codec", version = "3.1", default-features = false, features = ["derive"] } scale-info = { version = "2.1", default-features = false, features = ["derive"] } -smallvec = { version = "1.8" } +smallvec = { version = "1.9" } # cumulus cumulus-pallet-aura-ext = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.27" } cumulus-pallet-dmp-queue = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.27" }