difftreelog
fix dependency versions after rebase
in: master
7 files changed
Cargo.lockdiffbeforeafterbothno changes
node/cli/Cargo.tomldiffbeforeafterboth242425[dependencies.try-runtime-cli]25[dependencies.try-runtime-cli]26git = 'https://github.com/paritytech/substrate.git'26git = 'https://github.com/paritytech/substrate.git'27branch = 'polkadot-v0.9.17'27branch = 'polkadot-v0.9.18'282829[dependencies.pallet-transaction-payment-rpc]29[dependencies.pallet-transaction-payment-rpc]30git = "https://github.com/paritytech/substrate"30git = "https://github.com/paritytech/substrate"pallets/structure/Cargo.tomldiffbeforeafterboth4edition = "2021"4edition = "2021"556[dependencies]6[dependencies]7frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.17' }7frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }8frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.17' }8frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }9frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.17' }9frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }10sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.17' }10sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }11pallet-common = { path = "../common", default-features = false }11pallet-common = { path = "../common", default-features = false }12parity-scale-codec = { version = "2.0.0", default-features = false, features = [12parity-scale-codec = { version = "3.1.2", default-features = false, features = [13 "derive",13 "derive",14] }14] }15scale-info = { version = "1.0.0", default-features = false, features = [15scale-info = { version = "2.0.1", default-features = false, features = [16 "derive",16 "derive",17] }17] }18up-data-structs = { path = "../../primitives/data-structs", default-features = false }18up-data-structs = { path = "../../primitives/data-structs", default-features = false }runtime/common/Cargo.tomldiffbeforeafterboth41[dependencies.sp-std]41[dependencies.sp-std]42default-features = false42default-features = false43git = 'https://github.com/paritytech/substrate.git'43git = 'https://github.com/paritytech/substrate.git'44branch = 'polkadot-v0.9.17'44branch = 'polkadot-v0.9.18'454546[dependencies.sp-runtime]46[dependencies.sp-runtime]47default-features = false47default-features = false96[dependencies.pallet-evm]96[dependencies.pallet-evm]97default-features = false97default-features = false98git = "https://github.com/uniquenetwork/frontier.git"98git = "https://github.com/uniquenetwork/frontier.git"99branch = "unique-polkadot-v0.9.17"99branch = "unique-polkadot-v0.9.18"100100101[dependencies.sp-consensus-aura]101[dependencies.sp-consensus-aura]102default-features = false102default-features = falseruntime/opal/Cargo.tomldiffbeforeafterboth133default-features = false133default-features = false134git = 'https://github.com/paritytech/substrate.git'134git = 'https://github.com/paritytech/substrate.git'135optional = true135optional = true136branch = 'polkadot-v0.9.17'136branch = 'polkadot-v0.9.18'137137138[dependencies.frame-executive]138[dependencies.frame-executive]139default-features = false139default-features = falseruntime/quartz/Cargo.tomldiffbeforeafterboth133default-features = false133default-features = false134git = 'https://github.com/paritytech/substrate.git'134git = 'https://github.com/paritytech/substrate.git'135optional = true135optional = true136branch = 'polkadot-v0.9.17'136branch = 'polkadot-v0.9.18'137137138[dependencies.frame-executive]138[dependencies.frame-executive]139default-features = false139default-features = falseruntime/unique/Cargo.tomldiffbeforeafterboth133default-features = false133default-features = false134git = 'https://github.com/paritytech/substrate.git'134git = 'https://github.com/paritytech/substrate.git'135optional = true135optional = true136branch = 'polkadot-v0.9.17'136branch = 'polkadot-v0.9.18'137137138[dependencies.frame-executive]138[dependencies.frame-executive]139default-features = false139default-features = false