difftreelog
fix cargo references
in: master
2 files changed
Cargo.lockdiffbeforeafterboth--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5390,7 +5390,7 @@
[[package]]
name = "orml-vesting"
version = "0.4.1-dev"
-source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.23#35cdbf2be055193974cc5b24f0c416b559c62ddc"
+source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.23#97ff860ba8b2bbd246e6c91395fb95fd89c2951f"
dependencies = [
"frame-support",
"frame-system",
@@ -12266,7 +12266,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if 0.1.10",
"digest 0.10.3",
"rand 0.8.5",
"static_assertions",
runtime/tests/Cargo.tomldiffbeforeafterboth1[package]2name = "tests"3version = "0.1.0"4edition = "2021"56[dependencies]7unique-runtime-common = { path = '../common' }8up-data-structs = { default-features = false, path = '../../primitives/data-structs' }910sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }11sp-std = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }12sp-io = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }13sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }1415fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }1617frame-support = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }18frame-system = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }1920pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }21pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }22pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.23' }2324pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }25pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.23" }2627pallet-common = { path = '../../pallets/common' }28pallet-structure = { path = '../../pallets/structure' }29pallet-fungible = { path = '../../pallets/fungible' }30pallet-nonfungible = { path = '../../pallets/nonfungible' }31pallet-refungible = { path = '../../pallets/refungible' }32pallet-unique = { path = '../../pallets/unique' }3334pallet-evm-coder-substrate = { path = '../../pallets/evm-coder-substrate' }3536parity-scale-codec = "*"37scale-info = "*"