From 877c238d1f7b39510b950b0ccd66c18ee9c20d8c Mon Sep 17 00:00:00 2001 From: Vincent Geddes Date: Sat, 28 Oct 2023 08:40:50 +0200 Subject: [PATCH] Bump Cargo.lock --- Cargo.lock | 62 +++++++++++++++++------------------------------------- 1 file changed, 19 insertions(+), 43 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f529db966f..0b9d1ab8e59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1067,7 +1067,7 @@ version = "0.1.0" dependencies = [ "bp-messages", "bp-polkadot-core", - "bp-runtime 0.1.0", + "bp-runtime", "frame-support", "frame-system", "polkadot-primitives", @@ -1081,7 +1081,7 @@ version = "0.1.0" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", - "bp-runtime 0.1.0", + "bp-runtime", "frame-support", "sp-api", "sp-std", @@ -1093,7 +1093,7 @@ version = "0.1.0" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", - "bp-runtime 0.1.0", + "bp-runtime", "frame-support", "sp-api", "sp-std", @@ -1103,7 +1103,7 @@ dependencies = [ name = "bp-header-chain" version = "0.1.0" dependencies = [ - "bp-runtime 0.1.0", + "bp-runtime", "bp-test-utils", "finality-grandpa", "frame-support", @@ -1123,7 +1123,7 @@ name = "bp-messages" version = "0.1.0" dependencies = [ "bp-header-chain", - "bp-runtime 0.1.0", + "bp-runtime", "frame-support", "hex", "hex-literal 0.4.1", @@ -1140,7 +1140,7 @@ version = "0.1.0" dependencies = [ "bp-header-chain", "bp-polkadot-core", - "bp-runtime 0.1.0", + "bp-runtime", "frame-support", "impl-trait-for-tuples", "parity-scale-codec", @@ -1155,7 +1155,7 @@ name = "bp-polkadot-core" version = "0.1.0" dependencies = [ "bp-messages", - "bp-runtime 0.1.0", + "bp-runtime", "frame-support", "frame-system", "hex", @@ -1173,7 +1173,7 @@ name = "bp-relayers" version = "0.1.0" dependencies = [ "bp-messages", - "bp-runtime 0.1.0", + "bp-runtime", "frame-support", "hex", "hex-literal 0.4.1", @@ -1189,7 +1189,7 @@ version = "0.1.0" dependencies = [ "bp-header-chain", "bp-polkadot-core", - "bp-runtime 0.1.0", + "bp-runtime", "frame-support", "sp-api", ] @@ -1216,28 +1216,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "bp-runtime" -version = "0.1.0" -source = "git+https://github.com/Snowfork/cumulus.git?branch=snowbridge#1a8a815c224fa51a5df00a92eb28235b42defda6" -dependencies = [ - "frame-support", - "frame-system", - "hash-db", - "impl-trait-for-tuples", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", - "trie-db", -] - [[package]] name = "bp-test-utils" version = "0.1.0" @@ -1245,7 +1223,7 @@ dependencies = [ "bp-header-chain", "bp-parachains", "bp-polkadot-core", - "bp-runtime 0.1.0", + "bp-runtime", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", @@ -1264,7 +1242,7 @@ dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-rococo", - "bp-runtime 0.1.0", + "bp-runtime", "frame-support", "sp-api", ] @@ -1406,7 +1384,7 @@ dependencies = [ "bp-polkadot-core", "bp-relayers", "bp-rococo", - "bp-runtime 0.1.0", + "bp-runtime", "bp-wococo", "bridge-hub-test-utils", "bridge-runtime-common", @@ -1497,7 +1475,7 @@ dependencies = [ "bp-parachains", "bp-polkadot-core", "bp-relayers", - "bp-runtime 0.1.0", + "bp-runtime", "bp-test-utils", "bridge-runtime-common", "cumulus-pallet-dmp-queue", @@ -1539,7 +1517,7 @@ dependencies = [ "bp-parachains", "bp-polkadot-core", "bp-relayers", - "bp-runtime 0.1.0", + "bp-runtime", "bp-test-utils", "frame-support", "frame-system", @@ -7388,7 +7366,7 @@ name = "pallet-bridge-grandpa" version = "0.1.0" dependencies = [ "bp-header-chain", - "bp-runtime 0.1.0", + "bp-runtime", "bp-test-utils", "finality-grandpa", "frame-benchmarking", @@ -7410,7 +7388,7 @@ name = "pallet-bridge-messages" version = "0.1.0" dependencies = [ "bp-messages", - "bp-runtime 0.1.0", + "bp-runtime", "bp-test-utils", "frame-benchmarking", "frame-support", @@ -7433,7 +7411,7 @@ dependencies = [ "bp-header-chain", "bp-parachains", "bp-polkadot-core", - "bp-runtime 0.1.0", + "bp-runtime", "bp-test-utils", "frame-benchmarking", "frame-support", @@ -7455,7 +7433,7 @@ version = "0.1.0" dependencies = [ "bp-messages", "bp-relayers", - "bp-runtime 0.1.0", + "bp-runtime", "frame-benchmarking", "frame-support", "frame-system", @@ -13415,7 +13393,6 @@ dependencies = [ name = "snowbridge-ethereum-beacon-client" version = "0.0.1" dependencies = [ - "bp-runtime 0.1.0 (git+https://github.com/Snowfork/cumulus.git?branch=snowbridge)", "byte-slice-cast", "frame-benchmarking", "frame-support", @@ -13440,7 +13417,6 @@ dependencies = [ name = "snowbridge-inbound-queue" version = "0.1.1" dependencies = [ - "bp-runtime 0.1.0 (git+https://github.com/Snowfork/cumulus.git?branch=snowbridge)", "ethabi-decode", "frame-benchmarking", "frame-support", @@ -13467,7 +13443,6 @@ dependencies = [ name = "snowbridge-outbound-queue" version = "0.1.1" dependencies = [ - "bp-runtime 0.1.0 (git+https://github.com/Snowfork/cumulus.git?branch=snowbridge)", "ethabi-decode", "frame-benchmarking", "frame-support", @@ -13501,6 +13476,7 @@ dependencies = [ name = "snowbridge-outbound-queue-runtime-api" version = "0.1.0" dependencies = [ + "frame-support", "parity-scale-codec", "snowbridge-core", "snowbridge-outbound-queue-merkle-tree",