Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jan 11, 2022
1 parent ee075ed commit 53dc81c
Show file tree
Hide file tree
Showing 108 changed files with 1,201 additions and 1,201 deletions.
326 changes: 163 additions & 163 deletions Cargo.lock

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions bridges/bin/millau/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,35 +24,35 @@ pallet-bridge-messages = { path = "../../../modules/messages" }

# Substrate Dependencies

frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
node-inspect = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-cli = { git = "https://github.com/paritytech/substrate", features = ["wasmtime"] , branch = "wk-polkadot-v0.9.15" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
node-inspect = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-cli = { git = "https://github.com/paritytech/substrate", features = ["wasmtime"] , branch = "polkadot-v0.9.15" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }

[build-dependencies]
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }

[features]
default = []
Expand Down
54 changes: 27 additions & 27 deletions bridges/bin/millau/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,35 +28,35 @@ pallet-shift-session-manager = { path = "../../../modules/shift-session-manager"

# Substrate Dependencies

frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "wk-polkadot-v0.9.15" }
frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }
sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.15" }

[build-dependencies]
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }

[features]
default = ["std"]
Expand Down
54 changes: 27 additions & 27 deletions bridges/bin/rialto/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,35 +25,35 @@ rialto-runtime = { path = "../runtime" }
# Substrate Dependencies


frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
node-inspect = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-cli = { git = "https://github.com/paritytech/substrate", features = ["wasmtime"] , branch = "wk-polkadot-v0.9.15" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
node-inspect = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-cli = { git = "https://github.com/paritytech/substrate", features = ["wasmtime"] , branch = "polkadot-v0.9.15" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }

[build-dependencies]
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "wk-polkadot-v0.9.15" }
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }

[features]
default = []
Expand Down
Loading

0 comments on commit 53dc81c

Please sign in to comment.