git.delta.rocks / unique-network / refs/commits / 7d64f0034d5a

difftreelog

build fix versions

Yaroslav Bolyukin2022-05-12parent: #926a049.patch.diff
in: master

9 files changed

modifiednode/cli/Cargo.tomldiffbeforeafterboth
before · node/cli/Cargo.toml
1################################################################################2# Build Dependencies34[build-dependencies.substrate-build-script-utils]5git = "https://github.com/paritytech/substrate"6branch = "polkadot-v0.9.21"78################################################################################9# Substrate Dependecies1011[dependencies.codec]12default-features = false13features = ['derive']14package = 'parity-scale-codec'15version = '3.1.2'1617[dependencies.frame-benchmarking]18git = "https://github.com/paritytech/substrate"19branch = "polkadot-v0.9.21"2021[dependencies.frame-benchmarking-cli]22git = "https://github.com/paritytech/substrate"23branch = "polkadot-v0.9.21"2425[dependencies.try-runtime-cli]26git = 'https://github.com/paritytech/substrate'27branch = 'polkadot-v0.9.20'2829[dependencies.pallet-transaction-payment-rpc]30git = "https://github.com/paritytech/substrate"31branch = "polkadot-v0.9.21"3233[dependencies.substrate-prometheus-endpoint]34git = "https://github.com/paritytech/substrate"35branch = "polkadot-v0.9.21"3637[dependencies.sc-basic-authorship]38git = "https://github.com/paritytech/substrate"39branch = "polkadot-v0.9.21"4041[dependencies.sc-chain-spec]42git = "https://github.com/paritytech/substrate"43branch = "polkadot-v0.9.21"4445[dependencies.sc-cli]46features = ['wasmtime']47git = "https://github.com/paritytech/substrate"48branch = "polkadot-v0.9.21"4950[dependencies.sc-client-api]51git = "https://github.com/paritytech/substrate"52branch = "polkadot-v0.9.21"5354[dependencies.sc-consensus]55git = "https://github.com/paritytech/substrate"56branch = "polkadot-v0.9.21"5758[dependencies.sc-consensus-aura]59git = "https://github.com/paritytech/substrate"60branch = "polkadot-v0.9.21"6162[dependencies.sc-executor]63features = ['wasmtime']64git = "https://github.com/paritytech/substrate"65branch = "polkadot-v0.9.21"6667[dependencies.sc-finality-grandpa]68git = "https://github.com/paritytech/substrate"69branch = "polkadot-v0.9.21"7071[dependencies.sc-keystore]72git = "https://github.com/paritytech/substrate"73branch = "polkadot-v0.9.21"7475[dependencies.sc-rpc]76git = "https://github.com/paritytech/substrate"77branch = "polkadot-v0.9.21"7879[dependencies.sc-rpc-api]80git = "https://github.com/paritytech/substrate"81branch = "polkadot-v0.9.21"8283[dependencies.sc-service]84features = ['wasmtime']85git = "https://github.com/paritytech/substrate"86branch = "polkadot-v0.9.21"8788[dependencies.sc-telemetry]89git = "https://github.com/paritytech/substrate"90branch = "polkadot-v0.9.21"9192[dependencies.sc-transaction-pool]93git = "https://github.com/paritytech/substrate"94branch = "polkadot-v0.9.21"9596[dependencies.sc-tracing]97git = "https://github.com/paritytech/substrate"98branch = "polkadot-v0.9.21"99100[dependencies.sp-block-builder]101git = "https://github.com/paritytech/substrate"102branch = "polkadot-v0.9.21"103104[dependencies.sp-api]105git = "https://github.com/paritytech/substrate"106branch = "polkadot-v0.9.21"107108[dependencies.sp-blockchain]109git = "https://github.com/paritytech/substrate"110branch = "polkadot-v0.9.21"111112[dependencies.sp-consensus]113git = "https://github.com/paritytech/substrate"114branch = "polkadot-v0.9.21"115116[dependencies.sp-consensus-aura]117git = "https://github.com/paritytech/substrate"118branch = "polkadot-v0.9.21"119120[dependencies.sp-core]121git = "https://github.com/paritytech/substrate"122branch = "polkadot-v0.9.21"123124[dependencies.sp-finality-grandpa]125git = "https://github.com/paritytech/substrate"126branch = "polkadot-v0.9.21"127128[dependencies.sp-inherents]129git = "https://github.com/paritytech/substrate"130branch = "polkadot-v0.9.21"131132[dependencies.sp-keystore]133git = "https://github.com/paritytech/substrate"134branch = "polkadot-v0.9.21"135136[dependencies.sp-offchain]137git = "https://github.com/paritytech/substrate"138branch = "polkadot-v0.9.21"139140[dependencies.sp-runtime]141git = "https://github.com/paritytech/substrate"142branch = "polkadot-v0.9.21"143144[dependencies.sp-session]145git = "https://github.com/paritytech/substrate"146branch = "polkadot-v0.9.21"147148[dependencies.sp-timestamp]149git = "https://github.com/paritytech/substrate"150branch = "polkadot-v0.9.21"151152[dependencies.sp-transaction-pool]153git = "https://github.com/paritytech/substrate"154branch = "polkadot-v0.9.21"155156[dependencies.sp-trie]157git = "https://github.com/paritytech/substrate"158branch = "polkadot-v0.9.21"159160[dependencies.substrate-frame-rpc-system]161git = "https://github.com/paritytech/substrate"162branch = "polkadot-v0.9.21"163164[dependencies.sc-network]165git = "https://github.com/paritytech/substrate"166branch = "polkadot-v0.9.21"167168[dependencies.serde]169features = ['derive']170version = '1.0.130'171172[dependencies.serde_json]173version = '1.0.68'174175[dependencies.sc-consensus-manual-seal]176git = "https://github.com/paritytech/substrate"177branch = "polkadot-v0.9.21"178179################################################################################180# Cumulus dependencies181182[dependencies.cumulus-client-consensus-aura]183git = "https://github.com/uniquenetwork/cumulus"184branch = "polkadot-v0.9.21"185186[dependencies.cumulus-client-consensus-common]187git = "https://github.com/uniquenetwork/cumulus"188branch = "polkadot-v0.9.21"189190[dependencies.cumulus-client-collator]191git = "https://github.com/uniquenetwork/cumulus"192branch = "polkadot-v0.9.21"193194[dependencies.cumulus-client-cli]195git = "https://github.com/uniquenetwork/cumulus"196branch = "polkadot-v0.9.21"197198[dependencies.cumulus-client-network]199git = "https://github.com/uniquenetwork/cumulus"200branch = "polkadot-v0.9.21"201202[dependencies.cumulus-primitives-core]203git = "https://github.com/uniquenetwork/cumulus"204branch = "polkadot-v0.9.21"205206[dependencies.cumulus-primitives-parachain-inherent]207git = "https://github.com/uniquenetwork/cumulus"208branch = "polkadot-v0.9.21"209210[dependencies.cumulus-client-service]211git = "https://github.com/uniquenetwork/cumulus"212branch = "polkadot-v0.9.21"213214[dependencies.cumulus-relay-chain-interface]215git = "https://github.com/uniquenetwork/cumulus"216branch = "polkadot-v0.9.21"217218[dependencies.cumulus-relay-chain-inprocess-interface]219git = "https://github.com/uniquenetwork/cumulus"220branch = "polkadot-v0.9.21"221222[dependencies.cumulus-relay-chain-rpc-interface]223git = "https://github.com/uniquenetwork/cumulus"224branch = "polkadot-v0.9.21"225226################################################################################227# Polkadot dependencies228[dependencies.polkadot-primitives]229git = "https://github.com/paritytech/polkadot"230branch = "release-v0.9.21"231232[dependencies.polkadot-service]233git = "https://github.com/paritytech/polkadot"234branch = "release-v0.9.21"235236[dependencies.polkadot-cli]237git = "https://github.com/paritytech/polkadot"238branch = "release-v0.9.21"239240[dependencies.polkadot-test-service]241git = "https://github.com/paritytech/polkadot"242branch = "release-v0.9.21"243244[dependencies.polkadot-parachain]245git = "https://github.com/paritytech/polkadot"246branch = "release-v0.9.21"247248249################################################################################250# Local dependencies251252[dependencies.unique-runtime-common]253default-features = false254path = "../../runtime/common"255256[dependencies.unique-runtime]257path = '../../runtime/unique'258optional = true259260[dependencies.quartz-runtime]261path = '../../runtime/quartz'262optional = true263264[dependencies.opal-runtime]265path = '../../runtime/opal'266267[dependencies.up-data-structs]268path = "../../primitives/data-structs"269default-features = false270271[dependencies.up-rpc]272path = "../../primitives/rpc"273274[dependencies.pallet-transaction-payment-rpc-runtime-api]275git = "https://github.com/paritytech/substrate"276branch = "polkadot-v0.9.21"277278################################################################################279# Package280281[package]282authors = ['Unique Network <support@uniquenetwork.io>']283build = 'build.rs'284description = 'Unique Node'285edition = '2021'286homepage = 'https://unique.network'287license = 'GPLv3'288name = 'unique-node'289repository = 'https://github.com/UniqueNetwork/unique-chain'290version = '0.9.20'291292[[bin]]293name = 'unique-collator'294path = "src/main.rs"295296[package.metadata.docs.rs]297targets = ['x86_64-unknown-linux-gnu']298299[dependencies]300futures = '0.3.17'301log = '0.4.14'302flexi_logger = "0.15.7"303parking_lot = '0.11.2'304clap = "3.1.2"305jsonrpc-core = '18.0.0'306jsonrpc-pubsub = "18.0.0"307tokio = { version = "1.17.0", features = ["time"] }308309fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }310fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }311fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }312fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }313fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }314fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }315pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }316317unique-rpc = { default-features = false, path = "../rpc" }318319[features]320default = []321runtime-benchmarks = [322    'unique-runtime/runtime-benchmarks',323    'polkadot-service/runtime-benchmarks',324]325try-runtime = []
after · node/cli/Cargo.toml
1################################################################################2# Build Dependencies34[build-dependencies.substrate-build-script-utils]5git = "https://github.com/paritytech/substrate"6branch = "polkadot-v0.9.21"78################################################################################9# Substrate Dependecies1011[dependencies.codec]12default-features = false13features = ['derive']14package = 'parity-scale-codec'15version = '3.1.2'1617[dependencies.frame-benchmarking]18git = "https://github.com/paritytech/substrate"19branch = "polkadot-v0.9.21"2021[dependencies.frame-benchmarking-cli]22git = "https://github.com/paritytech/substrate"23branch = "polkadot-v0.9.21"2425[dependencies.try-runtime-cli]26git = 'https://github.com/paritytech/substrate'27branch = 'polkadot-v0.9.21'2829[dependencies.pallet-transaction-payment-rpc]30git = "https://github.com/paritytech/substrate"31branch = "polkadot-v0.9.21"3233[dependencies.substrate-prometheus-endpoint]34git = "https://github.com/paritytech/substrate"35branch = "polkadot-v0.9.21"3637[dependencies.sc-basic-authorship]38git = "https://github.com/paritytech/substrate"39branch = "polkadot-v0.9.21"4041[dependencies.sc-chain-spec]42git = "https://github.com/paritytech/substrate"43branch = "polkadot-v0.9.21"4445[dependencies.sc-cli]46features = ['wasmtime']47git = "https://github.com/paritytech/substrate"48branch = "polkadot-v0.9.21"4950[dependencies.sc-client-api]51git = "https://github.com/paritytech/substrate"52branch = "polkadot-v0.9.21"5354[dependencies.sc-consensus]55git = "https://github.com/paritytech/substrate"56branch = "polkadot-v0.9.21"5758[dependencies.sc-consensus-aura]59git = "https://github.com/paritytech/substrate"60branch = "polkadot-v0.9.21"6162[dependencies.sc-executor]63features = ['wasmtime']64git = "https://github.com/paritytech/substrate"65branch = "polkadot-v0.9.21"6667[dependencies.sc-finality-grandpa]68git = "https://github.com/paritytech/substrate"69branch = "polkadot-v0.9.21"7071[dependencies.sc-keystore]72git = "https://github.com/paritytech/substrate"73branch = "polkadot-v0.9.21"7475[dependencies.sc-rpc]76git = "https://github.com/paritytech/substrate"77branch = "polkadot-v0.9.21"7879[dependencies.sc-rpc-api]80git = "https://github.com/paritytech/substrate"81branch = "polkadot-v0.9.21"8283[dependencies.sc-service]84features = ['wasmtime']85git = "https://github.com/paritytech/substrate"86branch = "polkadot-v0.9.21"8788[dependencies.sc-telemetry]89git = "https://github.com/paritytech/substrate"90branch = "polkadot-v0.9.21"9192[dependencies.sc-transaction-pool]93git = "https://github.com/paritytech/substrate"94branch = "polkadot-v0.9.21"9596[dependencies.sc-tracing]97git = "https://github.com/paritytech/substrate"98branch = "polkadot-v0.9.21"99100[dependencies.sp-block-builder]101git = "https://github.com/paritytech/substrate"102branch = "polkadot-v0.9.21"103104[dependencies.sp-api]105git = "https://github.com/paritytech/substrate"106branch = "polkadot-v0.9.21"107108[dependencies.sp-blockchain]109git = "https://github.com/paritytech/substrate"110branch = "polkadot-v0.9.21"111112[dependencies.sp-consensus]113git = "https://github.com/paritytech/substrate"114branch = "polkadot-v0.9.21"115116[dependencies.sp-consensus-aura]117git = "https://github.com/paritytech/substrate"118branch = "polkadot-v0.9.21"119120[dependencies.sp-core]121git = "https://github.com/paritytech/substrate"122branch = "polkadot-v0.9.21"123124[dependencies.sp-finality-grandpa]125git = "https://github.com/paritytech/substrate"126branch = "polkadot-v0.9.21"127128[dependencies.sp-inherents]129git = "https://github.com/paritytech/substrate"130branch = "polkadot-v0.9.21"131132[dependencies.sp-keystore]133git = "https://github.com/paritytech/substrate"134branch = "polkadot-v0.9.21"135136[dependencies.sp-offchain]137git = "https://github.com/paritytech/substrate"138branch = "polkadot-v0.9.21"139140[dependencies.sp-runtime]141git = "https://github.com/paritytech/substrate"142branch = "polkadot-v0.9.21"143144[dependencies.sp-session]145git = "https://github.com/paritytech/substrate"146branch = "polkadot-v0.9.21"147148[dependencies.sp-timestamp]149git = "https://github.com/paritytech/substrate"150branch = "polkadot-v0.9.21"151152[dependencies.sp-transaction-pool]153git = "https://github.com/paritytech/substrate"154branch = "polkadot-v0.9.21"155156[dependencies.sp-trie]157git = "https://github.com/paritytech/substrate"158branch = "polkadot-v0.9.21"159160[dependencies.substrate-frame-rpc-system]161git = "https://github.com/paritytech/substrate"162branch = "polkadot-v0.9.21"163164[dependencies.sc-network]165git = "https://github.com/paritytech/substrate"166branch = "polkadot-v0.9.21"167168[dependencies.serde]169features = ['derive']170version = '1.0.130'171172[dependencies.serde_json]173version = '1.0.68'174175[dependencies.sc-consensus-manual-seal]176git = "https://github.com/paritytech/substrate"177branch = "polkadot-v0.9.21"178179################################################################################180# Cumulus dependencies181182[dependencies.cumulus-client-consensus-aura]183git = "https://github.com/uniquenetwork/cumulus"184branch = "polkadot-v0.9.21"185186[dependencies.cumulus-client-consensus-common]187git = "https://github.com/uniquenetwork/cumulus"188branch = "polkadot-v0.9.21"189190[dependencies.cumulus-client-collator]191git = "https://github.com/uniquenetwork/cumulus"192branch = "polkadot-v0.9.21"193194[dependencies.cumulus-client-cli]195git = "https://github.com/uniquenetwork/cumulus"196branch = "polkadot-v0.9.21"197198[dependencies.cumulus-client-network]199git = "https://github.com/uniquenetwork/cumulus"200branch = "polkadot-v0.9.21"201202[dependencies.cumulus-primitives-core]203git = "https://github.com/uniquenetwork/cumulus"204branch = "polkadot-v0.9.21"205206[dependencies.cumulus-primitives-parachain-inherent]207git = "https://github.com/uniquenetwork/cumulus"208branch = "polkadot-v0.9.21"209210[dependencies.cumulus-client-service]211git = "https://github.com/uniquenetwork/cumulus"212branch = "polkadot-v0.9.21"213214[dependencies.cumulus-relay-chain-interface]215git = "https://github.com/uniquenetwork/cumulus"216branch = "polkadot-v0.9.21"217218[dependencies.cumulus-relay-chain-inprocess-interface]219git = "https://github.com/uniquenetwork/cumulus"220branch = "polkadot-v0.9.21"221222[dependencies.cumulus-relay-chain-rpc-interface]223git = "https://github.com/uniquenetwork/cumulus"224branch = "polkadot-v0.9.21"225226################################################################################227# Polkadot dependencies228[dependencies.polkadot-primitives]229git = "https://github.com/paritytech/polkadot"230branch = "release-v0.9.21"231232[dependencies.polkadot-service]233git = "https://github.com/paritytech/polkadot"234branch = "release-v0.9.21"235236[dependencies.polkadot-cli]237git = "https://github.com/paritytech/polkadot"238branch = "release-v0.9.21"239240[dependencies.polkadot-test-service]241git = "https://github.com/paritytech/polkadot"242branch = "release-v0.9.21"243244[dependencies.polkadot-parachain]245git = "https://github.com/paritytech/polkadot"246branch = "release-v0.9.21"247248249################################################################################250# Local dependencies251252[dependencies.unique-runtime-common]253default-features = false254path = "../../runtime/common"255256[dependencies.unique-runtime]257path = '../../runtime/unique'258optional = true259260[dependencies.quartz-runtime]261path = '../../runtime/quartz'262optional = true263264[dependencies.opal-runtime]265path = '../../runtime/opal'266267[dependencies.up-data-structs]268path = "../../primitives/data-structs"269default-features = false270271[dependencies.up-rpc]272path = "../../primitives/rpc"273274[dependencies.pallet-transaction-payment-rpc-runtime-api]275git = "https://github.com/paritytech/substrate"276branch = "polkadot-v0.9.21"277278################################################################################279# Package280281[package]282authors = ['Unique Network <support@uniquenetwork.io>']283build = 'build.rs'284description = 'Unique Node'285edition = '2021'286homepage = 'https://unique.network'287license = 'GPLv3'288name = 'unique-node'289repository = 'https://github.com/UniqueNetwork/unique-chain'290version = '0.9.20'291292[[bin]]293name = 'unique-collator'294path = "src/main.rs"295296[package.metadata.docs.rs]297targets = ['x86_64-unknown-linux-gnu']298299[dependencies]300futures = '0.3.17'301log = '0.4.14'302flexi_logger = "0.15.7"303parking_lot = '0.11.2'304clap = "3.1.2"305jsonrpc-core = '18.0.0'306jsonrpc-pubsub = "18.0.0"307tokio = { version = "1.17.0", features = ["time"] }308309fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }310fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }311fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }312fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }313fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }314fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }315pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }316317unique-rpc = { default-features = false, path = "../rpc" }318319[features]320default = []321runtime-benchmarks = [322    'unique-runtime/runtime-benchmarks',323    'polkadot-service/runtime-benchmarks',324]325try-runtime = []
modifiedpallets/structure/Cargo.tomldiffbeforeafterboth
--- a/pallets/structure/Cargo.toml
+++ b/pallets/structure/Cargo.toml
@@ -4,10 +4,10 @@
 edition = "2021"
 
 [dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
 pallet-common = { path = "../common", default-features = false }
 parity-scale-codec = { version = "3.1.2", default-features = false, features = [
 	"derive",
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
--- a/pallets/unique/Cargo.toml
+++ b/pallets/unique/Cargo.toml
@@ -83,5 +83,5 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }
 pallet-common = { default-features = false, path = "../common" }
modifiedprimitives/data-structs/Cargo.tomldiffbeforeafterboth
--- a/primitives/data-structs/Cargo.toml
+++ b/primitives/data-structs/Cargo.toml
@@ -25,7 +25,7 @@
 sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.21" }
 derivative = "2.2.0"
 struct-versioning = { path = "../../crates/struct-versioning" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }
 
 [features]
 default = ["std"]
modifiedruntime/common/Cargo.tomldiffbeforeafterboth
--- a/runtime/common/Cargo.toml
+++ b/runtime/common/Cargo.toml
@@ -41,7 +41,7 @@
 [dependencies.sp-std]
 default-features = false
 git = 'https://github.com/paritytech/substrate'
-branch = 'polkadot-v0.9.20'
+branch = 'polkadot-v0.9.21'
 
 [dependencies.sp-runtime]
 default-features = false
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -133,7 +133,7 @@
 default-features = false
 git = 'https://github.com/paritytech/substrate'
 optional = true
-branch = 'polkadot-v0.9.20'
+branch = 'polkadot-v0.9.21'
 
 [dependencies.frame-executive]
 default-features = false
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -133,7 +133,7 @@
 default-features = false
 git = 'https://github.com/paritytech/substrate'
 optional = true
-branch = 'polkadot-v0.9.20'
+branch = 'polkadot-v0.9.21'
 
 [dependencies.frame-executive]
 default-features = false
modifiedruntime/tests/Cargo.tomldiffbeforeafterboth
--- a/runtime/tests/Cargo.toml
+++ b/runtime/tests/Cargo.toml
@@ -7,22 +7,22 @@
 unique-runtime-common = { path = '../common' }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 
-sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-sp-std = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-sp-io = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
+sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+sp-std = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+sp-io = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
 
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21" }
 
-frame-support = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-frame-system = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
+frame-support = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+frame-system = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
 
-pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
-pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.20' }
+pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
+pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.21' }
 
-pallet-evm = { default-features = false, git = 'https://github.com/uniquenetwork/frontier', branch = 'unique-polkadot-v0.9.20' }
-pallet-ethereum = { default-features = false, git = 'https://github.com/uniquenetwork/frontier', branch = 'unique-polkadot-v0.9.20' }
+pallet-evm = { default-features = false, git = 'https://github.com/uniquenetwork/frontier', branch = 'unique-polkadot-v0.9.21' }
+pallet-ethereum = { default-features = false, git = 'https://github.com/uniquenetwork/frontier', branch = 'unique-polkadot-v0.9.21' }
 
 pallet-common = { path = '../../pallets/common' }
 pallet-structure = { path = '../../pallets/structure' }
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -133,7 +133,7 @@
 default-features = false
 git = 'https://github.com/paritytech/substrate'
 optional = true
-branch = 'polkadot-v0.9.20'
+branch = 'polkadot-v0.9.21'
 
 [dependencies.frame-executive]
 default-features = false