diff --git a/substrate/Cargo.lock b/substrate/Cargo.lock index af0a52fb1d..23a5fb7926 100644 --- a/substrate/Cargo.lock +++ b/substrate/Cargo.lock @@ -10662,7 +10662,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "7.0.0" +version = "8.0.0" dependencies = [ "parity-scale-codec", "scale-info", @@ -10686,7 +10686,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "6.0.0" +version = "7.0.0" dependencies = [ "criterion", "integer-sqrt", @@ -10867,7 +10867,7 @@ dependencies = [ [[package]] name = "sp-core" -version = "7.0.0" +version = "8.0.0" dependencies = [ "array-bytes 4.2.0", "bitflags", @@ -10915,7 +10915,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" -version = "5.0.0" +version = "6.0.0" dependencies = [ "blake2b_simd", "byteorder", @@ -10928,7 +10928,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" -version = "5.0.0" +version = "6.0.0" dependencies = [ "proc-macro2", "quote", @@ -10946,7 +10946,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" -version = "5.0.0" +version = "6.0.0" dependencies = [ "proc-macro2", "quote", @@ -10955,7 +10955,7 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.13.0" +version = "0.14.0" dependencies = [ "environmental", "parity-scale-codec", @@ -10980,7 +10980,7 @@ dependencies = [ [[package]] name = "sp-io" -version = "7.0.0" +version = "8.0.0" dependencies = [ "bytes", "ed25519", @@ -11005,7 +11005,7 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "7.0.0" +version = "8.0.0" dependencies = [ "lazy_static", "sp-core", @@ -11015,7 +11015,7 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.13.0" +version = "0.14.0" dependencies = [ "futures", "parity-scale-codec", @@ -11103,7 +11103,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" -version = "5.0.0" +version = "6.0.0" dependencies = [ "backtrace", "lazy_static", @@ -11122,7 +11122,7 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "7.0.0" +version = "8.0.0" dependencies = [ "either", "hash256-std-hasher", @@ -11149,7 +11149,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "7.0.0" +version = "8.0.0" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11172,7 +11172,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "6.0.0" +version = "7.0.0" dependencies = [ "Inflector", "proc-macro-crate", @@ -11247,7 +11247,7 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.13.0" +version = "0.14.0" dependencies = [ "array-bytes 4.2.0", "assert_matches", @@ -11288,11 +11288,11 @@ dependencies = [ [[package]] name = "sp-std" -version = "5.0.0" +version = "6.0.0" [[package]] name = "sp-storage" -version = "7.0.0" +version = "8.0.0" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11331,7 +11331,7 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "6.0.0" +version = "7.0.0" dependencies = [ "parity-scale-codec", "sp-std", @@ -11365,7 +11365,7 @@ dependencies = [ [[package]] name = "sp-trie" -version = "7.0.0" +version = "8.0.0" dependencies = [ "ahash 0.8.3", "array-bytes 4.2.0", @@ -11392,7 +11392,7 @@ dependencies = [ [[package]] name = "sp-version" -version = "5.0.0" +version = "6.0.0" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11408,7 +11408,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11419,7 +11419,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" -version = "7.0.0" +version = "8.0.0" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11431,7 +11431,7 @@ dependencies = [ [[package]] name = "sp-weights" -version = "4.0.0" +version = "5.0.0" dependencies = [ "parity-scale-codec", "scale-info", diff --git a/substrate/bin/node-template/node/Cargo.toml b/substrate/bin/node-template/node/Cargo.toml index ceac4fa8db..7b659520d6 100644 --- a/substrate/bin/node-template/node/Cargo.toml +++ b/substrate/bin/node-template/node/Cargo.toml @@ -21,7 +21,7 @@ clap = { version = "4.2.5", features = ["derive"] } futures = { version = "0.3.21", features = ["thread-pool"]} sc-cli = { version = "0.10.0-dev", path = "../../../client/cli" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } sc-network = { version = "0.10.0-dev", path = "../../../client/network" } sc-service = { version = "0.10.0-dev", path = "../../../client/service" } @@ -37,11 +37,11 @@ sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/commo sc-consensus-grandpa = { version = "0.10.0-dev", path = "../../../client/consensus/grandpa" } sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../primitives/consensus/grandpa" } sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } +sp-io = { version = "8.0.0", path = "../../../primitives/io" } sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" } sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keyring = { version = "7.0.0", path = "../../../primitives/keyring" } +sp-keyring = { version = "8.0.0", path = "../../../primitives/keyring" } frame-system = { version = "4.0.0-dev", path = "../../../frame/system" } pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment" } diff --git a/substrate/bin/node-template/pallets/template/Cargo.toml b/substrate/bin/node-template/pallets/template/Cargo.toml index bb6d8c511a..9bf3f04e30 100644 --- a/substrate/bin/node-template/pallets/template/Cargo.toml +++ b/substrate/bin/node-template/pallets/template/Cargo.toml @@ -22,9 +22,9 @@ frame-support = { version = "4.0.0-dev", default-features = false, path = "../.. frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../../frame/system" } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../../../primitives/io" } -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } +sp-core = { version = "8.0.0", path = "../../../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../../../primitives/io" } +sp-runtime = { version = "8.0.0", path = "../../../../primitives/runtime" } [features] default = ["std"] diff --git a/substrate/bin/node-template/runtime/Cargo.toml b/substrate/bin/node-template/runtime/Cargo.toml index d7f7ca4d86..24a9cba096 100644 --- a/substrate/bin/node-template/runtime/Cargo.toml +++ b/substrate/bin/node-template/runtime/Cargo.toml @@ -30,14 +30,14 @@ sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../pri sp-block-builder = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/block-builder"} sp-consensus-aura = { version = "0.10.0-dev", default-features = false, path = "../../../primitives/consensus/aura" } sp-consensus-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/consensus/grandpa" } -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } +sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" } sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/inherents"} sp-offchain = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/offchain" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } sp-session = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/session" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" } sp-transaction-pool = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/transaction-pool" } -sp-version = { version = "5.0.0", default-features = false, path = "../../../primitives/version" } +sp-version = { version = "6.0.0", default-features = false, path = "../../../primitives/version" } # Used for the node template's RPCs frame-system-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system/rpc/runtime-api/" } diff --git a/substrate/bin/node/bench/Cargo.toml b/substrate/bin/node/bench/Cargo.toml index b3f1434a9c..f7dfef7925 100644 --- a/substrate/bin/node/bench/Cargo.toml +++ b/substrate/bin/node/bench/Cargo.toml @@ -19,20 +19,20 @@ node-primitives = { version = "2.0.0", path = "../primitives" } node-testing = { version = "3.0.0-dev", path = "../testing" } kitchensink-runtime = { version = "3.0.0-dev", path = "../runtime" } sc-client-api = { version = "4.0.0-dev", path = "../../../client/api/" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../../primitives/state-machine" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } +sp-state-machine = { version = "0.14.0", path = "../../../primitives/state-machine" } serde = "1.0.136" serde_json = "1.0.85" derive_more = { version = "0.99.17", default-features = false, features = ["display"] } kvdb = "0.13.0" kvdb-rocksdb = "0.19.0" -sp-trie = { version = "7.0.0", path = "../../../primitives/trie" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-trie = { version = "8.0.0", path = "../../../primitives/trie" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } sc-basic-authorship = { version = "0.10.0-dev", path = "../../../client/basic-authorship" } sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/timestamp" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" } hash-db = "0.16.0" tempfile = "3.1.0" fs_extra = "1" diff --git a/substrate/bin/node/cli/Cargo.toml b/substrate/bin/node/cli/Cargo.toml index 31da9852c0..24a3fd0626 100644 --- a/substrate/bin/node/cli/Cargo.toml +++ b/substrate/bin/node/cli/Cargo.toml @@ -49,12 +49,12 @@ sp-authority-discovery = { version = "4.0.0-dev", path = "../../../primitives/au sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } grandpa-primitives = { version = "4.0.0-dev", package = "sp-consensus-grandpa", path = "../../../primitives/consensus/grandpa" } sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" } sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keyring = { version = "7.0.0", path = "../../../primitives/keyring" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } +sp-keyring = { version = "8.0.0", path = "../../../primitives/keyring" } +sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } sp-transaction-pool = { version = "4.0.0-dev", path = "../../../primitives/transaction-pool" } sp-transaction-storage-proof = { version = "4.0.0-dev", path = "../../../primitives/transaction-storage-proof" } @@ -114,7 +114,7 @@ sc-consensus-babe = { version = "0.10.0-dev", path = "../../../client/consensus/ sc-consensus-epochs = { version = "0.10.0-dev", path = "../../../client/consensus/epochs" } sc-service-test = { version = "2.0.0", path = "../../../client/service/test" } sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } futures = "0.3.21" tempfile = "3.1.0" diff --git a/substrate/bin/node/executor/Cargo.toml b/substrate/bin/node/executor/Cargo.toml index 5f11d513c4..f2c952cd96 100644 --- a/substrate/bin/node/executor/Cargo.toml +++ b/substrate/bin/node/executor/Cargo.toml @@ -19,11 +19,11 @@ frame-benchmarking = { version = "4.0.0-dev", path = "../../../frame/benchmarkin node-primitives = { version = "2.0.0", path = "../primitives" } kitchensink-runtime = { version = "3.0.0-dev", path = "../runtime" } sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } -sp-state-machine = { version = "0.13.0", path = "../../../primitives/state-machine" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } -sp-trie = { version = "7.0.0", path = "../../../primitives/trie" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } +sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" } +sp-state-machine = { version = "0.14.0", path = "../../../primitives/state-machine" } +sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" } +sp-trie = { version = "8.0.0", path = "../../../primitives/trie" } sp-statement-store = { version = "4.0.0-dev", path = "../../../primitives/statement-store" } [dev-dependencies] @@ -41,12 +41,12 @@ pallet-sudo = { version = "4.0.0-dev", path = "../../../frame/sudo" } pallet-timestamp = { version = "4.0.0-dev", path = "../../../frame/timestamp" } pallet-treasury = { version = "4.0.0-dev", path = "../../../frame/treasury" } pallet-transaction-payment = { version = "4.0.0-dev", path = "../../../frame/transaction-payment" } -sp-application-crypto = { version = "7.0.0", path = "../../../primitives/application-crypto" } +sp-application-crypto = { version = "8.0.0", path = "../../../primitives/application-crypto" } pallet-root-testing = { version = "1.0.0-dev", path = "../../../frame/root-testing" } sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } -sp-externalities = { version = "0.13.0", path = "../../../primitives/externalities" } -sp-keyring = { version = "7.0.0", path = "../../../primitives/keyring" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-externalities = { version = "0.14.0", path = "../../../primitives/externalities" } +sp-keyring = { version = "8.0.0", path = "../../../primitives/keyring" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } [features] stress-test = [] diff --git a/substrate/bin/node/inspect/Cargo.toml b/substrate/bin/node/inspect/Cargo.toml index f77c52aa5b..0ddaa69181 100644 --- a/substrate/bin/node/inspect/Cargo.toml +++ b/substrate/bin/node/inspect/Cargo.toml @@ -21,5 +21,5 @@ sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" } sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } sc-service = { version = "0.10.0-dev", default-features = false, path = "../../../client/service" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } diff --git a/substrate/bin/node/primitives/Cargo.toml b/substrate/bin/node/primitives/Cargo.toml index 78cbf67ce7..eac6abf72e 100644 --- a/substrate/bin/node/primitives/Cargo.toml +++ b/substrate/bin/node/primitives/Cargo.toml @@ -18,9 +18,9 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = ] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../../primitives/application-crypto" } -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../../primitives/application-crypto" } +sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } [features] default = ["std"] diff --git a/substrate/bin/node/rpc/Cargo.toml b/substrate/bin/node/rpc/Cargo.toml index 8a336242cd..1e97d4932a 100644 --- a/substrate/bin/node/rpc/Cargo.toml +++ b/substrate/bin/node/rpc/Cargo.toml @@ -33,8 +33,8 @@ sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-bu sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } sp-statement-store = { version = "4.0.0-dev", path = "../../../primitives/statement-store" } substrate-frame-rpc-system = { version = "4.0.0-dev", path = "../../../utils/frame/rpc/system" } substrate-state-trie-migration-rpc = { version = "4.0.0-dev", path = "../../../utils/frame/rpc/state-trie-migration-rpc/" } diff --git a/substrate/bin/node/runtime/Cargo.toml b/substrate/bin/node/runtime/Cargo.toml index 664b26798f..6e1b15931b 100644 --- a/substrate/bin/node/runtime/Cargo.toml +++ b/substrate/bin/node/runtime/Cargo.toml @@ -35,16 +35,16 @@ sp-block-builder = { path = "../../../primitives/block-builder", default-feature sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/inherents" } node-primitives = { version = "2.0.0", default-features = false, path = "../primitives" } sp-offchain = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/offchain" } -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" } +sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/staking" } sp-session = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/session" } sp-transaction-pool = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/transaction-pool" } sp-statement-store = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/statement-store" } -sp-version = { version = "5.0.0", default-features = false, path = "../../../primitives/version" } -sp-io = { version = "7.0.0", default-features = false, path = "../../../primitives/io" } +sp-version = { version = "6.0.0", default-features = false, path = "../../../primitives/version" } +sp-io = { version = "8.0.0", default-features = false, path = "../../../primitives/io" } # frame dependencies frame-executive = { version = "4.0.0-dev", default-features = false, path = "../../../frame/executive" } diff --git a/substrate/bin/node/testing/Cargo.toml b/substrate/bin/node/testing/Cargo.toml index 6c9f1b1611..5dc6a1247f 100644 --- a/substrate/bin/node/testing/Cargo.toml +++ b/substrate/bin/node/testing/Cargo.toml @@ -39,10 +39,10 @@ sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } -sp-keyring = { version = "7.0.0", path = "../../../primitives/keyring" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-io = { version = "8.0.0", path = "../../../primitives/io" } +sp-keyring = { version = "8.0.0", path = "../../../primitives/keyring" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/timestamp" } substrate-test-client = { version = "2.0.0", path = "../../../test-utils/client" } diff --git a/substrate/bin/utils/chain-spec-builder/Cargo.toml b/substrate/bin/utils/chain-spec-builder/Cargo.toml index cb80963cc6..98c74950b7 100644 --- a/substrate/bin/utils/chain-spec-builder/Cargo.toml +++ b/substrate/bin/utils/chain-spec-builder/Cargo.toml @@ -20,5 +20,5 @@ rand = "0.8" node-cli = { version = "3.0.0-dev", path = "../../node/cli" } sc-chain-spec = { version = "4.0.0-dev", path = "../../../client/chain-spec" } sc-keystore = { version = "4.0.0-dev", path = "../../../client/keystore" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } +sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" } diff --git a/substrate/client/allocator/Cargo.toml b/substrate/client/allocator/Cargo.toml index 729decb5eb..03592ffe81 100644 --- a/substrate/client/allocator/Cargo.toml +++ b/substrate/client/allocator/Cargo.toml @@ -16,5 +16,5 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] log = "0.4.17" thiserror = "1.0.30" -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-wasm-interface = { version = "7.0.0", path = "../../primitives/wasm-interface" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-wasm-interface = { version = "8.0.0", path = "../../primitives/wasm-interface" } diff --git a/substrate/client/api/Cargo.toml b/substrate/client/api/Cargo.toml index 02f4292aac..be5499b50f 100644 --- a/substrate/client/api/Cargo.toml +++ b/substrate/client/api/Cargo.toml @@ -28,14 +28,14 @@ sc-utils = { version = "4.0.0-dev", path = "../utils" } sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } sp-database = { version = "4.0.0-dev", path = "../../primitives/database" } -sp-externalities = { version = "0.13.0", path = "../../primitives/externalities" } -sp-keystore = { version = "0.13.0", default-features = false, path = "../../primitives/keystore" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../primitives/state-machine" } +sp-externalities = { version = "0.14.0", path = "../../primitives/externalities" } +sp-keystore = { version = "0.14.0", default-features = false, path = "../../primitives/keystore" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-state-machine = { version = "0.14.0", path = "../../primitives/state-machine" } sp-statement-store = { version = "4.0.0-dev", path = "../../primitives/statement-store" } -sp-storage = { version = "7.0.0", path = "../../primitives/storage" } +sp-storage = { version = "8.0.0", path = "../../primitives/storage" } [dev-dependencies] thiserror = "1.0.30" diff --git a/substrate/client/authority-discovery/Cargo.toml b/substrate/client/authority-discovery/Cargo.toml index 8b9fb743b4..733f8175c0 100644 --- a/substrate/client/authority-discovery/Cargo.toml +++ b/substrate/client/authority-discovery/Cargo.toml @@ -34,12 +34,12 @@ sc-network-common = { version = "0.10.0-dev", path = "../network/common" } sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } sp-authority-discovery = { version = "4.0.0-dev", path = "../../primitives/authority-discovery" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-keystore = { version = "0.14.0", path = "../../primitives/keystore" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } async-trait = "0.1.56" [dev-dependencies] quickcheck = { version = "1.0.3", default-features = false } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } diff --git a/substrate/client/basic-authorship/Cargo.toml b/substrate/client/basic-authorship/Cargo.toml index c4f1d2e245..b6da5bddd7 100644 --- a/substrate/client/basic-authorship/Cargo.toml +++ b/substrate/client/basic-authorship/Cargo.toml @@ -26,9 +26,9 @@ sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../client/transact sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } sp-inherents = { version = "4.0.0-dev", path = "../../primitives/inherents" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } [dev-dependencies] parking_lot = "0.12.1" diff --git a/substrate/client/block-builder/Cargo.toml b/substrate/client/block-builder/Cargo.toml index d009826b2f..9786bbfb34 100644 --- a/substrate/client/block-builder/Cargo.toml +++ b/substrate/client/block-builder/Cargo.toml @@ -20,10 +20,10 @@ sc-client-api = { version = "4.0.0-dev", path = "../api" } sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } sp-block-builder = { version = "4.0.0-dev", path = "../../primitives/block-builder" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } sp-inherents = { version = "4.0.0-dev", path = "../../primitives/inherents" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } [dev-dependencies] -sp-state-machine = { version = "0.13.0", path = "../../primitives/state-machine" } +sp-state-machine = { version = "0.14.0", path = "../../primitives/state-machine" } substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } diff --git a/substrate/client/chain-spec/Cargo.toml b/substrate/client/chain-spec/Cargo.toml index b1188b3bd4..773a75a340 100644 --- a/substrate/client/chain-spec/Cargo.toml +++ b/substrate/client/chain-spec/Cargo.toml @@ -22,6 +22,6 @@ sc-executor = { version = "0.10.0-dev", path = "../executor" } sc-network = { version = "0.10.0-dev", path = "../network" } sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../primitives/state-machine" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } +sp-state-machine = { version = "0.14.0", path = "../../primitives/state-machine" } diff --git a/substrate/client/cli/Cargo.toml b/substrate/client/cli/Cargo.toml index 49e0765dd2..a332e1f456 100644 --- a/substrate/client/cli/Cargo.toml +++ b/substrate/client/cli/Cargo.toml @@ -40,17 +40,17 @@ sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" } sc-tracing = { version = "4.0.0-dev", path = "../tracing" } sc-utils = { version = "4.0.0-dev", path = "../utils" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-keyring = { version = "7.0.0", path = "../../primitives/keyring" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } -sp-panic-handler = { version = "5.0.0", path = "../../primitives/panic-handler" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-version = { version = "5.0.0", path = "../../primitives/version" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-keyring = { version = "8.0.0", path = "../../primitives/keyring" } +sp-keystore = { version = "0.14.0", path = "../../primitives/keystore" } +sp-panic-handler = { version = "6.0.0", path = "../../primitives/panic-handler" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } +sp-version = { version = "6.0.0", path = "../../primitives/version" } [dev-dependencies] tempfile = "3.1.0" futures-timer = "3.0.1" -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } [features] default = ["rocksdb"] diff --git a/substrate/client/consensus/aura/Cargo.toml b/substrate/client/consensus/aura/Cargo.toml index 4c0305e9f6..913cd34463 100644 --- a/substrate/client/consensus/aura/Cargo.toml +++ b/substrate/client/consensus/aura/Cargo.toml @@ -25,16 +25,16 @@ sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/commo sc-consensus-slots = { version = "0.10.0-dev", path = "../slots" } sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" } sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-application-crypto = { version = "7.0.0", path = "../../../primitives/application-crypto" } +sp-application-crypto = { version = "8.0.0", path = "../../../primitives/application-crypto" } sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } sp-consensus-aura = { version = "0.10.0-dev", path = "../../../primitives/consensus/aura" } sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } [dev-dependencies] parking_lot = "0.12.1" @@ -42,8 +42,8 @@ tempfile = "3.1.0" sc-keystore = { version = "4.0.0-dev", path = "../../keystore" } sc-network = { version = "0.10.0-dev", path = "../../network" } sc-network-test = { version = "0.8.0", path = "../../network/test" } -sp-keyring = { version = "7.0.0", path = "../../../primitives/keyring" } +sp-keyring = { version = "8.0.0", path = "../../../primitives/keyring" } sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" } substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } tokio = { version = "1.22.0" } diff --git a/substrate/client/consensus/babe/Cargo.toml b/substrate/client/consensus/babe/Cargo.toml index 2382d064d0..0a24fbce61 100644 --- a/substrate/client/consensus/babe/Cargo.toml +++ b/substrate/client/consensus/babe/Cargo.toml @@ -33,24 +33,24 @@ sc-consensus-slots = { version = "0.10.0-dev", path = "../slots" } sc-keystore = { version = "4.0.0-dev", path = "../../keystore" } sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" } sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-application-crypto = { version = "7.0.0", path = "../../../primitives/application-crypto" } +sp-application-crypto = { version = "8.0.0", path = "../../../primitives/application-crypto" } sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } [dev-dependencies] rand_chacha = "0.2.2" sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } -sp-keyring = { version = "7.0.0", path = "../../../primitives/keyring" } +sp-keyring = { version = "8.0.0", path = "../../../primitives/keyring" } sc-network = { version = "0.10.0-dev", path = "../../network" } sc-network-test = { version = "0.8.0", path = "../../network/test" } sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" } substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } tokio = "1.22.0" diff --git a/substrate/client/consensus/babe/rpc/Cargo.toml b/substrate/client/consensus/babe/rpc/Cargo.toml index f81a14a97c..4ab3969e7a 100644 --- a/substrate/client/consensus/babe/rpc/Cargo.toml +++ b/substrate/client/consensus/babe/rpc/Cargo.toml @@ -21,18 +21,18 @@ sc-consensus-babe = { version = "0.10.0-dev", path = "../" } sc-consensus-epochs = { version = "0.10.0-dev", path = "../../epochs" } sc-rpc-api = { version = "0.10.0-dev", path = "../../../rpc-api" } sp-api = { version = "4.0.0-dev", path = "../../../../primitives/api" } -sp-application-crypto = { version = "7.0.0", path = "../../../../primitives/application-crypto" } +sp-application-crypto = { version = "8.0.0", path = "../../../../primitives/application-crypto" } sp-blockchain = { version = "4.0.0-dev", path = "../../../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../../../primitives/consensus/common" } sp-consensus-babe = { version = "0.10.0-dev", path = "../../../../primitives/consensus/babe" } -sp-core = { version = "7.0.0", path = "../../../../primitives/core" } -sp-keystore = { version = "0.13.0", path = "../../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } +sp-core = { version = "8.0.0", path = "../../../../primitives/core" } +sp-keystore = { version = "0.14.0", path = "../../../../primitives/keystore" } +sp-runtime = { version = "8.0.0", path = "../../../../primitives/runtime" } [dev-dependencies] serde_json = "1.0.85" tokio = "1.22.0" sc-consensus = { version = "0.10.0-dev", path = "../../../consensus/common" } sc-keystore = { version = "4.0.0-dev", path = "../../../keystore" } -sp-keyring = { version = "7.0.0", path = "../../../../primitives/keyring" } +sp-keyring = { version = "8.0.0", path = "../../../../primitives/keyring" } substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" } diff --git a/substrate/client/consensus/beefy/Cargo.toml b/substrate/client/consensus/beefy/Cargo.toml index 7e3ddf688f..3fc826d221 100644 --- a/substrate/client/consensus/beefy/Cargo.toml +++ b/substrate/client/consensus/beefy/Cargo.toml @@ -29,15 +29,15 @@ sc-network-gossip = { version = "0.10.0-dev", path = "../../network-gossip" } sc-network-sync = { version = "0.10.0-dev", path = "../../network/sync" } sc-utils = { version = "4.0.0-dev", path = "../../utils" } sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-application-crypto = { version = "7.0.0", path = "../../../primitives/application-crypto" } -sp-arithmetic = { version = "6.0.0", path = "../../../primitives/arithmetic" } +sp-application-crypto = { version = "8.0.0", path = "../../../primitives/application-crypto" } +sp-arithmetic = { version = "7.0.0", path = "../../../primitives/arithmetic" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } sp-consensus-beefy = { version = "4.0.0-dev", path = "../../../primitives/consensus/beefy" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } +sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" } sp-mmr-primitives = { version = "4.0.0-dev", path = "../../../primitives/merkle-mountain-range" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } [dev-dependencies] serde = "1.0.136" @@ -46,6 +46,6 @@ tokio = "1.22.0" sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } sc-network-test = { version = "0.8.0", path = "../../network/test" } sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../primitives/consensus/grandpa" } -sp-keyring = { version = "7.0.0", path = "../../../primitives/keyring" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } +sp-keyring = { version = "8.0.0", path = "../../../primitives/keyring" } +sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" } substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/consensus/beefy/rpc/Cargo.toml b/substrate/client/consensus/beefy/rpc/Cargo.toml index d6dfa8731a..240b4b53da 100644 --- a/substrate/client/consensus/beefy/rpc/Cargo.toml +++ b/substrate/client/consensus/beefy/rpc/Cargo.toml @@ -19,8 +19,8 @@ thiserror = "1.0" sc-consensus-beefy = { version = "4.0.0-dev", path = "../" } sp-consensus-beefy = { version = "4.0.0-dev", path = "../../../../primitives/consensus/beefy" } sc-rpc = { version = "4.0.0-dev", path = "../../../rpc" } -sp-core = { version = "7.0.0", path = "../../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } +sp-core = { version = "8.0.0", path = "../../../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../../../primitives/runtime" } [dev-dependencies] serde_json = "1.0.85" diff --git a/substrate/client/consensus/common/Cargo.toml b/substrate/client/consensus/common/Cargo.toml index e953d67965..7e67574007 100644 --- a/substrate/client/consensus/common/Cargo.toml +++ b/substrate/client/consensus/common/Cargo.toml @@ -28,9 +28,9 @@ sc-utils = { version = "4.0.0-dev", path = "../../utils" } sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../../primitives/state-machine" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } +sp-state-machine = { version = "0.14.0", path = "../../../primitives/state-machine" } [dev-dependencies] sp-test-primitives = { version = "2.0.0", path = "../../../primitives/test-primitives" } diff --git a/substrate/client/consensus/epochs/Cargo.toml b/substrate/client/consensus/epochs/Cargo.toml index 89588cc7d4..803d0837a0 100644 --- a/substrate/client/consensus/epochs/Cargo.toml +++ b/substrate/client/consensus/epochs/Cargo.toml @@ -18,4 +18,4 @@ fork-tree = { version = "3.0.0", path = "../../../utils/fork-tree" } sc-client-api = { version = "4.0.0-dev", path = "../../api" } sc-consensus = { version = "0.10.0-dev", path = "../common" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } diff --git a/substrate/client/consensus/grandpa/Cargo.toml b/substrate/client/consensus/grandpa/Cargo.toml index 67c58d37a2..012c7dc7a3 100644 --- a/substrate/client/consensus/grandpa/Cargo.toml +++ b/substrate/client/consensus/grandpa/Cargo.toml @@ -39,14 +39,14 @@ sc-network-common = { version = "0.10.0-dev", path = "../../network/common" } sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" } sc-utils = { version = "4.0.0-dev", path = "../../utils" } sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-application-crypto = { version = "7.0.0", path = "../../../primitives/application-crypto" } -sp-arithmetic = { version = "6.0.0", path = "../../../primitives/arithmetic" } +sp-application-crypto = { version = "8.0.0", path = "../../../primitives/application-crypto" } +sp-arithmetic = { version = "7.0.0", path = "../../../primitives/arithmetic" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../primitives/consensus/grandpa" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } [dev-dependencies] assert_matches = "1.3.0" @@ -55,6 +55,6 @@ serde = "1.0.136" tokio = "1.22.0" sc-network = { version = "0.10.0-dev", path = "../../network" } sc-network-test = { version = "0.8.0", path = "../../network/test" } -sp-keyring = { version = "7.0.0", path = "../../../primitives/keyring" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } +sp-keyring = { version = "8.0.0", path = "../../../primitives/keyring" } +sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" } substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/consensus/grandpa/rpc/Cargo.toml b/substrate/client/consensus/grandpa/rpc/Cargo.toml index 76a06ad298..1afa04d2a5 100644 --- a/substrate/client/consensus/grandpa/rpc/Cargo.toml +++ b/substrate/client/consensus/grandpa/rpc/Cargo.toml @@ -21,14 +21,14 @@ sc-client-api = { version = "4.0.0-dev", path = "../../../api" } sc-consensus-grandpa = { version = "0.10.0-dev", path = "../" } sc-rpc = { version = "4.0.0-dev", path = "../../../rpc" } sp-blockchain = { version = "4.0.0-dev", path = "../../../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } +sp-core = { version = "8.0.0", path = "../../../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../../../primitives/runtime" } [dev-dependencies] sc-block-builder = { version = "0.10.0-dev", path = "../../../block-builder" } sc-rpc = { version = "4.0.0-dev", features = ["test-helpers"], path = "../../../rpc" } -sp-core = { version = "7.0.0", path = "../../../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../../../primitives/core" } sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../../primitives/consensus/grandpa" } -sp-keyring = { version = "7.0.0", path = "../../../../primitives/keyring" } +sp-keyring = { version = "8.0.0", path = "../../../../primitives/keyring" } substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" } tokio = { version = "1.22.0", features = ["macros"] } diff --git a/substrate/client/consensus/manual-seal/Cargo.toml b/substrate/client/consensus/manual-seal/Cargo.toml index 2ddcf0d772..4506681d47 100644 --- a/substrate/client/consensus/manual-seal/Cargo.toml +++ b/substrate/client/consensus/manual-seal/Cargo.toml @@ -36,10 +36,10 @@ sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/c sp-consensus-aura = { version = "0.10.0-dev", path = "../../../primitives/consensus/aura" } sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" } [dev-dependencies] diff --git a/substrate/client/consensus/pow/Cargo.toml b/substrate/client/consensus/pow/Cargo.toml index b5454e35f9..6868e1f011 100644 --- a/substrate/client/consensus/pow/Cargo.toml +++ b/substrate/client/consensus/pow/Cargo.toml @@ -28,6 +28,6 @@ sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-bu sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } sp-consensus-pow = { version = "0.10.0-dev", path = "../../../primitives/consensus/pow" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } diff --git a/substrate/client/consensus/slots/Cargo.toml b/substrate/client/consensus/slots/Cargo.toml index 5cacf4f476..213b7817cb 100644 --- a/substrate/client/consensus/slots/Cargo.toml +++ b/substrate/client/consensus/slots/Cargo.toml @@ -22,14 +22,14 @@ log = "0.4.17" sc-client-api = { version = "4.0.0-dev", path = "../../api" } sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" } -sp-arithmetic = { version = "6.0.0", path = "../../../primitives/arithmetic" } +sp-arithmetic = { version = "7.0.0", path = "../../../primitives/arithmetic" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../../primitives/state-machine" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } +sp-state-machine = { version = "0.14.0", path = "../../../primitives/state-machine" } [dev-dependencies] substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/db/Cargo.toml b/substrate/client/db/Cargo.toml index aeb31f9444..c5533fa3d8 100644 --- a/substrate/client/db/Cargo.toml +++ b/substrate/client/db/Cargo.toml @@ -27,13 +27,13 @@ parking_lot = "0.12.1" sc-client-api = { version = "4.0.0-dev", path = "../api" } sc-state-db = { version = "0.10.0-dev", path = "../state-db" } schnellru = "0.2.1" -sp-arithmetic = { version = "6.0.0", path = "../../primitives/arithmetic" } +sp-arithmetic = { version = "7.0.0", path = "../../primitives/arithmetic" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } sp-database = { version = "4.0.0-dev", path = "../../primitives/database" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../primitives/state-machine" } -sp-trie = { version = "7.0.0", path = "../../primitives/trie" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } +sp-state-machine = { version = "0.14.0", path = "../../primitives/state-machine" } +sp-trie = { version = "8.0.0", path = "../../primitives/trie" } [dev-dependencies] criterion = "0.4.0" @@ -42,7 +42,7 @@ rand = "0.8.5" tempfile = "3.1.0" quickcheck = { version = "1.0.3", default-features = false } kitchensink-runtime = { path = "../../bin/node/runtime" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } array-bytes = "4.1" diff --git a/substrate/client/executor/Cargo.toml b/substrate/client/executor/Cargo.toml index 6c81c0e5c7..bff4d9da69 100644 --- a/substrate/client/executor/Cargo.toml +++ b/substrate/client/executor/Cargo.toml @@ -22,14 +22,14 @@ codec = { package = "parity-scale-codec", version = "3.2.2" } sc-executor-common = { version = "0.10.0-dev", path = "common" } sc-executor-wasmtime = { version = "0.10.0-dev", path = "wasmtime" } sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-externalities = { version = "0.13.0", path = "../../primitives/externalities" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } -sp-panic-handler = { version = "5.0.0", path = "../../primitives/panic-handler" } -sp-runtime-interface = { version = "7.0.0", path = "../../primitives/runtime-interface" } -sp-trie = { version = "7.0.0", path = "../../primitives/trie" } -sp-version = { version = "5.0.0", path = "../../primitives/version" } -sp-wasm-interface = { version = "7.0.0", path = "../../primitives/wasm-interface" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-externalities = { version = "0.14.0", path = "../../primitives/externalities" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } +sp-panic-handler = { version = "6.0.0", path = "../../primitives/panic-handler" } +sp-runtime-interface = { version = "8.0.0", path = "../../primitives/runtime-interface" } +sp-trie = { version = "8.0.0", path = "../../primitives/trie" } +sp-version = { version = "6.0.0", path = "../../primitives/version" } +sp-wasm-interface = { version = "8.0.0", path = "../../primitives/wasm-interface" } [dev-dependencies] array-bytes = "4.1" @@ -37,11 +37,11 @@ assert_matches = "1.3.0" wat = "1.0" sc-runtime-test = { version = "2.0.0", path = "runtime-test" } substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../primitives/state-machine" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sp-state-machine = { version = "0.14.0", path = "../../primitives/state-machine" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../primitives/maybe-compressed-blob" } sc-tracing = { version = "4.0.0-dev", path = "../tracing" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } tracing-subscriber = "0.2.19" paste = "1.0" regex = "1.6.0" diff --git a/substrate/client/executor/common/Cargo.toml b/substrate/client/executor/common/Cargo.toml index 19aebc70f0..a720e6693f 100644 --- a/substrate/client/executor/common/Cargo.toml +++ b/substrate/client/executor/common/Cargo.toml @@ -18,7 +18,7 @@ thiserror = "1.0.30" wasm-instrument = "0.3" sc-allocator = { version = "4.1.0-dev", path = "../../allocator" } sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../../primitives/maybe-compressed-blob" } -sp-wasm-interface = { version = "7.0.0", path = "../../../primitives/wasm-interface" } +sp-wasm-interface = { version = "8.0.0", path = "../../../primitives/wasm-interface" } [features] default = [] diff --git a/substrate/client/executor/runtime-test/Cargo.toml b/substrate/client/executor/runtime-test/Cargo.toml index 07626c2343..61d5054826 100644 --- a/substrate/client/executor/runtime-test/Cargo.toml +++ b/substrate/client/executor/runtime-test/Cargo.toml @@ -13,11 +13,11 @@ repository = "https://github.com/paritytech/substrate/" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, features = ["improved_panic_error_reporting"], path = "../../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime-interface" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, features = ["improved_panic_error_reporting"], path = "../../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime-interface" } +sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" } [build-dependencies] substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder", optional = true } diff --git a/substrate/client/executor/wasmtime/Cargo.toml b/substrate/client/executor/wasmtime/Cargo.toml index f3e5dcd069..9932509488 100644 --- a/substrate/client/executor/wasmtime/Cargo.toml +++ b/substrate/client/executor/wasmtime/Cargo.toml @@ -29,8 +29,8 @@ wasmtime = { version = "8.0.1", default-features = false, features = [ anyhow = "1.0.68" sc-allocator = { version = "4.1.0-dev", path = "../../allocator" } sc-executor-common = { version = "0.10.0-dev", path = "../common" } -sp-runtime-interface = { version = "7.0.0", path = "../../../primitives/runtime-interface" } -sp-wasm-interface = { version = "7.0.0", path = "../../../primitives/wasm-interface", features = ["wasmtime"] } +sp-runtime-interface = { version = "8.0.0", path = "../../../primitives/runtime-interface" } +sp-wasm-interface = { version = "8.0.0", path = "../../../primitives/wasm-interface", features = ["wasmtime"] } # Here we include the rustix crate in the exactly same semver-compatible version as used by # wasmtime and enable its 'use-libc' flag. @@ -44,7 +44,7 @@ once_cell = "1.12.0" [dev-dependencies] wat = "1.0" sc-runtime-test = { version = "2.0.0", path = "../runtime-test" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } +sp-io = { version = "8.0.0", path = "../../../primitives/io" } tempfile = "3.3.0" paste = "1.0" codec = { package = "parity-scale-codec", version = "3.2.2" } diff --git a/substrate/client/informant/Cargo.toml b/substrate/client/informant/Cargo.toml index cd84dcb5a0..c45496d055 100644 --- a/substrate/client/informant/Cargo.toml +++ b/substrate/client/informant/Cargo.toml @@ -21,4 +21,4 @@ sc-client-api = { version = "4.0.0-dev", path = "../api" } sc-network-common = { version = "0.10.0-dev", path = "../network/common" } sc-network = { version = "0.10.0-dev", path = "../network" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } diff --git a/substrate/client/keystore/Cargo.toml b/substrate/client/keystore/Cargo.toml index 81e047e90a..17b0d351b0 100644 --- a/substrate/client/keystore/Cargo.toml +++ b/substrate/client/keystore/Cargo.toml @@ -18,9 +18,9 @@ array-bytes = "4.1" parking_lot = "0.12.1" serde_json = "1.0.85" thiserror = "1.0" -sp-application-crypto = { version = "7.0.0", path = "../../primitives/application-crypto" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } +sp-application-crypto = { version = "8.0.0", path = "../../primitives/application-crypto" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-keystore = { version = "0.14.0", path = "../../primitives/keystore" } [dev-dependencies] tempfile = "3.1.0" diff --git a/substrate/client/merkle-mountain-range/Cargo.toml b/substrate/client/merkle-mountain-range/Cargo.toml index 899f4cc2e0..b4db0afeb9 100644 --- a/substrate/client/merkle-mountain-range/Cargo.toml +++ b/substrate/client/merkle-mountain-range/Cargo.toml @@ -19,14 +19,14 @@ sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } sc-client-api = { version = "4.0.0-dev", path = "../api" } sp-consensus-beefy = { version = "4.0.0-dev", path = "../../primitives/consensus/beefy" } sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } sp-mmr-primitives = { version = "4.0.0-dev", path = "../../primitives/merkle-mountain-range" } sc-offchain = { version = "4.0.0-dev", path = "../offchain" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } [dev-dependencies] parking_lot = "0.12.1" sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } tokio = "1.17.0" diff --git a/substrate/client/merkle-mountain-range/rpc/Cargo.toml b/substrate/client/merkle-mountain-range/rpc/Cargo.toml index ce71158808..ef1125d202 100644 --- a/substrate/client/merkle-mountain-range/rpc/Cargo.toml +++ b/substrate/client/merkle-mountain-range/rpc/Cargo.toml @@ -17,9 +17,9 @@ jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] serde = { version = "1.0.136", features = ["derive"] } sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } sp-mmr-primitives = { version = "4.0.0-dev", path = "../../../primitives/merkle-mountain-range" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } anyhow = "1" [dev-dependencies] diff --git a/substrate/client/network-gossip/Cargo.toml b/substrate/client/network-gossip/Cargo.toml index 7fa843006b..283a7a61ce 100644 --- a/substrate/client/network-gossip/Cargo.toml +++ b/substrate/client/network-gossip/Cargo.toml @@ -25,7 +25,7 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0. sc-network = { version = "0.10.0-dev", path = "../network/" } sc-network-common = { version = "0.10.0-dev", path = "../network/common" } sc-peerset = { version = "4.0.0-dev", path = "../peerset" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } [dev-dependencies] tokio = "1.22.0" diff --git a/substrate/client/network/Cargo.toml b/substrate/client/network/Cargo.toml index f2b8ce63cb..e0c60bf581 100644 --- a/substrate/client/network/Cargo.toml +++ b/substrate/client/network/Cargo.toml @@ -46,11 +46,11 @@ sc-consensus = { version = "0.10.0-dev", path = "../consensus/common" } sc-network-common = { version = "0.10.0-dev", path = "./common" } sc-peerset = { version = "4.0.0-dev", path = "../peerset" } sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-arithmetic = { version = "6.0.0", path = "../../primitives/arithmetic" } +sp-arithmetic = { version = "7.0.0", path = "../../primitives/arithmetic" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } # Force 0.9.2 as snow release to fix the compilation. # # When libp2p also enforces this version, we can get rid off this extra dep here. @@ -67,7 +67,7 @@ tokio-test = "0.4.2" sc-network-light = { version = "0.10.0-dev", path = "./light" } sc-network-sync = { version = "0.10.0-dev", path = "./sync" } sp-test-primitives = { version = "2.0.0", path = "../../primitives/test-primitives" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" } substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } diff --git a/substrate/client/network/bitswap/Cargo.toml b/substrate/client/network/bitswap/Cargo.toml index 0a3c569708..3a946dbb8c 100644 --- a/substrate/client/network/bitswap/Cargo.toml +++ b/substrate/client/network/bitswap/Cargo.toml @@ -28,13 +28,13 @@ sc-client-api = { version = "4.0.0-dev", path = "../../api" } sc-network = { version = "0.10.0-dev", path = "../" } sc-network-common = { version = "0.10.0-dev", path = "../common" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } [dev-dependencies] tokio = { version = "1.22.0", features = ["full"] } sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } substrate-test-runtime = { version = "2.0.0", path = "../../../test-utils/runtime" } substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/network/common/Cargo.toml b/substrate/client/network/common/Cargo.toml index d9769413b8..16caa57664 100644 --- a/substrate/client/network/common/Cargo.toml +++ b/substrate/client/network/common/Cargo.toml @@ -34,7 +34,7 @@ sc-utils = { version = "4.0.0-dev", path = "../../utils" } serde = { version = "1.0.136", features = ["derive"] } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../primitives/consensus/grandpa" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } thiserror = "1.0" zeroize = "1.4.3" diff --git a/substrate/client/network/light/Cargo.toml b/substrate/client/network/light/Cargo.toml index ec2c2c077f..3921f44b24 100644 --- a/substrate/client/network/light/Cargo.toml +++ b/substrate/client/network/light/Cargo.toml @@ -30,6 +30,6 @@ sc-client-api = { version = "4.0.0-dev", path = "../../api" } sc-network = { version = "0.10.0-dev", path = "../" } sc-network-common = { version = "0.10.0-dev", path = "../common" } sc-peerset = { version = "4.0.0-dev", path = "../../peerset" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } thiserror = "1.0" diff --git a/substrate/client/network/statement/Cargo.toml b/substrate/client/network/statement/Cargo.toml index a81e6a916c..611bf9dcdc 100644 --- a/substrate/client/network/statement/Cargo.toml +++ b/substrate/client/network/statement/Cargo.toml @@ -24,6 +24,6 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0. sc-network-common = { version = "0.10.0-dev", path = "../common" } sc-network = { version = "0.10.0-dev", path = "../" } sc-peerset = { version = "4.0.0-dev", path = "../../peerset" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } sp-statement-store = { version = "4.0.0-dev", path = "../../../primitives/statement-store" } diff --git a/substrate/client/network/sync/Cargo.toml b/substrate/client/network/sync/Cargo.toml index 30dfe5a242..a1e78bf94f 100644 --- a/substrate/client/network/sync/Cargo.toml +++ b/substrate/client/network/sync/Cargo.toml @@ -37,17 +37,17 @@ sc-network = { version = "0.10.0-dev", path = "../" } sc-network-common = { version = "0.10.0-dev", path = "../common" } sc-peerset = { version = "4.0.0-dev", path = "../../peerset" } sc-utils = { version = "4.0.0-dev", path = "../../utils" } -sp-arithmetic = { version = "6.0.0", path = "../../../primitives/arithmetic" } +sp-arithmetic = { version = "7.0.0", path = "../../../primitives/arithmetic" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../primitives/consensus/grandpa" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } [dev-dependencies] tokio = { version = "1.22.0", features = ["macros"] } quickcheck = { version = "1.0.3", default-features = false } sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } sp-test-primitives = { version = "2.0.0", path = "../../../primitives/test-primitives" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" } substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/network/test/Cargo.toml b/substrate/client/network/test/Cargo.toml index af519008dd..2519c1ffe4 100644 --- a/substrate/client/network/test/Cargo.toml +++ b/substrate/client/network/test/Cargo.toml @@ -33,8 +33,8 @@ sc-service = { version = "0.10.0-dev", default-features = false, features = ["te sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } +sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" } substrate-test-runtime = { version = "2.0.0", path = "../../../test-utils/runtime" } substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/network/transactions/Cargo.toml b/substrate/client/network/transactions/Cargo.toml index 868e5cdc1b..56f7204962 100644 --- a/substrate/client/network/transactions/Cargo.toml +++ b/substrate/client/network/transactions/Cargo.toml @@ -23,5 +23,5 @@ sc-network = { version = "0.10.0-dev", path = "../" } sc-network-common = { version = "0.10.0-dev", path = "../common" } sc-peerset = { version = "4.0.0-dev", path = "../../peerset" } sc-utils = { version = "4.0.0-dev", path = "../../utils" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } diff --git a/substrate/client/offchain/Cargo.toml b/substrate/client/offchain/Cargo.toml index a2ab54ba5e..250277fee5 100644 --- a/substrate/client/offchain/Cargo.toml +++ b/substrate/client/offchain/Cargo.toml @@ -34,9 +34,9 @@ sc-network-common = { version = "0.10.0-dev", path = "../network/common" } sc-peerset = { version = "4.0.0-dev", path = "../peerset" } sc-utils = { version = "4.0.0-dev", path = "../utils" } sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } sp-offchain = { version = "4.0.0-dev", path = "../../primitives/offchain" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } [dev-dependencies] lazy_static = "1.4.0" @@ -46,7 +46,7 @@ sc-client-db = { version = "0.10.0-dev", default-features = true, path = "../db" sc-transaction-pool = { version = "4.0.0-dev", path = "../transaction-pool" } sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } [features] diff --git a/substrate/client/peerset/Cargo.toml b/substrate/client/peerset/Cargo.toml index b07a6ffa09..00d3db05c2 100644 --- a/substrate/client/peerset/Cargo.toml +++ b/substrate/client/peerset/Cargo.toml @@ -22,9 +22,9 @@ partial_sort = "0.2.0" serde_json = "1.0.85" wasm-timer = "0.2" sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-arithmetic = { version = "6.0.0", path = "../../primitives/arithmetic" } +sp-arithmetic = { version = "7.0.0", path = "../../primitives/arithmetic" } [dev-dependencies] -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } mockall = "0.11.3" rand = "0.8.5" diff --git a/substrate/client/rpc-api/Cargo.toml b/substrate/client/rpc-api/Cargo.toml index ba18a1d4fc..56cb373d06 100644 --- a/substrate/client/rpc-api/Cargo.toml +++ b/substrate/client/rpc-api/Cargo.toml @@ -20,8 +20,8 @@ serde_json = "1.0.85" thiserror = "1.0" sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" } sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } sp-rpc = { version = "6.0.0", path = "../../primitives/rpc" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-version = { version = "5.0.0", path = "../../primitives/version" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } +sp-version = { version = "6.0.0", path = "../../primitives/version" } jsonrpsee = { version = "0.16.2", features = ["server", "client-core", "macros"] } diff --git a/substrate/client/rpc-spec-v2/Cargo.toml b/substrate/client/rpc-spec-v2/Cargo.toml index 1f0cac18d3..c6137ba5f9 100644 --- a/substrate/client/rpc-spec-v2/Cargo.toml +++ b/substrate/client/rpc-spec-v2/Cargo.toml @@ -18,11 +18,11 @@ jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" } # Pool for submitting extrinsics required by "transaction" sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-version = { version = "5.0.0", path = "../../primitives/version" } +sp-version = { version = "6.0.0", path = "../../primitives/version" } sc-client-api = { version = "4.0.0-dev", path = "../api" } codec = { package = "parity-scale-codec", version = "3.2.2" } thiserror = "1.0" diff --git a/substrate/client/rpc/Cargo.toml b/substrate/client/rpc/Cargo.toml index 5a6e3e1083..edc9fcc889 100644 --- a/substrate/client/rpc/Cargo.toml +++ b/substrate/client/rpc/Cargo.toml @@ -28,13 +28,13 @@ sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/a sc-utils = { version = "4.0.0-dev", path = "../utils" } sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-keystore = { version = "0.14.0", path = "../../primitives/keystore" } sp-offchain = { version = "4.0.0-dev", path = "../../primitives/offchain" } sp-rpc = { version = "6.0.0", path = "../../primitives/rpc" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } sp-session = { version = "4.0.0-dev", path = "../../primitives/session" } -sp-version = { version = "5.0.0", path = "../../primitives/version" } +sp-version = { version = "6.0.0", path = "../../primitives/version" } sp-statement-store = { version = "4.0.0-dev", path = "../../primitives/statement-store" } tokio = "1.22.0" @@ -48,7 +48,7 @@ sc-network-common = { version = "0.10.0-dev", path = "../network/common" } sc-transaction-pool = { version = "4.0.0-dev", path = "../transaction-pool" } sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } tokio = "1.22.0" -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } [features] diff --git a/substrate/client/service/Cargo.toml b/substrate/client/service/Cargo.toml index b4ce3bbbb7..a33d19b45b 100644 --- a/substrate/client/service/Cargo.toml +++ b/substrate/client/service/Cargo.toml @@ -34,19 +34,19 @@ pin-project = "1.0.12" serde = "1.0.136" serde_json = "1.0.85" sc-keystore = { version = "4.0.0-dev", path = "../keystore" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-trie = { version = "7.0.0", path = "../../primitives/trie" } -sp-externalities = { version = "0.13.0", path = "../../primitives/externalities" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } +sp-trie = { version = "8.0.0", path = "../../primitives/trie" } +sp-externalities = { version = "0.14.0", path = "../../primitives/externalities" } sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-version = { version = "5.0.0", path = "../../primitives/version" } +sp-version = { version = "6.0.0", path = "../../primitives/version" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-keystore = { version = "0.14.0", path = "../../primitives/keystore" } sp-session = { version = "4.0.0-dev", path = "../../primitives/session" } -sp-state-machine = { version = "0.13.0", path = "../../primitives/state-machine" } +sp-state-machine = { version = "0.14.0", path = "../../primitives/state-machine" } sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } sc-consensus = { version = "0.10.0-dev", path = "../../client/consensus/common" } -sp-storage = { version = "7.0.0", path = "../../primitives/storage" } +sp-storage = { version = "8.0.0", path = "../../primitives/storage" } sc-network = { version = "0.10.0-dev", path = "../network" } sc-network-bitswap = { version = "0.10.0-dev", path = "../network/bitswap" } sc-network-common = { version = "0.10.0-dev", path = "../network/common" } diff --git a/substrate/client/service/test/Cargo.toml b/substrate/client/service/test/Cargo.toml index 94a844aa7d..3d61f43ff4 100644 --- a/substrate/client/service/test/Cargo.toml +++ b/substrate/client/service/test/Cargo.toml @@ -34,12 +34,12 @@ sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/trans sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../../primitives/state-machine" } -sp-storage = { version = "7.0.0", path = "../../../primitives/storage" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } -sp-trie = { version = "7.0.0", path = "../../../primitives/trie" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } +sp-state-machine = { version = "0.14.0", path = "../../../primitives/state-machine" } +sp-storage = { version = "8.0.0", path = "../../../primitives/storage" } +sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" } +sp-trie = { version = "8.0.0", path = "../../../primitives/trie" } +sp-io = { version = "8.0.0", path = "../../../primitives/io" } substrate-test-runtime = { version = "2.0.0", path = "../../../test-utils/runtime" } substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/state-db/Cargo.toml b/substrate/client/state-db/Cargo.toml index 13439de110..cd47a10593 100644 --- a/substrate/client/state-db/Cargo.toml +++ b/substrate/client/state-db/Cargo.toml @@ -16,4 +16,4 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.2.2", features = ["derive"] } log = "0.4.17" parking_lot = "0.12.1" -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } diff --git a/substrate/client/statement-store/Cargo.toml b/substrate/client/statement-store/Cargo.toml index 936aeb6e3c..13933de82c 100644 --- a/substrate/client/statement-store/Cargo.toml +++ b/substrate/client/statement-store/Cargo.toml @@ -25,9 +25,9 @@ sp-statement-store = { version = "4.0.0-dev", path = "../../primitives/statement prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } sc-client-api = { version = "4.0.0-dev", path = "../api" } [dev-dependencies] diff --git a/substrate/client/storage-monitor/Cargo.toml b/substrate/client/storage-monitor/Cargo.toml index 5f68255028..df80e944ec 100644 --- a/substrate/client/storage-monitor/Cargo.toml +++ b/substrate/client/storage-monitor/Cargo.toml @@ -15,6 +15,6 @@ log = "0.4.17" fs4 = "0.6.3" sc-client-db = { version = "0.10.0-dev", default-features = false, path = "../db" } sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } tokio = "1.22.0" thiserror = "1.0.30" diff --git a/substrate/client/sync-state-rpc/Cargo.toml b/substrate/client/sync-state-rpc/Cargo.toml index 5447c809c0..76f9613aee 100644 --- a/substrate/client/sync-state-rpc/Cargo.toml +++ b/substrate/client/sync-state-rpc/Cargo.toml @@ -23,4 +23,4 @@ sc-consensus-babe = { version = "0.10.0-dev", path = "../consensus/babe" } sc-consensus-epochs = { version = "0.10.0-dev", path = "../consensus/epochs" } sc-consensus-grandpa = { version = "0.10.0-dev", path = "../consensus/grandpa" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } diff --git a/substrate/client/sysinfo/Cargo.toml b/substrate/client/sysinfo/Cargo.toml index 73aa7b8d10..16bb08f70a 100644 --- a/substrate/client/sysinfo/Cargo.toml +++ b/substrate/client/sysinfo/Cargo.toml @@ -23,9 +23,9 @@ regex = "1" serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.85" sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } -sp-std = { version = "5.0.0", path = "../../primitives/std" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } +sp-std = { version = "6.0.0", path = "../../primitives/std" } [dev-dependencies] -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } diff --git a/substrate/client/tracing/Cargo.toml b/substrate/client/tracing/Cargo.toml index 9312c04e9f..d79289f29f 100644 --- a/substrate/client/tracing/Cargo.toml +++ b/substrate/client/tracing/Cargo.toml @@ -33,10 +33,10 @@ sc-rpc-server = { version = "4.0.0-dev", path = "../rpc-servers" } sc-tracing-proc-macro = { version = "4.0.0-dev", path = "./proc-macro" } sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } sp-rpc = { version = "6.0.0", path = "../../primitives/rpc" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } [dev-dependencies] criterion = "0.4.0" diff --git a/substrate/client/transaction-pool/Cargo.toml b/substrate/client/transaction-pool/Cargo.toml index 6338f8127a..fadb79d1e5 100644 --- a/substrate/client/transaction-pool/Cargo.toml +++ b/substrate/client/transaction-pool/Cargo.toml @@ -29,9 +29,9 @@ sc-transaction-pool-api = { version = "4.0.0-dev", path = "./api" } sc-utils = { version = "4.0.0-dev", path = "../utils" } sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } sp-transaction-pool = { version = "4.0.0-dev", path = "../../primitives/transaction-pool" } [dev-dependencies] diff --git a/substrate/client/transaction-pool/api/Cargo.toml b/substrate/client/transaction-pool/api/Cargo.toml index e14a3ff4f3..23e3d8579f 100644 --- a/substrate/client/transaction-pool/api/Cargo.toml +++ b/substrate/client/transaction-pool/api/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.17" serde = { version = "1.0.136", features = ["derive"] } thiserror = "1.0.30" sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } [dev-dependencies] serde_json = "1.0" diff --git a/substrate/client/utils/Cargo.toml b/substrate/client/utils/Cargo.toml index 38484285d3..1977275eea 100644 --- a/substrate/client/utils/Cargo.toml +++ b/substrate/client/utils/Cargo.toml @@ -17,7 +17,7 @@ lazy_static = "1.4.0" log = "0.4" parking_lot = "0.12.1" prometheus = { version = "0.13.0", default-features = false } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } +sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" } [features] default = ["metered"] diff --git a/substrate/frame/alliance/Cargo.toml b/substrate/frame/alliance/Cargo.toml index d70dfd6d75..ab39aca2ea 100644 --- a/substrate/frame/alliance/Cargo.toml +++ b/substrate/frame/alliance/Cargo.toml @@ -19,11 +19,11 @@ log = { version = "0.4.14", default-features = false } codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-core-hashing = { version = "5.0.0", default-features = false, path = "../../primitives/core/hashing", optional = true } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-core-hashing = { version = "6.0.0", default-features = false, path = "../../primitives/core/hashing", optional = true } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } @@ -34,7 +34,7 @@ pallet-collective = { version = "4.0.0-dev", path = "../collective", default-fea [dev-dependencies] array-bytes = "4.1" -sp-core-hashing = { version = "5.0.0", default-features = false, path = "../../primitives/core/hashing" } +sp-core-hashing = { version = "6.0.0", default-features = false, path = "../../primitives/core/hashing" } pallet-balances = { version = "4.0.0-dev", path = "../balances" } pallet-collective = { version = "4.0.0-dev", path = "../collective" } diff --git a/substrate/frame/asset-conversion/Cargo.toml b/substrate/frame/asset-conversion/Cargo.toml index e29a2c5b3b..21c38c3e8e 100644 --- a/substrate/frame/asset-conversion/Cargo.toml +++ b/substrate/frame/asset-conversion/Cargo.toml @@ -19,18 +19,18 @@ frame-system = { version = "4.0.0-dev", default-features = false, path = "../sys frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } pallet-assets = { version = "4.0.0-dev", path = "../assets" } primitive-types = { version = "0.12.0", default-features = false, features = ["codec", "scale-info", "num-traits"] } -sp-std = { version = "5.0.0", path = "../../primitives/std" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-std = { version = "6.0.0", path = "../../primitives/std" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } [features] default = ["std"] diff --git a/substrate/frame/asset-rate/Cargo.toml b/substrate/frame/asset-rate/Cargo.toml index 36aabb12bc..b57bd11221 100644 --- a/substrate/frame/asset-rate/Cargo.toml +++ b/substrate/frame/asset-rate/Cargo.toml @@ -20,13 +20,13 @@ scale-info = { version = "2.1.1", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } [features] default = ["std"] diff --git a/substrate/frame/assets/Cargo.toml b/substrate/frame/assets/Cargo.toml index d3adc47f5f..4a0cdf388d 100644 --- a/substrate/frame/assets/Cargo.toml +++ b/substrate/frame/assets/Cargo.toml @@ -15,19 +15,19 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } # Needed for various traits. In our case, `OnFinalize`. -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } # Needed for type-safe access to storage DB. frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } # `system` module provides us with all sorts of useful stuff and macros depend on it being around. frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } [dev-dependencies] -sp-std = { version = "5.0.0", path = "../../primitives/std" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-std = { version = "6.0.0", path = "../../primitives/std" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } pallet-balances = { version = "4.0.0-dev", path = "../balances" } [features] diff --git a/substrate/frame/atomic-swap/Cargo.toml b/substrate/frame/atomic-swap/Cargo.toml index fb0f9c0e47..b8f6dc3c7a 100644 --- a/substrate/frame/atomic-swap/Cargo.toml +++ b/substrate/frame/atomic-swap/Cargo.toml @@ -17,10 +17,10 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } diff --git a/substrate/frame/aura/Cargo.toml b/substrate/frame/aura/Cargo.toml index ee6465ad39..1db57e5722 100644 --- a/substrate/frame/aura/Cargo.toml +++ b/substrate/frame/aura/Cargo.toml @@ -18,14 +18,14 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../timestamp" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../primitives/application-crypto" } sp-consensus-aura = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/aura" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } [features] default = ["std"] diff --git a/substrate/frame/authority-discovery/Cargo.toml b/substrate/frame/authority-discovery/Cargo.toml index d8693bd85b..c27c2c4d66 100644 --- a/substrate/frame/authority-discovery/Cargo.toml +++ b/substrate/frame/authority-discovery/Cargo.toml @@ -22,14 +22,14 @@ frame-system = { version = "4.0.0-dev", default-features = false, path = "../sys pallet-session = { version = "4.0.0-dev", default-features = false, features = [ "historical", ], path = "../session" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../primitives/application-crypto" } sp-authority-discovery = { version = "4.0.0-dev", default-features = false, path = "../../primitives/authority-discovery" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } [features] default = ["std"] diff --git a/substrate/frame/authorship/Cargo.toml b/substrate/frame/authorship/Cargo.toml index 6d8cdd9371..d771d2a80a 100644 --- a/substrate/frame/authorship/Cargo.toml +++ b/substrate/frame/authorship/Cargo.toml @@ -20,12 +20,12 @@ impl-trait-for-tuples = "0.2.2" scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } [features] default = ["std"] diff --git a/substrate/frame/babe/Cargo.toml b/substrate/frame/babe/Cargo.toml index ff9e4b3aea..6d25a895d4 100644 --- a/substrate/frame/babe/Cargo.toml +++ b/substrate/frame/babe/Cargo.toml @@ -22,14 +22,14 @@ frame-system = { version = "4.0.0-dev", default-features = false, path = "../sys pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" } pallet-session = { version = "4.0.0-dev", default-features = false, path = "../session" } pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../timestamp" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../primitives/application-crypto" } sp-consensus-babe = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/babe" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" } sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" } @@ -37,7 +37,7 @@ pallet-balances = { version = "4.0.0-dev", path = "../balances" } pallet-offences = { version = "4.0.0-dev", path = "../offences" } pallet-staking = { version = "4.0.0-dev", path = "../staking" } pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } [features] default = ["std"] diff --git a/substrate/frame/bags-list/Cargo.toml b/substrate/frame/bags-list/Cargo.toml index 1678ce1ba2..2c1bd8e7eb 100644 --- a/substrate/frame/bags-list/Cargo.toml +++ b/substrate/frame/bags-list/Cargo.toml @@ -17,8 +17,8 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } # primitives -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } # FRAME frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } @@ -31,14 +31,14 @@ log = { version = "0.4.17", default-features = false } # Optional imports for benchmarking frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking", optional = true, default-features = false } pallet-balances = { version = "4.0.0-dev", path = "../balances", optional = true, default-features = false } -sp-core = { version = "7.0.0", path = "../../primitives/core", optional = true, default-features = false } -sp-io = { version = "7.0.0", path = "../../primitives/io", optional = true, default-features = false } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing", optional = true, default-features = false } +sp-core = { version = "8.0.0", path = "../../primitives/core", optional = true, default-features = false } +sp-io = { version = "8.0.0", path = "../../primitives/io", optional = true, default-features = false } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing", optional = true, default-features = false } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core"} -sp-io = { version = "7.0.0", path = "../../primitives/io"} -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-core = { version = "8.0.0", path = "../../primitives/core"} +sp-io = { version = "8.0.0", path = "../../primitives/io"} +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } pallet-balances = { version = "4.0.0-dev", path = "../balances" } frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" } frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking" } diff --git a/substrate/frame/bags-list/remote-tests/Cargo.toml b/substrate/frame/bags-list/remote-tests/Cargo.toml index 6e951b43a4..d4fd11782f 100644 --- a/substrate/frame/bags-list/remote-tests/Cargo.toml +++ b/substrate/frame/bags-list/remote-tests/Cargo.toml @@ -21,11 +21,11 @@ frame-system = { path = "../../system", version = "4.0.0-dev" } frame-support = { path = "../../support", version = "4.0.0-dev" } # core -sp-storage = { path = "../../../primitives/storage", version = "7.0.0" } -sp-core = { path = "../../../primitives/core", version = "7.0.0" } -sp-tracing = { path = "../../../primitives/tracing", version = "6.0.0" } -sp-runtime = { path = "../../../primitives/runtime", version = "7.0.0" } -sp-std = { path = "../../../primitives/std", version = "5.0.0" } +sp-storage = { path = "../../../primitives/storage", version = "8.0.0" } +sp-core = { path = "../../../primitives/core", version = "8.0.0" } +sp-tracing = { path = "../../../primitives/tracing", version = "7.0.0" } +sp-runtime = { path = "../../../primitives/runtime", version = "8.0.0" } +sp-std = { path = "../../../primitives/std", version = "6.0.0" } # utils remote-externalities = { path = "../../../utils/frame/remote-externalities", version = "0.10.0-dev", package = "frame-remote-externalities" } diff --git a/substrate/frame/balances/Cargo.toml b/substrate/frame/balances/Cargo.toml index 53ea04fc12..7412d9604d 100644 --- a/substrate/frame/balances/Cargo.toml +++ b/substrate/frame/balances/Cargo.toml @@ -19,13 +19,13 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-transaction-payment = { version = "4.0.0-dev", path = "../transaction-payment" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } paste = "1.0.12" [features] diff --git a/substrate/frame/beefy-mmr/Cargo.toml b/substrate/frame/beefy-mmr/Cargo.toml index 9840162149..a553fd5222 100644 --- a/substrate/frame/beefy-mmr/Cargo.toml +++ b/substrate/frame/beefy-mmr/Cargo.toml @@ -21,10 +21,10 @@ pallet-beefy = { version = "4.0.0-dev", default-features = false, path = "../bee pallet-mmr = { version = "4.0.0-dev", default-features = false, path = "../merkle-mountain-range" } pallet-session = { version = "4.0.0-dev", default-features = false, path = "../session" } sp-consensus-beefy = { version = "4.0.0-dev", default-features = false, path = "../../primitives/consensus/beefy" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } [dev-dependencies] diff --git a/substrate/frame/beefy/Cargo.toml b/substrate/frame/beefy/Cargo.toml index 21c96ff952..42e2150dd6 100644 --- a/substrate/frame/beefy/Cargo.toml +++ b/substrate/frame/beefy/Cargo.toml @@ -17,10 +17,10 @@ frame-system = { version = "4.0.0-dev", default-features = false, path = "../sys pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" } pallet-session = { version = "4.0.0-dev", default-features = false, path = "../session" } sp-consensus-beefy = { version = "4.0.0-dev", default-features = false, path = "../../primitives/consensus/beefy" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" } sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" } @@ -29,8 +29,8 @@ pallet-offences = { version = "4.0.0-dev", path = "../offences" } pallet-staking = { version = "4.0.0-dev", path = "../staking" } pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" } pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } sp-staking = { version = "4.0.0-dev", path = "../../primitives/staking" } [features] diff --git a/substrate/frame/benchmarking/Cargo.toml b/substrate/frame/benchmarking/Cargo.toml index bebe74b1f4..cbad1d4600 100644 --- a/substrate/frame/benchmarking/Cargo.toml +++ b/substrate/frame/benchmarking/Cargo.toml @@ -23,19 +23,19 @@ frame-support = { version = "4.0.0-dev", default-features = false, path = "../su frame-support-procedural = { version = "4.0.0-dev", default-features = false, path = "../support/procedural" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../../primitives/runtime-interface" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-storage = { version = "7.0.0", default-features = false, path = "../../primitives/storage" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../primitives/application-crypto" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../../primitives/runtime-interface" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } +sp-storage = { version = "8.0.0", default-features = false, path = "../../primitives/storage" } static_assertions = "1.1.0" [dev-dependencies] array-bytes = "4.1" rusty-fork = { version = "0.3.0", default-features = false } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } +sp-keystore = { version = "0.14.0", path = "../../primitives/keystore" } [features] default = ["std"] diff --git a/substrate/frame/benchmarking/pov/Cargo.toml b/substrate/frame/benchmarking/pov/Cargo.toml index 28358142b6..f2ad549f57 100644 --- a/substrate/frame/benchmarking/pov/Cargo.toml +++ b/substrate/frame/benchmarking/pov/Cargo.toml @@ -17,9 +17,9 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" } [features] default = ["std"] diff --git a/substrate/frame/bounties/Cargo.toml b/substrate/frame/bounties/Cargo.toml index a2f39ccd7e..88b0c7c84b 100644 --- a/substrate/frame/bounties/Cargo.toml +++ b/substrate/frame/bounties/Cargo.toml @@ -22,10 +22,10 @@ frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } pallet-treasury = { version = "4.0.0-dev", default-features = false, path = "../treasury" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } diff --git a/substrate/frame/child-bounties/Cargo.toml b/substrate/frame/child-bounties/Cargo.toml index 48fa222616..06ba8525b9 100644 --- a/substrate/frame/child-bounties/Cargo.toml +++ b/substrate/frame/child-bounties/Cargo.toml @@ -23,10 +23,10 @@ frame-support = { version = "4.0.0-dev", default-features = false, path = "../su frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } pallet-bounties = { version = "4.0.0-dev", default-features = false, path = "../bounties" } pallet-treasury = { version = "4.0.0-dev", default-features = false, path = "../treasury" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } diff --git a/substrate/frame/collective/Cargo.toml b/substrate/frame/collective/Cargo.toml index 7ae8817474..075409a312 100644 --- a/substrate/frame/collective/Cargo.toml +++ b/substrate/frame/collective/Cargo.toml @@ -19,10 +19,10 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [features] default = ["std"] diff --git a/substrate/frame/contracts/Cargo.toml b/substrate/frame/contracts/Cargo.toml index edb6d294cf..b96793a437 100644 --- a/substrate/frame/contracts/Cargo.toml +++ b/substrate/frame/contracts/Cargo.toml @@ -42,10 +42,10 @@ frame-system = { version = "4.0.0-dev", default-features = false, path = "../sys pallet-contracts-primitives = { version = "7.0.0", default-features = false, path = "primitives" } pallet-contracts-proc-macro = { version = "4.0.0-dev", path = "proc-macro" } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] array-bytes = "4.1" @@ -60,7 +60,7 @@ pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } pallet-insecure-randomness-collective-flip = { version = "4.0.0-dev", path = "../insecure-randomness-collective-flip" } pallet-utility = { version = "4.0.0-dev", path = "../utility" } pallet-proxy = { version = "4.0.0-dev", path = "../proxy" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } +sp-keystore = { version = "0.14.0", path = "../../primitives/keystore" } [features] default = ["std"] diff --git a/substrate/frame/contracts/primitives/Cargo.toml b/substrate/frame/contracts/primitives/Cargo.toml index b643f03a9d..ea42c9f66d 100644 --- a/substrate/frame/contracts/primitives/Cargo.toml +++ b/substrate/frame/contracts/primitives/Cargo.toml @@ -18,9 +18,9 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } # Substrate Dependencies (This crate should not rely on frame) -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-weights = { version = "4.0.0", default-features = false, path = "../../../primitives/weights" } +sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-weights = { version = "5.0.0", default-features = false, path = "../../../primitives/weights" } [features] default = ["std"] diff --git a/substrate/frame/conviction-voting/Cargo.toml b/substrate/frame/conviction-voting/Cargo.toml index f9390d6b6e..b40ddea20d 100644 --- a/substrate/frame/conviction-voting/Cargo.toml +++ b/substrate/frame/conviction-voting/Cargo.toml @@ -23,14 +23,14 @@ serde = { version = "1.0.136", features = ["derive"], optional = true } frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } pallet-scheduler = { version = "4.0.0-dev", path = "../scheduler" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } [features] default = ["std"] diff --git a/substrate/frame/core-fellowship/Cargo.toml b/substrate/frame/core-fellowship/Cargo.toml index 16b673fb41..767ccb7d30 100644 --- a/substrate/frame/core-fellowship/Cargo.toml +++ b/substrate/frame/core-fellowship/Cargo.toml @@ -19,11 +19,11 @@ scale-info = { version = "2.0.1", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [features] default = ["std"] diff --git a/substrate/frame/democracy/Cargo.toml b/substrate/frame/democracy/Cargo.toml index 1f46bfaed8..cdd25040b2 100644 --- a/substrate/frame/democracy/Cargo.toml +++ b/substrate/frame/democracy/Cargo.toml @@ -21,10 +21,10 @@ serde = { version = "1.0.136", features = ["derive"], optional = true } frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } log = { version = "0.4.17", default-features = false } [dev-dependencies] diff --git a/substrate/frame/election-provider-multi-phase/Cargo.toml b/substrate/frame/election-provider-multi-phase/Cargo.toml index c88ed0120f..c3cccad5d8 100644 --- a/substrate/frame/election-provider-multi-phase/Cargo.toml +++ b/substrate/frame/election-provider-multi-phase/Cargo.toml @@ -23,12 +23,12 @@ log = { version = "0.4.17", default-features = false } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } +sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" } frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../election-provider-support" } # Optional imports for benchmarking @@ -40,10 +40,10 @@ strum = { version = "0.24.1", default-features = false, features = ["derive"], [dev-dependencies] parking_lot = "0.12.1" rand = "0.8.5" -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } pallet-balances = { version = "4.0.0-dev", path = "../balances" } frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking" } diff --git a/substrate/frame/election-provider-multi-phase/test-staking-e2e/Cargo.toml b/substrate/frame/election-provider-multi-phase/test-staking-e2e/Cargo.toml index 00dd8708e2..68f1f728fb 100644 --- a/substrate/frame/election-provider-multi-phase/test-staking-e2e/Cargo.toml +++ b/substrate/frame/election-provider-multi-phase/test-staking-e2e/Cargo.toml @@ -17,13 +17,13 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive scale-info = { version = "2.0.1", features = ["derive"] } log = { version = "0.4.17", default-features = false } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } -sp-std = { version = "5.0.0", path = "../../../primitives/std" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } +sp-io = { version = "8.0.0", path = "../../../primitives/io" } +sp-std = { version = "6.0.0", path = "../../../primitives/std" } sp-staking = { version = "4.0.0-dev", path = "../../../primitives/staking" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/npos-elections" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" } frame-system = { version = "4.0.0-dev", path = "../../system" } frame-support = { version = "4.0.0-dev", path = "../../support" } diff --git a/substrate/frame/election-provider-support/Cargo.toml b/substrate/frame/election-provider-support/Cargo.toml index a519d964c6..1d88909870 100644 --- a/substrate/frame/election-provider-support/Cargo.toml +++ b/substrate/frame/election-provider-support/Cargo.toml @@ -17,15 +17,15 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-election-provider-solution-type = { version = "4.0.0-dev", path = "solution-type" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } +sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" } sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } [dev-dependencies] rand = { version = "0.8.5", features = ["small_rng"] } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } sp-npos-elections = { version = "4.0.0-dev", path = "../../primitives/npos-elections" } [features] diff --git a/substrate/frame/election-provider-support/benchmarking/Cargo.toml b/substrate/frame/election-provider-support/benchmarking/Cargo.toml index bef371ec5e..9fb05976db 100644 --- a/substrate/frame/election-provider-support/benchmarking/Cargo.toml +++ b/substrate/frame/election-provider-support/benchmarking/Cargo.toml @@ -19,7 +19,7 @@ frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = ".." } frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/npos-elections" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } [features] default = ["std"] diff --git a/substrate/frame/election-provider-support/solution-type/Cargo.toml b/substrate/frame/election-provider-support/solution-type/Cargo.toml index ebe63ab463..2e18df5cad 100644 --- a/substrate/frame/election-provider-support/solution-type/Cargo.toml +++ b/substrate/frame/election-provider-support/solution-type/Cargo.toml @@ -23,7 +23,7 @@ proc-macro-crate = "1.1.3" [dev-dependencies] parity-scale-codec = "3.2.2" scale-info = "2.1.1" -sp-arithmetic = { version = "6.0.0", path = "../../../primitives/arithmetic" } +sp-arithmetic = { version = "7.0.0", path = "../../../primitives/arithmetic" } # used by generate_solution_type: frame-election-provider-support = { version = "4.0.0-dev", path = ".." } frame-support = { version = "4.0.0-dev", path = "../../support" } diff --git a/substrate/frame/election-provider-support/solution-type/fuzzer/Cargo.toml b/substrate/frame/election-provider-support/solution-type/fuzzer/Cargo.toml index 3060b861e9..1bc4cde324 100644 --- a/substrate/frame/election-provider-support/solution-type/fuzzer/Cargo.toml +++ b/substrate/frame/election-provider-support/solution-type/fuzzer/Cargo.toml @@ -21,8 +21,8 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } frame-election-provider-solution-type = { version = "4.0.0-dev", path = ".." } frame-election-provider-support = { version = "4.0.0-dev", path = "../.." } -sp-arithmetic = { version = "6.0.0", path = "../../../../primitives/arithmetic" } -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } +sp-arithmetic = { version = "7.0.0", path = "../../../../primitives/arithmetic" } +sp-runtime = { version = "8.0.0", path = "../../../../primitives/runtime" } # used by generate_solution_type: sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../../../primitives/npos-elections" } frame-support = { version = "4.0.0-dev", path = "../../../support" } diff --git a/substrate/frame/elections-phragmen/Cargo.toml b/substrate/frame/elections-phragmen/Cargo.toml index ce39e42b8e..7a456a6a46 100644 --- a/substrate/frame/elections-phragmen/Cargo.toml +++ b/substrate/frame/elections-phragmen/Cargo.toml @@ -21,15 +21,15 @@ scale-info = { version = "2.0.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } sp-tracing = { path = "../../primitives/tracing" } substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" } diff --git a/substrate/frame/examples/basic/Cargo.toml b/substrate/frame/examples/basic/Cargo.toml index 848d4bbc94..4258442f9c 100644 --- a/substrate/frame/examples/basic/Cargo.toml +++ b/substrate/frame/examples/basic/Cargo.toml @@ -20,12 +20,12 @@ frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../balances" } -sp-io = { version = "7.0.0", default-features = false, path = "../../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } +sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" } [features] default = ["std"] diff --git a/substrate/frame/examples/dev-mode/Cargo.toml b/substrate/frame/examples/dev-mode/Cargo.toml index a1f8de4b09..17e834a532 100644 --- a/substrate/frame/examples/dev-mode/Cargo.toml +++ b/substrate/frame/examples/dev-mode/Cargo.toml @@ -19,12 +19,12 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../balances" } -sp-io = { version = "7.0.0", default-features = false, path = "../../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } +sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" } [features] default = ["std"] diff --git a/substrate/frame/examples/offchain-worker/Cargo.toml b/substrate/frame/examples/offchain-worker/Cargo.toml index e582b0f997..2eecdde6a8 100644 --- a/substrate/frame/examples/offchain-worker/Cargo.toml +++ b/substrate/frame/examples/offchain-worker/Cargo.toml @@ -19,11 +19,11 @@ log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../../primitives/io" } -sp-keystore = { version = "0.13.0", optional = true, path = "../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../../primitives/io" } +sp-keystore = { version = "0.14.0", optional = true, path = "../../../primitives/keystore" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" } [features] default = ["std"] diff --git a/substrate/frame/executive/Cargo.toml b/substrate/frame/executive/Cargo.toml index ed661b8ac9..967b9899b4 100644 --- a/substrate/frame/executive/Cargo.toml +++ b/substrate/frame/executive/Cargo.toml @@ -20,20 +20,20 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } frame-try-runtime = { version = "0.10.0-dev", default-features = false, path = "../try-runtime", optional = true } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-tracing = { version = "6.0.0", default-features = false, path = "../../primitives/tracing" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } +sp-tracing = { version = "7.0.0", default-features = false, path = "../../primitives/tracing" } [dev-dependencies] array-bytes = "4.1" pallet-balances = { version = "4.0.0-dev", path = "../balances" } pallet-transaction-payment = { version = "4.0.0-dev", path = "../transaction-payment" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } sp-inherents = { version = "4.0.0-dev", path = "../../primitives/inherents" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } -sp-version = { version = "5.0.0", path = "../../primitives/version" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } +sp-version = { version = "6.0.0", path = "../../primitives/version" } [features] default = ["std"] diff --git a/substrate/frame/fast-unstake/Cargo.toml b/substrate/frame/fast-unstake/Cargo.toml index 93fceefa2d..fc438a2246 100644 --- a/substrate/frame/fast-unstake/Cargo.toml +++ b/substrate/frame/fast-unstake/Cargo.toml @@ -19,9 +19,9 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } sp-staking = { default-features = false, path = "../../primitives/staking" } frame-election-provider-support = { default-features = false, path = "../election-provider-support" } @@ -29,9 +29,9 @@ frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional [dev-dependencies] pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } pallet-staking = { path = "../staking" } pallet-balances = { path = "../balances" } pallet-timestamp = { path = "../timestamp" } diff --git a/substrate/frame/glutton/Cargo.toml b/substrate/frame/glutton/Cargo.toml index bee0d3db62..71020a32a7 100644 --- a/substrate/frame/glutton/Cargo.toml +++ b/substrate/frame/glutton/Cargo.toml @@ -20,10 +20,10 @@ log = { version = "0.4.14", default-features = false } frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } diff --git a/substrate/frame/grandpa/Cargo.toml b/substrate/frame/grandpa/Cargo.toml index 288d635125..9dcb048a51 100644 --- a/substrate/frame/grandpa/Cargo.toml +++ b/substrate/frame/grandpa/Cargo.toml @@ -21,14 +21,14 @@ frame-support = { version = "4.0.0-dev", default-features = false, path = "../su frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" } pallet-session = { version = "4.0.0-dev", default-features = false, path = "../session" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../primitives/application-crypto" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } sp-consensus-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../primitives/consensus/grandpa" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" } sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] grandpa = { package = "finality-grandpa", version = "0.16.2", features = ["derive-codec"] } @@ -39,7 +39,7 @@ pallet-offences = { version = "4.0.0-dev", path = "../offences" } pallet-staking = { version = "4.0.0-dev", path = "../staking" } pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" } pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } -sp-keyring = { version = "7.0.0", path = "../../primitives/keyring" } +sp-keyring = { version = "8.0.0", path = "../../primitives/keyring" } [features] default = ["std"] diff --git a/substrate/frame/identity/Cargo.toml b/substrate/frame/identity/Cargo.toml index 2479b0609a..785d15ecdc 100644 --- a/substrate/frame/identity/Cargo.toml +++ b/substrate/frame/identity/Cargo.toml @@ -19,13 +19,13 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } [features] default = ["std"] diff --git a/substrate/frame/im-online/Cargo.toml b/substrate/frame/im-online/Cargo.toml index 881139ad5a..7cf63116dc 100644 --- a/substrate/frame/im-online/Cargo.toml +++ b/substrate/frame/im-online/Cargo.toml @@ -20,12 +20,12 @@ frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../primitives/application-crypto" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-session = { version = "4.0.0-dev", path = "../session" } diff --git a/substrate/frame/indices/Cargo.toml b/substrate/frame/indices/Cargo.toml index 6895f076da..2970f66050 100644 --- a/substrate/frame/indices/Cargo.toml +++ b/substrate/frame/indices/Cargo.toml @@ -18,11 +18,11 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-keyring = { version = "7.0.0", optional = true, path = "../../primitives/keyring" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-keyring = { version = "8.0.0", optional = true, path = "../../primitives/keyring" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } diff --git a/substrate/frame/insecure-randomness-collective-flip/Cargo.toml b/substrate/frame/insecure-randomness-collective-flip/Cargo.toml index bcebff6a96..968f0e7a41 100644 --- a/substrate/frame/insecure-randomness-collective-flip/Cargo.toml +++ b/substrate/frame/insecure-randomness-collective-flip/Cargo.toml @@ -18,12 +18,12 @@ safe-mix = { version = "1.0", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } [features] default = ["std"] diff --git a/substrate/frame/lottery/Cargo.toml b/substrate/frame/lottery/Cargo.toml index 4d8839612b..3d0cb864c5 100644 --- a/substrate/frame/lottery/Cargo.toml +++ b/substrate/frame/lottery/Cargo.toml @@ -19,14 +19,14 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] frame-support-test = { version = "3.0.0", path = "../support/test" } pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } [features] default = ["std"] diff --git a/substrate/frame/membership/Cargo.toml b/substrate/frame/membership/Cargo.toml index 330d9401df..55dc7fdc53 100644 --- a/substrate/frame/membership/Cargo.toml +++ b/substrate/frame/membership/Cargo.toml @@ -19,10 +19,10 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [features] default = ["std"] diff --git a/substrate/frame/merkle-mountain-range/Cargo.toml b/substrate/frame/merkle-mountain-range/Cargo.toml index 5f6094af16..001a07f423 100644 --- a/substrate/frame/merkle-mountain-range/Cargo.toml +++ b/substrate/frame/merkle-mountain-range/Cargo.toml @@ -17,11 +17,11 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } sp-mmr-primitives = { version = "4.0.0-dev", default-features = false, path = "../../primitives/merkle-mountain-range" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] array-bytes = "4.1" diff --git a/substrate/frame/message-queue/Cargo.toml b/substrate/frame/message-queue/Cargo.toml index 404e678137..1690ddacac 100644 --- a/substrate/frame/message-queue/Cargo.toml +++ b/substrate/frame/message-queue/Cargo.toml @@ -14,19 +14,19 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" serde = { version = "1.0.137", optional = true, features = ["derive"] } log = { version = "0.4.17", default-features = false } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-weights = { version = "4.0.0", default-features = false, path = "../../primitives/weights" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } +sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" } +sp-weights = { version = "5.0.0", default-features = false, path = "../../primitives/weights" } frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } [dev-dependencies] -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } rand = "0.8.5" rand_distr = "0.4.3" diff --git a/substrate/frame/multisig/Cargo.toml b/substrate/frame/multisig/Cargo.toml index 98a15c5a5a..98755200c1 100644 --- a/substrate/frame/multisig/Cargo.toml +++ b/substrate/frame/multisig/Cargo.toml @@ -18,16 +18,16 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } # third party log = { version = "0.4.17", default-features = false } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } [features] default = ["std"] diff --git a/substrate/frame/nft-fractionalization/Cargo.toml b/substrate/frame/nft-fractionalization/Cargo.toml index 917d9c5d34..f2a628ca22 100644 --- a/substrate/frame/nft-fractionalization/Cargo.toml +++ b/substrate/frame/nft-fractionalization/Cargo.toml @@ -21,14 +21,14 @@ frame-support = { version = "4.0.0-dev", default-features = false, path = "../su frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } pallet-assets = { version = "4.0.0-dev", default-features = false, path = "../assets" } pallet-nfts = { version = "4.0.0-dev", default-features = false, path = "../nfts" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } -sp-std = { version = "5.0.0", path = "../../primitives/std" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } +sp-std = { version = "6.0.0", path = "../../primitives/std" } [features] default = ["std"] diff --git a/substrate/frame/nfts/Cargo.toml b/substrate/frame/nfts/Cargo.toml index 73df7518e9..3380503c3a 100644 --- a/substrate/frame/nfts/Cargo.toml +++ b/substrate/frame/nfts/Cargo.toml @@ -20,14 +20,14 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } +sp-keystore = { version = "0.14.0", path = "../../primitives/keystore" } [features] default = ["std"] diff --git a/substrate/frame/nicks/Cargo.toml b/substrate/frame/nicks/Cargo.toml index 50fc4ef687..1a18ed2335 100644 --- a/substrate/frame/nicks/Cargo.toml +++ b/substrate/frame/nicks/Cargo.toml @@ -17,13 +17,13 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } [features] default = ["std"] diff --git a/substrate/frame/nis/Cargo.toml b/substrate/frame/nis/Cargo.toml index c12d4f2c0a..e5ff6232e1 100644 --- a/substrate/frame/nis/Cargo.toml +++ b/substrate/frame/nis/Cargo.toml @@ -18,14 +18,14 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } [features] default = ["std"] diff --git a/substrate/frame/node-authorization/Cargo.toml b/substrate/frame/node-authorization/Cargo.toml index ed3f59a9a1..044ebc81d0 100644 --- a/substrate/frame/node-authorization/Cargo.toml +++ b/substrate/frame/node-authorization/Cargo.toml @@ -17,10 +17,10 @@ log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [features] default = ["std"] diff --git a/substrate/frame/nomination-pools/Cargo.toml b/substrate/frame/nomination-pools/Cargo.toml index c92d9b5124..9ae421a496 100644 --- a/substrate/frame/nomination-pools/Cargo.toml +++ b/substrate/frame/nomination-pools/Cargo.toml @@ -19,20 +19,20 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" # FRAME frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } log = { version = "0.4.0", default-features = false } # Optional: use for testing and/or fuzzing pallet-balances = { version = "4.0.0-dev", path = "../balances", optional = true } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing", optional = true } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing", optional = true } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } [features] default = ["std"] diff --git a/substrate/frame/nomination-pools/benchmarking/Cargo.toml b/substrate/frame/nomination-pools/benchmarking/Cargo.toml index 4f757cafa2..f4c8c440e4 100644 --- a/substrate/frame/nomination-pools/benchmarking/Cargo.toml +++ b/substrate/frame/nomination-pools/benchmarking/Cargo.toml @@ -27,17 +27,17 @@ pallet-staking = { version = "4.0.0-dev", default-features = false, path = "../. pallet-nomination-pools = { version = "1.0.0", default-features = false, path = "../" } # Substrate Primitives -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime-interface" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime-interface" } sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../balances" } pallet-timestamp = { version = "4.0.0-dev", path = "../../timestamp" } pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../../staking/reward-curve" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../../primitives/io" } [features] default = ["std"] diff --git a/substrate/frame/nomination-pools/runtime-api/Cargo.toml b/substrate/frame/nomination-pools/runtime-api/Cargo.toml index 5e290232a1..ad89968428 100644 --- a/substrate/frame/nomination-pools/runtime-api/Cargo.toml +++ b/substrate/frame/nomination-pools/runtime-api/Cargo.toml @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" } pallet-nomination-pools = { version = "1.0.0", default-features = false, path = "../" } [features] diff --git a/substrate/frame/nomination-pools/test-staking/Cargo.toml b/substrate/frame/nomination-pools/test-staking/Cargo.toml index fbe5feca0f..a9a77e8dbb 100644 --- a/substrate/frame/nomination-pools/test-staking/Cargo.toml +++ b/substrate/frame/nomination-pools/test-staking/Cargo.toml @@ -16,11 +16,11 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.2.2", features = ["derive"] } scale-info = { version = "2.0.1", features = ["derive"] } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } -sp-std = { version = "5.0.0", path = "../../../primitives/std" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } +sp-io = { version = "8.0.0", path = "../../../primitives/io" } +sp-std = { version = "6.0.0", path = "../../../primitives/std" } sp-staking = { version = "4.0.0-dev", path = "../../../primitives/staking" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } frame-system = { version = "4.0.0-dev", path = "../../system" } frame-support = { version = "4.0.0-dev", path = "../../support" } @@ -33,5 +33,5 @@ pallet-bags-list = { version = "4.0.0-dev", path = "../../bags-list" } pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../../staking/reward-curve" } pallet-nomination-pools = { version = "1.0.0-dev", path = ".." } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" } log = { version = "0.4.0" } diff --git a/substrate/frame/offences/Cargo.toml b/substrate/frame/offences/Cargo.toml index 6ebe870a78..1dc5533988 100644 --- a/substrate/frame/offences/Cargo.toml +++ b/substrate/frame/offences/Cargo.toml @@ -20,13 +20,13 @@ serde = { version = "1.0.136", optional = true } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../balances" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } [features] default = ["std"] diff --git a/substrate/frame/offences/benchmarking/Cargo.toml b/substrate/frame/offences/benchmarking/Cargo.toml index 23377f7883..a8e6e51ae1 100644 --- a/substrate/frame/offences/benchmarking/Cargo.toml +++ b/substrate/frame/offences/benchmarking/Cargo.toml @@ -26,16 +26,16 @@ pallet-im-online = { version = "4.0.0-dev", default-features = false, path = ".. pallet-offences = { version = "4.0.0-dev", default-features = false, path = "../../offences" } pallet-session = { version = "4.0.0-dev", default-features = false, path = "../../session" } pallet-staking = { version = "4.0.0-dev", default-features = false, path = "../../staking" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" } log = { version = "0.4.17", default-features = false } [dev-dependencies] pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../../staking/reward-curve" } pallet-timestamp = { version = "4.0.0-dev", path = "../../timestamp" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../../primitives/io" } [features] default = ["std"] diff --git a/substrate/frame/preimage/Cargo.toml b/substrate/frame/preimage/Cargo.toml index 57dda88b1e..25471d8904 100644 --- a/substrate/frame/preimage/Cargo.toml +++ b/substrate/frame/preimage/Cargo.toml @@ -14,15 +14,15 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, optional = true, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, optional = true, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } log = { version = "0.4.17", default-features = false } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } [features] default = ["std"] diff --git a/substrate/frame/proxy/Cargo.toml b/substrate/frame/proxy/Cargo.toml index 065cbe5eba..db141179cb 100644 --- a/substrate/frame/proxy/Cargo.toml +++ b/substrate/frame/proxy/Cargo.toml @@ -18,14 +18,14 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } pallet-utility = { version = "4.0.0-dev", path = "../utility" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } [features] default = ["std"] diff --git a/substrate/frame/ranked-collective/Cargo.toml b/substrate/frame/ranked-collective/Cargo.toml index e19aaa4439..fdd042a63c 100644 --- a/substrate/frame/ranked-collective/Cargo.toml +++ b/substrate/frame/ranked-collective/Cargo.toml @@ -19,11 +19,11 @@ scale-info = { version = "2.0.1", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [features] default = ["std"] diff --git a/substrate/frame/recovery/Cargo.toml b/substrate/frame/recovery/Cargo.toml index b2e3236e4d..dac0a33ad6 100644 --- a/substrate/frame/recovery/Cargo.toml +++ b/substrate/frame/recovery/Cargo.toml @@ -18,13 +18,13 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } [features] default = ["std"] diff --git a/substrate/frame/referenda/Cargo.toml b/substrate/frame/referenda/Cargo.toml index 5a092c63be..f28ce77c26 100644 --- a/substrate/frame/referenda/Cargo.toml +++ b/substrate/frame/referenda/Cargo.toml @@ -19,13 +19,13 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = ] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", features = ["derive"], optional = true } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } +sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" } frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } log = { version = "0.4.17", default-features = false } [dev-dependencies] @@ -33,7 +33,7 @@ assert_matches = { version = "1.5" } pallet-balances = { version = "4.0.0-dev", path = "../balances" } pallet-preimage = { version = "4.0.0-dev", path = "../preimage" } pallet-scheduler = { version = "4.0.0-dev", path = "../scheduler" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } [features] default = ["std"] diff --git a/substrate/frame/remark/Cargo.toml b/substrate/frame/remark/Cargo.toml index 5fc595d710..50ae10f150 100644 --- a/substrate/frame/remark/Cargo.toml +++ b/substrate/frame/remark/Cargo.toml @@ -19,13 +19,13 @@ serde = { version = "1.0.136", optional = true } frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } [features] default = ["std"] diff --git a/substrate/frame/root-offences/Cargo.toml b/substrate/frame/root-offences/Cargo.toml index 58fa281dc3..ea54c37f2a 100644 --- a/substrate/frame/root-offences/Cargo.toml +++ b/substrate/frame/root-offences/Cargo.toml @@ -21,7 +21,7 @@ pallet-staking = { version = "4.0.0-dev", default-features = false, path = "../. frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } [dev-dependencies] @@ -29,9 +29,9 @@ pallet-balances = { version = "4.0.0-dev", path = "../balances" } pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" } diff --git a/substrate/frame/root-testing/Cargo.toml b/substrate/frame/root-testing/Cargo.toml index 6e8c13f775..7b643b2723 100644 --- a/substrate/frame/root-testing/Cargo.toml +++ b/substrate/frame/root-testing/Cargo.toml @@ -18,10 +18,10 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [features] try-runtime = ["frame-support/try-runtime"] diff --git a/substrate/frame/salary/Cargo.toml b/substrate/frame/salary/Cargo.toml index 86cae16bb2..39da266764 100644 --- a/substrate/frame/salary/Cargo.toml +++ b/substrate/frame/salary/Cargo.toml @@ -19,11 +19,11 @@ scale-info = { version = "2.0.1", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [features] default = ["std"] diff --git a/substrate/frame/scheduler/Cargo.toml b/substrate/frame/scheduler/Cargo.toml index 50afac933f..816f423968 100644 --- a/substrate/frame/scheduler/Cargo.toml +++ b/substrate/frame/scheduler/Cargo.toml @@ -16,14 +16,14 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-weights = { version = "4.0.0", default-features = false, path = "../../primitives/weights" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } +sp-weights = { version = "5.0.0", default-features = false, path = "../../primitives/weights" } [dev-dependencies] pallet-preimage = { version = "4.0.0-dev", path = "../preimage" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" } [features] diff --git a/substrate/frame/scored-pool/Cargo.toml b/substrate/frame/scored-pool/Cargo.toml index f38743e8b5..1800a91459 100644 --- a/substrate/frame/scored-pool/Cargo.toml +++ b/substrate/frame/scored-pool/Cargo.toml @@ -17,13 +17,13 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } [features] default = ["std"] diff --git a/substrate/frame/session/Cargo.toml b/substrate/frame/session/Cargo.toml index ccf3f7d86e..250ac6ea90 100644 --- a/substrate/frame/session/Cargo.toml +++ b/substrate/frame/session/Cargo.toml @@ -20,13 +20,13 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../timestamp" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" } sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-trie = { version = "7.0.0", default-features = false, optional = true, path = "../../primitives/trie" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } +sp-trie = { version = "8.0.0", default-features = false, optional = true, path = "../../primitives/trie" } [features] default = ["historical", "std"] diff --git a/substrate/frame/session/benchmarking/Cargo.toml b/substrate/frame/session/benchmarking/Cargo.toml index 4d1d9b4eda..11916d20f4 100644 --- a/substrate/frame/session/benchmarking/Cargo.toml +++ b/substrate/frame/session/benchmarking/Cargo.toml @@ -19,9 +19,9 @@ frame-support = { version = "4.0.0-dev", default-features = false, path = "../.. frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } pallet-session = { version = "4.0.0-dev", default-features = false, path = "../../session" } pallet-staking = { version = "4.0.0-dev", default-features = false, path = "../../staking" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } sp-session = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/session" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" } [dev-dependencies] codec = { package = "parity-scale-codec", version = "3.2.2", features = ["derive"] } @@ -30,8 +30,8 @@ frame-election-provider-support = { version = "4.0.0-dev", path = "../../electio pallet-balances = { version = "4.0.0-dev", path = "../../balances" } pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../../staking/reward-curve" } pallet-timestamp = { version = "4.0.0-dev", path = "../../timestamp" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../../primitives/io" } [features] default = ["std"] diff --git a/substrate/frame/society/Cargo.toml b/substrate/frame/society/Cargo.toml index ab74e39e4f..e1e04c3bbf 100644 --- a/substrate/frame/society/Cargo.toml +++ b/substrate/frame/society/Cargo.toml @@ -18,14 +18,14 @@ rand_chacha = { version = "0.2", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] frame-support-test = { version = "3.0.0", path = "../support/test" } pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } [features] default = ["std"] diff --git a/substrate/frame/staking/Cargo.toml b/substrate/frame/staking/Cargo.toml index c20f003108..450d2c39ef 100644 --- a/substrate/frame/staking/Cargo.toml +++ b/substrate/frame/staking/Cargo.toml @@ -18,9 +18,9 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = "derive", ] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } @@ -28,7 +28,7 @@ pallet-session = { version = "4.0.0-dev", default-features = false, features = [ "historical", ], path = "../session" } pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../primitives/application-crypto" } frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../election-provider-support" } log = { version = "0.4.17", default-features = false } @@ -37,8 +37,8 @@ frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = " rand_chacha = { version = "0.2", default-features = false, optional = true } [dev-dependencies] -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } sp-npos-elections = { version = "4.0.0-dev", path = "../../primitives/npos-elections" } pallet-balances = { version = "4.0.0-dev", path = "../balances" } pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } diff --git a/substrate/frame/staking/reward-curve/Cargo.toml b/substrate/frame/staking/reward-curve/Cargo.toml index 6cd6323acb..057ab8e5e7 100644 --- a/substrate/frame/staking/reward-curve/Cargo.toml +++ b/substrate/frame/staking/reward-curve/Cargo.toml @@ -21,4 +21,4 @@ quote = "1.0.26" syn = { version = "2.0.16", features = ["full", "visit"] } [dev-dependencies] -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } diff --git a/substrate/frame/staking/reward-fn/Cargo.toml b/substrate/frame/staking/reward-fn/Cargo.toml index 0fb034a172..b94aedee2f 100644 --- a/substrate/frame/staking/reward-fn/Cargo.toml +++ b/substrate/frame/staking/reward-fn/Cargo.toml @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] log = { version = "0.4.17", default-features = false } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../../primitives/arithmetic" } +sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../../primitives/arithmetic" } [features] default = ["std"] diff --git a/substrate/frame/statement/Cargo.toml b/substrate/frame/statement/Cargo.toml index 8f9a626957..6fb69d6415 100644 --- a/substrate/frame/statement/Cargo.toml +++ b/substrate/frame/statement/Cargo.toml @@ -18,10 +18,10 @@ frame-support = { version = "4.0.0-dev", default-features = false, path = "../s frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } sp-statement-store = { version = "4.0.0-dev", default-features = false, path = "../../primitives/statement-store" } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } log = { version = "0.4.17", default-features = false } [dev-dependencies] diff --git a/substrate/frame/sudo/Cargo.toml b/substrate/frame/sudo/Cargo.toml index c50b3da262..9b9a04661a 100644 --- a/substrate/frame/sudo/Cargo.toml +++ b/substrate/frame/sudo/Cargo.toml @@ -18,12 +18,12 @@ frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } [features] default = ["std"] diff --git a/substrate/frame/support/Cargo.toml b/substrate/frame/support/Cargo.toml index 6ed67c8081..4a433016e4 100644 --- a/substrate/frame/support/Cargo.toml +++ b/substrate/frame/support/Cargo.toml @@ -18,26 +18,26 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } frame-metadata = { version = "15.1.0", default-features = false, features = ["v14", "v15-unstable"] } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-tracing = { version = "6.0.0", default-features = false, path = "../../primitives/tracing" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-tracing = { version = "7.0.0", default-features = false, path = "../../primitives/tracing" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" } sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../primitives/inherents" } sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-weights = { version = "4.0.0", default-features = false, path = "../../primitives/weights" } +sp-weights = { version = "5.0.0", default-features = false, path = "../../primitives/weights" } sp-debug-derive = { default-features = false, path = "../../primitives/debug-derive" } tt-call = "1.0.8" frame-support-procedural = { version = "4.0.0-dev", default-features = false, path = "./procedural" } paste = "1.0" once_cell = { version = "1", default-features = false, optional = true } -sp-state-machine = { version = "0.13.0", default-features = false, optional = true, path = "../../primitives/state-machine" } +sp-state-machine = { version = "0.14.0", default-features = false, optional = true, path = "../../primitives/state-machine" } bitflags = "1.3" impl-trait-for-tuples = "0.2.2" smallvec = "1.8.0" log = { version = "0.4.17", default-features = false } -sp-core-hashing-proc-macro = { version = "5.0.0", path = "../../primitives/core/hashing/proc-macro" } +sp-core-hashing-proc-macro = { version = "6.0.0", path = "../../primitives/core/hashing/proc-macro" } k256 = { version = "0.13.0", default-features = false, features = ["ecdsa"] } environmental = { version = "1.1.4", default-features = false } diff --git a/substrate/frame/support/test/Cargo.toml b/substrate/frame/support/test/Cargo.toml index 7fc3d1b92f..cb80129b78 100644 --- a/substrate/frame/support/test/Cargo.toml +++ b/substrate/frame/support/test/Cargo.toml @@ -16,15 +16,15 @@ serde = { version = "1.0.136", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../../primitives/arithmetic" } -sp-io = { version = "7.0.0", path = "../../../primitives/io", default-features = false } -sp-state-machine = { version = "0.13.0", optional = true, path = "../../../primitives/state-machine" } +sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../../primitives/arithmetic" } +sp-io = { version = "8.0.0", path = "../../../primitives/io", default-features = false } +sp-state-machine = { version = "0.14.0", optional = true, path = "../../../primitives/state-machine" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../" } frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../benchmarking" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } -sp-version = { version = "5.0.0", default-features = false, path = "../../../primitives/version" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" } +sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" } +sp-version = { version = "6.0.0", default-features = false, path = "../../../primitives/version" } trybuild = { version = "1.0.74", features = [ "diff" ] } pretty_assertions = "1.3.0" rustversion = "1.0.6" diff --git a/substrate/frame/support/test/compile_pass/Cargo.toml b/substrate/frame/support/test/compile_pass/Cargo.toml index 353847b4b2..1007fb17ce 100644 --- a/substrate/frame/support/test/compile_pass/Cargo.toml +++ b/substrate/frame/support/test/compile_pass/Cargo.toml @@ -16,9 +16,9 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } renamed-frame-support = { package = "frame-support", version = "4.0.0-dev", default-features = false, path = "../../" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../../../primitives/core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../../primitives/runtime" } -sp-version = { version = "5.0.0", default-features = false, path = "../../../../primitives/version" } +sp-core = { version = "8.0.0", default-features = false, path = "../../../../primitives/core" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../../primitives/runtime" } +sp-version = { version = "6.0.0", default-features = false, path = "../../../../primitives/version" } [features] default = ["std"] diff --git a/substrate/frame/system/Cargo.toml b/substrate/frame/system/Cargo.toml index 1fa52de10e..57aea5bc0c 100644 --- a/substrate/frame/system/Cargo.toml +++ b/substrate/frame/system/Cargo.toml @@ -19,16 +19,16 @@ log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", features = ["derive"], optional = true } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-version = { version = "5.0.0", default-features = false, path = "../../primitives/version" } -sp-weights = { version = "4.0.0", default-features = false, path = "../../primitives/weights" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } +sp-version = { version = "6.0.0", default-features = false, path = "../../primitives/version" } +sp-weights = { version = "5.0.0", default-features = false, path = "../../primitives/weights" } [dev-dependencies] criterion = "0.4.0" -sp-externalities = { version = "0.13.0", path = "../../primitives/externalities" } +sp-externalities = { version = "0.14.0", path = "../../primitives/externalities" } substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } [features] diff --git a/substrate/frame/system/benchmarking/Cargo.toml b/substrate/frame/system/benchmarking/Cargo.toml index 8b189848d8..2b665dae9a 100644 --- a/substrate/frame/system/benchmarking/Cargo.toml +++ b/substrate/frame/system/benchmarking/Cargo.toml @@ -18,14 +18,14 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" } [dev-dependencies] -sp-io = { version = "7.0.0", path = "../../../primitives/io" } -sp-externalities = { version = "0.13.0", path = "../../../primitives/externalities" } -sp-version = { version = "5.0.0", path = "../../../primitives/version" } +sp-io = { version = "8.0.0", path = "../../../primitives/io" } +sp-externalities = { version = "0.14.0", path = "../../../primitives/externalities" } +sp-version = { version = "6.0.0", path = "../../../primitives/version" } [features] default = ["std"] diff --git a/substrate/frame/timestamp/Cargo.toml b/substrate/frame/timestamp/Cargo.toml index 0f28955259..749cefac40 100644 --- a/substrate/frame/timestamp/Cargo.toml +++ b/substrate/frame/timestamp/Cargo.toml @@ -21,14 +21,14 @@ frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../primitives/inherents" } -sp-io = { version = "7.0.0", default-features = false, optional = true, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, optional = true, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../primitives/timestamp" } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } [features] default = ["std"] diff --git a/substrate/frame/tips/Cargo.toml b/substrate/frame/tips/Cargo.toml index caed4edec5..5683eb6a87 100644 --- a/substrate/frame/tips/Cargo.toml +++ b/substrate/frame/tips/Cargo.toml @@ -21,14 +21,14 @@ frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } pallet-treasury = { version = "4.0.0-dev", default-features = false, path = "../treasury" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-storage = { version = "7.0.0", path = "../../primitives/storage" } +sp-storage = { version = "8.0.0", path = "../../primitives/storage" } [features] default = ["std"] diff --git a/substrate/frame/transaction-payment/Cargo.toml b/substrate/frame/transaction-payment/Cargo.toml index b1e22d3e91..c4f1d3dcfa 100644 --- a/substrate/frame/transaction-payment/Cargo.toml +++ b/substrate/frame/transaction-payment/Cargo.toml @@ -20,10 +20,10 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" serde = { version = "1.0.136", optional = true } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] serde_json = "1.0.85" diff --git a/substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml b/substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml index 574eb9e237..d4740e8a7a 100644 --- a/substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml +++ b/substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml @@ -14,10 +14,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] # Substrate dependencies -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } @@ -32,7 +32,7 @@ serde = { version = "1.0.136", optional = true } [dev-dependencies] serde_json = "1.0.85" -sp-storage = { version = "7.0.0", default-features = false, path = "../../../primitives/storage" } +sp-storage = { version = "8.0.0", default-features = false, path = "../../../primitives/storage" } pallet-assets = { version = "4.0.0-dev", path = "../../assets" } pallet-authorship = { version = "4.0.0-dev", path = "../../authorship" } diff --git a/substrate/frame/transaction-payment/rpc/Cargo.toml b/substrate/frame/transaction-payment/rpc/Cargo.toml index b9bf226e2d..c72b851136 100644 --- a/substrate/frame/transaction-payment/rpc/Cargo.toml +++ b/substrate/frame/transaction-payment/rpc/Cargo.toml @@ -18,7 +18,7 @@ jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", path = "./runtime-api" } sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } sp-rpc = { version = "6.0.0", path = "../../../primitives/rpc" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-weights = { version = "4.0.0", path = "../../../primitives/weights" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } +sp-weights = { version = "5.0.0", path = "../../../primitives/weights" } diff --git a/substrate/frame/transaction-payment/rpc/runtime-api/Cargo.toml b/substrate/frame/transaction-payment/rpc/runtime-api/Cargo.toml index 854e4310b4..eedb3da921 100644 --- a/substrate/frame/transaction-payment/rpc/runtime-api/Cargo.toml +++ b/substrate/frame/transaction-payment/rpc/runtime-api/Cargo.toml @@ -16,8 +16,8 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, path = "../../../transaction-payment" } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../../primitives/api" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../../primitives/runtime" } -sp-weights = { version = "4.0.0", default-features = false, path = "../../../../primitives/weights" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../../../primitives/runtime" } +sp-weights = { version = "5.0.0", default-features = false, path = "../../../../primitives/weights" } [features] default = ["std"] diff --git a/substrate/frame/transaction-storage/Cargo.toml b/substrate/frame/transaction-storage/Cargo.toml index aa19ce3fe2..e2bed482a7 100644 --- a/substrate/frame/transaction-storage/Cargo.toml +++ b/substrate/frame/transaction-storage/Cargo.toml @@ -22,14 +22,14 @@ frame-support = { version = "4.0.0-dev", default-features = false, path = "../su frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../balances" } sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../primitives/inherents" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } sp-transaction-storage-proof = { version = "4.0.0-dev", default-features = false, path = "../../primitives/transaction-storage-proof" } log = { version = "0.4.17", default-features = false } [dev-dependencies] -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } sp-transaction-storage-proof = { version = "4.0.0-dev", default-features = true, path = "../../primitives/transaction-storage-proof" } [features] diff --git a/substrate/frame/treasury/Cargo.toml b/substrate/frame/treasury/Cargo.toml index f3c06735f8..46e340f6b9 100644 --- a/substrate/frame/treasury/Cargo.toml +++ b/substrate/frame/treasury/Cargo.toml @@ -24,12 +24,12 @@ frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../balances" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } pallet-utility = { version = "4.0.0-dev", path = "../utility" } [features] diff --git a/substrate/frame/try-runtime/Cargo.toml b/substrate/frame/try-runtime/Cargo.toml index 042dba5ed8..747d028da1 100644 --- a/substrate/frame/try-runtime/Cargo.toml +++ b/substrate/frame/try-runtime/Cargo.toml @@ -15,8 +15,8 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"]} frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [features] default = [ "std" ] diff --git a/substrate/frame/uniques/Cargo.toml b/substrate/frame/uniques/Cargo.toml index f88a862dab..106ee045e0 100644 --- a/substrate/frame/uniques/Cargo.toml +++ b/substrate/frame/uniques/Cargo.toml @@ -19,14 +19,14 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } -sp-std = { version = "5.0.0", path = "../../primitives/std" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } +sp-std = { version = "6.0.0", path = "../../primitives/std" } [features] default = ["std"] diff --git a/substrate/frame/utility/Cargo.toml b/substrate/frame/utility/Cargo.toml index a30feec467..1aac89f37b 100644 --- a/substrate/frame/utility/Cargo.toml +++ b/substrate/frame/utility/Cargo.toml @@ -18,17 +18,17 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } pallet-root-testing = { version = "1.0.0-dev", path = "../root-testing" } pallet-collective = { version = "4.0.0-dev", path = "../collective" } pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } [features] default = ["std"] diff --git a/substrate/frame/vesting/Cargo.toml b/substrate/frame/vesting/Cargo.toml index 2aa095bd74..b527de45b8 100644 --- a/substrate/frame/vesting/Cargo.toml +++ b/substrate/frame/vesting/Cargo.toml @@ -21,13 +21,13 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } [features] default = ["std"] diff --git a/substrate/frame/whitelist/Cargo.toml b/substrate/frame/whitelist/Cargo.toml index 21ecc4be37..15edde01a0 100644 --- a/substrate/frame/whitelist/Cargo.toml +++ b/substrate/frame/whitelist/Cargo.toml @@ -18,14 +18,14 @@ frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } [dev-dependencies] pallet-balances = { version = "4.0.0-dev", path = "../balances" } pallet-preimage = { version = "4.0.0-dev", path = "../preimage" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../primitives/io" } [features] default = ["std"] diff --git a/substrate/primitives/api/Cargo.toml b/substrate/primitives/api/Cargo.toml index 1d140854f6..fbbf15c5c7 100644 --- a/substrate/primitives/api/Cargo.toml +++ b/substrate/primitives/api/Cargo.toml @@ -15,12 +15,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false } sp-api-proc-macro = { version = "4.0.0-dev", path = "proc-macro" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-version = { version = "5.0.0", default-features = false, path = "../version" } -sp-state-machine = { version = "0.13.0", default-features = false, optional = true, path = "../state-machine" } -sp-trie = { version = "7.0.0", default-features = false, optional = true, path = "../trie" } +sp-core = { version = "8.0.0", default-features = false, path = "../core" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" } +sp-version = { version = "6.0.0", default-features = false, path = "../version" } +sp-state-machine = { version = "0.14.0", default-features = false, optional = true, path = "../state-machine" } +sp-trie = { version = "8.0.0", default-features = false, optional = true, path = "../trie" } hash-db = { version = "0.16.0", optional = true } thiserror = { version = "1.0.30", optional = true } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } diff --git a/substrate/primitives/api/test/Cargo.toml b/substrate/primitives/api/test/Cargo.toml index 3ac4ad094e..b0fbb54334 100644 --- a/substrate/primitives/api/test/Cargo.toml +++ b/substrate/primitives/api/test/Cargo.toml @@ -14,13 +14,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] sp-api = { version = "4.0.0-dev", path = "../" } substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } -sp-version = { version = "5.0.0", path = "../../version" } -sp-tracing = { version = "6.0.0", path = "../../tracing" } -sp-runtime = { version = "7.0.0", path = "../../runtime" } +sp-version = { version = "6.0.0", path = "../../version" } +sp-tracing = { version = "7.0.0", path = "../../tracing" } +sp-runtime = { version = "8.0.0", path = "../../runtime" } sp-consensus = { version = "0.10.0-dev", path = "../../consensus/common" } sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" } codec = { package = "parity-scale-codec", version = "3.2.2" } -sp-state-machine = { version = "0.13.0", path = "../../state-machine" } +sp-state-machine = { version = "0.14.0", path = "../../state-machine" } trybuild = "1.0.74" rustversion = "1.0.6" scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } @@ -29,7 +29,7 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" criterion = "0.4.0" futures = "0.3.21" log = "0.4.17" -sp-core = { version = "7.0.0", path = "../../core" } +sp-core = { version = "8.0.0", path = "../../core" } [[bench]] name = "bench" diff --git a/substrate/primitives/application-crypto/Cargo.toml b/substrate/primitives/application-crypto/Cargo.toml index dc97948fdf..a5a4e71524 100644 --- a/substrate/primitives/application-crypto/Cargo.toml +++ b/substrate/primitives/application-crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-application-crypto" -version = "7.0.0" +version = "8.0.0" authors = ["Parity Technologies "] edition = "2021" description = "Provides facilities for generating application specific crypto wrapper types." @@ -15,12 +15,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-core = { version = "7.0.0", default-features = false, path = "../core" } +sp-core = { version = "8.0.0", default-features = false, path = "../core" } codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", default-features = false, optional = true, features = ["derive", "alloc"] } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-io = { version = "7.0.0", default-features = false, path = "../io" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } +sp-io = { version = "8.0.0", default-features = false, path = "../io" } [features] default = [ "std" ] diff --git a/substrate/primitives/application-crypto/test/Cargo.toml b/substrate/primitives/application-crypto/test/Cargo.toml index b10b7a3218..3c14cc7dea 100644 --- a/substrate/primitives/application-crypto/test/Cargo.toml +++ b/substrate/primitives/application-crypto/test/Cargo.toml @@ -14,8 +14,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] sp-api = { version = "4.0.0-dev", path = "../../api" } -sp-application-crypto = { version = "7.0.0", path = "../" } -sp-core = { version = "7.0.0", default-features = false, path = "../../core" } -sp-keystore = { version = "0.13.0", default-features = false, path = "../../keystore" } -sp-runtime = { version = "7.0.0", path = "../../runtime" } +sp-application-crypto = { version = "8.0.0", path = "../" } +sp-core = { version = "8.0.0", default-features = false, path = "../../core" } +sp-keystore = { version = "0.14.0", default-features = false, path = "../../keystore" } +sp-runtime = { version = "8.0.0", path = "../../runtime" } substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } diff --git a/substrate/primitives/arithmetic/Cargo.toml b/substrate/primitives/arithmetic/Cargo.toml index 122691623b..809985fdba 100644 --- a/substrate/primitives/arithmetic/Cargo.toml +++ b/substrate/primitives/arithmetic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-arithmetic" -version = "6.0.0" +version = "7.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" @@ -23,12 +23,12 @@ num-traits = { version = "0.2.8", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", default-features = false, features = ["derive", "alloc"], optional = true } static_assertions = "1.1.0" -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } [dev-dependencies] criterion = "0.4.0" primitive-types = "0.12.0" -sp-core = { version = "7.0.0", features = ["full_crypto"], path = "../core" } +sp-core = { version = "8.0.0", features = ["full_crypto"], path = "../core" } rand = "0.8.5" [features] diff --git a/substrate/primitives/arithmetic/fuzzer/Cargo.toml b/substrate/primitives/arithmetic/fuzzer/Cargo.toml index 99dbdf7487..cb0bd0e86a 100644 --- a/substrate/primitives/arithmetic/fuzzer/Cargo.toml +++ b/substrate/primitives/arithmetic/fuzzer/Cargo.toml @@ -20,7 +20,7 @@ honggfuzz = "0.5.49" num-bigint = "0.4.3" num-traits = "0.2.15" primitive-types = "0.12.0" -sp-arithmetic = { version = "6.0.0", path = ".." } +sp-arithmetic = { version = "7.0.0", path = ".." } [[bin]] name = "biguint" diff --git a/substrate/primitives/authority-discovery/Cargo.toml b/substrate/primitives/authority-discovery/Cargo.toml index e3a82b5fda..eae1f35891 100644 --- a/substrate/primitives/authority-discovery/Cargo.toml +++ b/substrate/primitives/authority-discovery/Cargo.toml @@ -16,9 +16,9 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../application-crypto" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../application-crypto" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } [features] default = ["std"] diff --git a/substrate/primitives/block-builder/Cargo.toml b/substrate/primitives/block-builder/Cargo.toml index 6ccb7980df..4d0d707232 100644 --- a/substrate/primitives/block-builder/Cargo.toml +++ b/substrate/primitives/block-builder/Cargo.toml @@ -16,8 +16,8 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false } sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } [features] default = [ "std" ] diff --git a/substrate/primitives/blockchain/Cargo.toml b/substrate/primitives/blockchain/Cargo.toml index 337e141544..1a9fb5c991 100644 --- a/substrate/primitives/blockchain/Cargo.toml +++ b/substrate/primitives/blockchain/Cargo.toml @@ -23,5 +23,5 @@ thiserror = "1.0.30" sp-api = { version = "4.0.0-dev", path = "../api" } sp-consensus = { version = "0.10.0-dev", path = "../consensus/common" } sp-database = { version = "4.0.0-dev", path = "../database" } -sp-runtime = { version = "7.0.0", path = "../runtime" } -sp-state-machine = { version = "0.13.0", path = "../state-machine" } +sp-runtime = { version = "8.0.0", path = "../runtime" } +sp-state-machine = { version = "0.14.0", path = "../state-machine" } diff --git a/substrate/primitives/consensus/aura/Cargo.toml b/substrate/primitives/consensus/aura/Cargo.toml index 57689aaa13..fd367ab9ed 100644 --- a/substrate/primitives/consensus/aura/Cargo.toml +++ b/substrate/primitives/consensus/aura/Cargo.toml @@ -17,12 +17,12 @@ async-trait = { version = "0.1.57", optional = true } codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../application-crypto" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../application-crypto" } sp-consensus = { version = "0.10.0-dev", optional = true, path = "../common" } sp-consensus-slots = { version = "0.10.0-dev", default-features = false, path = "../slots" } sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../inherents" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../std" } sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../timestamp" } [features] diff --git a/substrate/primitives/consensus/babe/Cargo.toml b/substrate/primitives/consensus/babe/Cargo.toml index 5e57f276aa..8e674cc71f 100644 --- a/substrate/primitives/consensus/babe/Cargo.toml +++ b/substrate/primitives/consensus/babe/Cargo.toml @@ -18,14 +18,14 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", default-features = false, features = ["derive", "alloc"], optional = true } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../application-crypto" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../application-crypto" } sp-consensus = { version = "0.10.0-dev", optional = true, path = "../common" } sp-consensus-slots = { version = "0.10.0-dev", default-features = false, path = "../slots" } -sp-core = { version = "7.0.0", default-features = false, path = "../../core" } +sp-core = { version = "8.0.0", default-features = false, path = "../../core" } sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../inherents" } -sp-keystore = { version = "0.13.0", default-features = false, optional = true, path = "../../keystore" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } +sp-keystore = { version = "0.14.0", default-features = false, optional = true, path = "../../keystore" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../std" } sp-timestamp = { version = "4.0.0-dev", optional = true, path = "../../timestamp" } [features] diff --git a/substrate/primitives/consensus/beefy/Cargo.toml b/substrate/primitives/consensus/beefy/Cargo.toml index cf5f660b22..b8b9eb2edf 100644 --- a/substrate/primitives/consensus/beefy/Cargo.toml +++ b/substrate/primitives/consensus/beefy/Cargo.toml @@ -16,18 +16,18 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", default-features = false, optional = true, features = ["derive", "alloc"] } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../application-crypto" } -sp-core = { version = "7.0.0", default-features = false, path = "../../core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../io" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../application-crypto" } +sp-core = { version = "8.0.0", default-features = false, path = "../../core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../io" } sp-mmr-primitives = { version = "4.0.0-dev", default-features = false, path = "../../merkle-mountain-range" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../std" } strum = { version = "0.24.1", features = ["derive"], default-features = false } lazy_static = "1.4.0" [dev-dependencies] array-bytes = "4.1" -sp-keystore = { version = "0.13.0", path = "../../keystore" } +sp-keystore = { version = "0.14.0", path = "../../keystore" } [features] default = ["std"] diff --git a/substrate/primitives/consensus/common/Cargo.toml b/substrate/primitives/consensus/common/Cargo.toml index 1179261340..cd604e67c1 100644 --- a/substrate/primitives/consensus/common/Cargo.toml +++ b/substrate/primitives/consensus/common/Cargo.toml @@ -18,10 +18,10 @@ async-trait = "0.1.57" futures = { version = "0.3.21", features = ["thread-pool"] } log = "0.4.17" thiserror = "1.0.30" -sp-core = { version = "7.0.0", path = "../../core" } +sp-core = { version = "8.0.0", path = "../../core" } sp-inherents = { version = "4.0.0-dev", path = "../../inherents" } -sp-runtime = { version = "7.0.0", path = "../../runtime" } -sp-state-machine = { version = "0.13.0", path = "../../state-machine" } +sp-runtime = { version = "8.0.0", path = "../../runtime" } +sp-state-machine = { version = "0.14.0", path = "../../state-machine" } [dev-dependencies] futures = "0.3.21" diff --git a/substrate/primitives/consensus/grandpa/Cargo.toml b/substrate/primitives/consensus/grandpa/Cargo.toml index a1846aa76a..efca5a0cee 100644 --- a/substrate/primitives/consensus/grandpa/Cargo.toml +++ b/substrate/primitives/consensus/grandpa/Cargo.toml @@ -20,11 +20,11 @@ log = { version = "0.4.17", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", features = ["derive", "alloc"], default-features = false, optional = true } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../application-crypto" } -sp-core = { version = "7.0.0", default-features = false, path = "../../core" } -sp-keystore = { version = "0.13.0", default-features = false, optional = true, path = "../../keystore" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../application-crypto" } +sp-core = { version = "8.0.0", default-features = false, path = "../../core" } +sp-keystore = { version = "0.14.0", default-features = false, optional = true, path = "../../keystore" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../std" } [features] default = ["std"] diff --git a/substrate/primitives/consensus/pow/Cargo.toml b/substrate/primitives/consensus/pow/Cargo.toml index 6cc832b5af..ba86193d9a 100644 --- a/substrate/primitives/consensus/pow/Cargo.toml +++ b/substrate/primitives/consensus/pow/Cargo.toml @@ -15,9 +15,9 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" } -sp-core = { version = "7.0.0", default-features = false, path = "../../core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../core" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../../std" } [features] default = ["std"] diff --git a/substrate/primitives/consensus/slots/Cargo.toml b/substrate/primitives/consensus/slots/Cargo.toml index 29aa3c10c2..d3921db39b 100644 --- a/substrate/primitives/consensus/slots/Cargo.toml +++ b/substrate/primitives/consensus/slots/Cargo.toml @@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive", "max-encoded-len"] } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0", default-features = false, features = ["derive", "alloc"], optional = true } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } +sp-std = { version = "6.0.0", default-features = false, path = "../../std" } sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../timestamp" } [features] diff --git a/substrate/primitives/core/Cargo.toml b/substrate/primitives/core/Cargo.toml index d0ec98b1c3..1e8446b8de 100644 --- a/substrate/primitives/core/Cargo.toml +++ b/substrate/primitives/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-core" -version = "7.0.0" +version = "8.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" @@ -32,10 +32,10 @@ secrecy = { version = "0.8.0", default-features = false } lazy_static = { version = "1.4.0", default-features = false, optional = true } parking_lot = { version = "0.12.1", optional = true } ss58-registry = { version = "1.34.0", default-features = false } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-debug-derive = { version = "5.0.0", default-features = false, path = "../debug-derive" } -sp-storage = { version = "7.0.0", default-features = false, path = "../storage" } -sp-externalities = { version = "0.13.0", optional = true, path = "../externalities" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } +sp-debug-derive = { version = "6.0.0", default-features = false, path = "../debug-derive" } +sp-storage = { version = "8.0.0", default-features = false, path = "../storage" } +sp-externalities = { version = "0.14.0", optional = true, path = "../externalities" } futures = { version = "0.3.21", optional = true } dyn-clonable = { version = "0.9.0", optional = true } thiserror = { version = "1.0.30", optional = true } @@ -50,8 +50,8 @@ libsecp256k1 = { version = "0.7", default-features = false, features = ["static- schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated", "u64_backend"], default-features = false } merlin = { version = "2.0", default-features = false } secp256k1 = { version = "0.24.0", default-features = false, features = ["recovery", "alloc"], optional = true } -sp-core-hashing = { version = "5.0.0", path = "./hashing", default-features = false, optional = true } -sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../runtime-interface" } +sp-core-hashing = { version = "6.0.0", path = "./hashing", default-features = false, optional = true } +sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../runtime-interface" } # bls crypto w3f-bls = { version = "0.1.3", default-features = false, optional = true} @@ -59,7 +59,7 @@ w3f-bls = { version = "0.1.3", default-features = false, optional = true} rand = "0.8.5" criterion = "0.4.0" serde_json = "1.0" -sp-core-hashing-proc-macro = { version = "5.0.0", path = "./hashing/proc-macro" } +sp-core-hashing-proc-macro = { version = "6.0.0", path = "./hashing/proc-macro" } hex-literal = "0.3.4" [[bench]] diff --git a/substrate/primitives/core/hashing/Cargo.toml b/substrate/primitives/core/hashing/Cargo.toml index a77aaaa7ae..debb7c3cda 100644 --- a/substrate/primitives/core/hashing/Cargo.toml +++ b/substrate/primitives/core/hashing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-core-hashing" -version = "5.0.0" +version = "6.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" @@ -19,7 +19,7 @@ digest = { version = "0.10.3", default-features = false } sha2 = { version = "0.10.2", default-features = false } sha3 = { version = "0.10.0", default-features = false } twox-hash = { version = "1.6.3", default-features = false, features = ["digest_0_10"] } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } +sp-std = { version = "6.0.0", default-features = false, path = "../../std" } [features] default = ["std"] diff --git a/substrate/primitives/core/hashing/proc-macro/Cargo.toml b/substrate/primitives/core/hashing/proc-macro/Cargo.toml index 5a80332041..0d79628b3e 100644 --- a/substrate/primitives/core/hashing/proc-macro/Cargo.toml +++ b/substrate/primitives/core/hashing/proc-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-core-hashing-proc-macro" -version = "5.0.0" +version = "6.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" @@ -19,4 +19,4 @@ proc-macro = true proc-macro2 = "1.0.56" quote = "1.0.26" syn = { version = "2.0.16", features = ["full", "parsing"] } -sp-core-hashing = { version = "5.0.0", default-features = false, path = "../" } +sp-core-hashing = { version = "6.0.0", default-features = false, path = "../" } diff --git a/substrate/primitives/debug-derive/Cargo.toml b/substrate/primitives/debug-derive/Cargo.toml index f7ca95b195..3c5d19d563 100644 --- a/substrate/primitives/debug-derive/Cargo.toml +++ b/substrate/primitives/debug-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-debug-derive" -version = "5.0.0" +version = "6.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" diff --git a/substrate/primitives/externalities/Cargo.toml b/substrate/primitives/externalities/Cargo.toml index 0777111d88..59676bbc2b 100644 --- a/substrate/primitives/externalities/Cargo.toml +++ b/substrate/primitives/externalities/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-externalities" -version = "0.13.0" +version = "0.14.0" license = "Apache-2.0" authors = ["Parity Technologies "] edition = "2021" @@ -16,8 +16,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false } environmental = { version = "1.1.3", default-features = false } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-storage = { version = "7.0.0", default-features = false, path = "../storage" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } +sp-storage = { version = "8.0.0", default-features = false, path = "../storage" } [features] default = ["std"] diff --git a/substrate/primitives/inherents/Cargo.toml b/substrate/primitives/inherents/Cargo.toml index 2f5616770d..92017a4653 100644 --- a/substrate/primitives/inherents/Cargo.toml +++ b/substrate/primitives/inherents/Cargo.toml @@ -19,9 +19,9 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } impl-trait-for-tuples = "0.2.2" thiserror = { version = "1.0.30", optional = true } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "7.0.0", optional = true, default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-core = { version = "8.0.0", default-features = false, path = "../core" } +sp-runtime = { version = "8.0.0", optional = true, default-features = false, path = "../runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } [dev-dependencies] futures = "0.3.21" diff --git a/substrate/primitives/io/Cargo.toml b/substrate/primitives/io/Cargo.toml index c6e716396a..ca121c1608 100644 --- a/substrate/primitives/io/Cargo.toml +++ b/substrate/primitives/io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-io" -version = "7.0.0" +version = "8.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" @@ -18,15 +18,15 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] bytes = { version = "1.1.0", default-features = false } codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["bytes"] } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-keystore = { version = "0.13.0", default-features = false, optional = true, path = "../keystore" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-core = { version = "8.0.0", default-features = false, path = "../core" } +sp-keystore = { version = "0.14.0", default-features = false, optional = true, path = "../keystore" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } libsecp256k1 = { version = "0.7", optional = true } -sp-state-machine = { version = "0.13.0", default-features = false, optional = true, path = "../state-machine" } -sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../runtime-interface" } -sp-trie = { version = "7.0.0", default-features = false, optional = true, path = "../trie" } -sp-externalities = { version = "0.13.0", default-features = false, path = "../externalities" } -sp-tracing = { version = "6.0.0", default-features = false, path = "../tracing" } +sp-state-machine = { version = "0.14.0", default-features = false, optional = true, path = "../state-machine" } +sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../runtime-interface" } +sp-trie = { version = "8.0.0", default-features = false, optional = true, path = "../trie" } +sp-externalities = { version = "0.14.0", default-features = false, path = "../externalities" } +sp-tracing = { version = "7.0.0", default-features = false, path = "../tracing" } log = { version = "0.4.17", optional = true } futures = { version = "0.3.21", features = ["thread-pool"], optional = true } secp256k1 = { version = "0.24.0", features = ["recovery", "global-context"], optional = true } diff --git a/substrate/primitives/keyring/Cargo.toml b/substrate/primitives/keyring/Cargo.toml index db3a8de2b2..9257834a60 100644 --- a/substrate/primitives/keyring/Cargo.toml +++ b/substrate/primitives/keyring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-keyring" -version = "7.0.0" +version = "8.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" @@ -16,5 +16,5 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] lazy_static = "1.4.0" strum = { version = "0.24.1", features = ["derive"], default-features = false } -sp-core = { version = "7.0.0", path = "../core" } -sp-runtime = { version = "7.0.0", path = "../runtime" } +sp-core = { version = "8.0.0", path = "../core" } +sp-runtime = { version = "8.0.0", path = "../runtime" } diff --git a/substrate/primitives/keystore/Cargo.toml b/substrate/primitives/keystore/Cargo.toml index a749b95a48..3f5de2d136 100644 --- a/substrate/primitives/keystore/Cargo.toml +++ b/substrate/primitives/keystore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-keystore" -version = "0.13.0" +version = "0.14.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" @@ -18,8 +18,8 @@ futures = "0.3.21" parking_lot = { version = "0.12.1", default-features = false } serde = { version = "1.0", optional = true } thiserror = "1.0" -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-externalities = { version = "0.13.0", default-features = false, path = "../externalities" } +sp-core = { version = "8.0.0", default-features = false, path = "../core" } +sp-externalities = { version = "0.14.0", default-features = false, path = "../externalities" } [dev-dependencies] rand = "0.7.2" diff --git a/substrate/primitives/merkle-mountain-range/Cargo.toml b/substrate/primitives/merkle-mountain-range/Cargo.toml index 4d2c050899..8ff31dc1a1 100644 --- a/substrate/primitives/merkle-mountain-range/Cargo.toml +++ b/substrate/primitives/merkle-mountain-range/Cargo.toml @@ -18,10 +18,10 @@ log = { version = "0.4.17", default-features = false } mmr-lib = { package = "ckb-merkle-mountain-range", version = "0.5.2", default-features = false } serde = { version = "1.0.136", features = ["derive", "alloc"], default-features = false, optional = true } sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-debug-derive = { version = "5.0.0", default-features = false, path = "../debug-derive" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-core = { version = "8.0.0", default-features = false, path = "../core" } +sp-debug-derive = { version = "6.0.0", default-features = false, path = "../debug-derive" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } thiserror = "1.0" [dev-dependencies] diff --git a/substrate/primitives/metadata-ir/Cargo.toml b/substrate/primitives/metadata-ir/Cargo.toml index 27fada9c6f..ecb39c30ac 100644 --- a/substrate/primitives/metadata-ir/Cargo.toml +++ b/substrate/primitives/metadata-ir/Cargo.toml @@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false } frame-metadata = { version = "15.1.0", default-features = false, features = ["v14", "v15-unstable"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } [features] default = ["std"] diff --git a/substrate/primitives/npos-elections/Cargo.toml b/substrate/primitives/npos-elections/Cargo.toml index 9006a4d199..5fb8bfa7ed 100644 --- a/substrate/primitives/npos-elections/Cargo.toml +++ b/substrate/primitives/npos-elections/Cargo.toml @@ -16,10 +16,10 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", default-features = false, features = ["derive", "alloc"], optional = true } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../arithmetic" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-arithmetic = { version = "7.0.0", default-features = false, path = "../arithmetic" } +sp-core = { version = "8.0.0", default-features = false, path = "../core" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } [dev-dependencies] rand = "0.8.5" diff --git a/substrate/primitives/npos-elections/fuzzer/Cargo.toml b/substrate/primitives/npos-elections/fuzzer/Cargo.toml index 4caba796c1..669117e212 100644 --- a/substrate/primitives/npos-elections/fuzzer/Cargo.toml +++ b/substrate/primitives/npos-elections/fuzzer/Cargo.toml @@ -20,7 +20,7 @@ honggfuzz = "0.5" rand = { version = "0.8", features = ["std", "small_rng"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } sp-npos-elections = { version = "4.0.0-dev", path = ".." } -sp-runtime = { version = "7.0.0", path = "../../runtime" } +sp-runtime = { version = "8.0.0", path = "../../runtime" } [[bin]] name = "reduce" diff --git a/substrate/primitives/offchain/Cargo.toml b/substrate/primitives/offchain/Cargo.toml index cb56789377..743eea4c1b 100644 --- a/substrate/primitives/offchain/Cargo.toml +++ b/substrate/primitives/offchain/Cargo.toml @@ -14,8 +14,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } +sp-core = { version = "8.0.0", default-features = false, path = "../core" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" } [features] default = ["std"] diff --git a/substrate/primitives/panic-handler/Cargo.toml b/substrate/primitives/panic-handler/Cargo.toml index 9da052b4a0..1210ae5783 100644 --- a/substrate/primitives/panic-handler/Cargo.toml +++ b/substrate/primitives/panic-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-panic-handler" -version = "5.0.0" +version = "6.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" diff --git a/substrate/primitives/rpc/Cargo.toml b/substrate/primitives/rpc/Cargo.toml index ef9fdc5443..a69aca1c3e 100644 --- a/substrate/primitives/rpc/Cargo.toml +++ b/substrate/primitives/rpc/Cargo.toml @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] rustc-hash = "1.1.0" serde = { version = "1.0.136", features = ["derive"] } -sp-core = { version = "7.0.0", path = "../core" } +sp-core = { version = "8.0.0", path = "../core" } [dev-dependencies] serde_json = "1.0.85" diff --git a/substrate/primitives/runtime-interface/Cargo.toml b/substrate/primitives/runtime-interface/Cargo.toml index f2ddc84b1e..9478f9399d 100644 --- a/substrate/primitives/runtime-interface/Cargo.toml +++ b/substrate/primitives/runtime-interface/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-runtime-interface" -version = "7.0.0" +version = "8.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" @@ -15,22 +15,22 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] bytes = { version = "1.1.0", default-features = false } -sp-wasm-interface = { version = "7.0.0", path = "../wasm-interface", default-features = false } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-tracing = { version = "6.0.0", default-features = false, path = "../tracing" } -sp-runtime-interface-proc-macro = { version = "6.0.0", path = "proc-macro" } -sp-externalities = { version = "0.13.0", default-features = false, path = "../externalities" } +sp-wasm-interface = { version = "8.0.0", path = "../wasm-interface", default-features = false } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } +sp-tracing = { version = "7.0.0", default-features = false, path = "../tracing" } +sp-runtime-interface-proc-macro = { version = "7.0.0", path = "proc-macro" } +sp-externalities = { version = "0.14.0", default-features = false, path = "../externalities" } codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["bytes"] } static_assertions = "1.0.0" primitive-types = { version = "0.12.0", default-features = false } -sp-storage = { version = "7.0.0", default-features = false, path = "../storage" } +sp-storage = { version = "8.0.0", default-features = false, path = "../storage" } impl-trait-for-tuples = "0.2.2" [dev-dependencies] sp-runtime-interface-test-wasm = { version = "2.0.0", path = "test-wasm" } -sp-state-machine = { version = "0.13.0", path = "../state-machine" } -sp-core = { version = "7.0.0", path = "../core" } -sp-io = { version = "7.0.0", path = "../io" } +sp-state-machine = { version = "0.14.0", path = "../state-machine" } +sp-core = { version = "8.0.0", path = "../core" } +sp-io = { version = "8.0.0", path = "../io" } rustversion = "1.0.6" trybuild = "1.0.74" diff --git a/substrate/primitives/runtime-interface/proc-macro/Cargo.toml b/substrate/primitives/runtime-interface/proc-macro/Cargo.toml index 3f1a18ee83..b06718c421 100644 --- a/substrate/primitives/runtime-interface/proc-macro/Cargo.toml +++ b/substrate/primitives/runtime-interface/proc-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-runtime-interface-proc-macro" -version = "6.0.0" +version = "7.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" diff --git a/substrate/primitives/runtime-interface/test-wasm-deprecated/Cargo.toml b/substrate/primitives/runtime-interface/test-wasm-deprecated/Cargo.toml index ec07481234..037d0b7d74 100644 --- a/substrate/primitives/runtime-interface/test-wasm-deprecated/Cargo.toml +++ b/substrate/primitives/runtime-interface/test-wasm-deprecated/Cargo.toml @@ -13,10 +13,10 @@ publish = false targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-core = { version = "7.0.0", default-features = false, path = "../../core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../io" } -sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../" } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../io" } +sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../" } +sp-std = { version = "6.0.0", default-features = false, path = "../../std" } [build-dependencies] substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder", optional = true } diff --git a/substrate/primitives/runtime-interface/test-wasm/Cargo.toml b/substrate/primitives/runtime-interface/test-wasm/Cargo.toml index 1061a54d7f..d5dbd6e32c 100644 --- a/substrate/primitives/runtime-interface/test-wasm/Cargo.toml +++ b/substrate/primitives/runtime-interface/test-wasm/Cargo.toml @@ -14,10 +14,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] bytes = { version = "1.1.0", default-features = false } -sp-core = { version = "7.0.0", default-features = false, path = "../../core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../io" } -sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../" } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } +sp-core = { version = "8.0.0", default-features = false, path = "../../core" } +sp-io = { version = "8.0.0", default-features = false, path = "../../io" } +sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../" } +sp-std = { version = "6.0.0", default-features = false, path = "../../std" } [build-dependencies] substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder", optional = true } diff --git a/substrate/primitives/runtime-interface/test/Cargo.toml b/substrate/primitives/runtime-interface/test/Cargo.toml index 4e4522fd93..f9b8d5d72b 100644 --- a/substrate/primitives/runtime-interface/test/Cargo.toml +++ b/substrate/primitives/runtime-interface/test/Cargo.toml @@ -16,9 +16,9 @@ tracing = "0.1.29" tracing-core = "0.1.28" sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } sc-executor-common = { version = "0.10.0-dev", path = "../../../client/executor/common" } -sp-io = { version = "7.0.0", path = "../../io" } -sp-runtime = { version = "7.0.0", path = "../../runtime" } -sp-runtime-interface = { version = "7.0.0", path = "../" } +sp-io = { version = "8.0.0", path = "../../io" } +sp-runtime = { version = "8.0.0", path = "../../runtime" } +sp-runtime-interface = { version = "8.0.0", path = "../" } sp-runtime-interface-test-wasm = { version = "2.0.0", path = "../test-wasm" } sp-runtime-interface-test-wasm-deprecated = { version = "2.0.0", path = "../test-wasm-deprecated" } -sp-state-machine = { version = "0.13.0", path = "../../state-machine" } +sp-state-machine = { version = "0.14.0", path = "../../state-machine" } diff --git a/substrate/primitives/runtime/Cargo.toml b/substrate/primitives/runtime/Cargo.toml index 0d67a89c38..c0b494bba3 100644 --- a/substrate/primitives/runtime/Cargo.toml +++ b/substrate/primitives/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-runtime" -version = "7.0.0" +version = "8.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" @@ -23,20 +23,20 @@ paste = "1.0" rand = { version = "0.8.5", optional = true } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", default-features = false, features = ["derive", "alloc"], optional = true } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../application-crypto" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../arithmetic" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-io = { version = "7.0.0", default-features = false, path = "../io" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-weights = { version = "4.0.0", default-features = false, path = "../weights" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../application-crypto" } +sp-arithmetic = { version = "7.0.0", default-features = false, path = "../arithmetic" } +sp-core = { version = "8.0.0", default-features = false, path = "../core" } +sp-io = { version = "8.0.0", default-features = false, path = "../io" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } +sp-weights = { version = "5.0.0", default-features = false, path = "../weights" } [dev-dependencies] rand = "0.8.5" serde_json = "1.0.85" zstd = { version = "0.12.3", default-features = false } sp-api = { version = "4.0.0-dev", path = "../api" } -sp-state-machine = { version = "0.13.0", path = "../state-machine" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-state-machine = { version = "0.14.0", path = "../state-machine" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } [features] diff --git a/substrate/primitives/session/Cargo.toml b/substrate/primitives/session/Cargo.toml index 6f362974b9..897db1f403 100644 --- a/substrate/primitives/session/Cargo.toml +++ b/substrate/primitives/session/Cargo.toml @@ -16,10 +16,10 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "7.0.0", optional = true, path = "../runtime" } +sp-core = { version = "8.0.0", default-features = false, path = "../core" } +sp-runtime = { version = "8.0.0", optional = true, path = "../runtime" } sp-staking = { version = "4.0.0-dev", default-features = false, path = "../staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } [features] default = [ "std" ] diff --git a/substrate/primitives/staking/Cargo.toml b/substrate/primitives/staking/Cargo.toml index f383a5e887..be6bd4653f 100644 --- a/substrate/primitives/staking/Cargo.toml +++ b/substrate/primitives/staking/Cargo.toml @@ -16,9 +16,9 @@ targets = ["x86_64-unknown-linux-gnu"] serde = { version = "1.0.136", optional = true } codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-core = { version = "8.0.0", default-features = false, path = "../core" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } [features] default = ["std"] diff --git a/substrate/primitives/state-machine/Cargo.toml b/substrate/primitives/state-machine/Cargo.toml index cc780e51ab..432715d7e2 100644 --- a/substrate/primitives/state-machine/Cargo.toml +++ b/substrate/primitives/state-machine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-state-machine" -version = "0.13.0" +version = "0.14.0" authors = ["Parity Technologies "] description = "Substrate State Machine" edition = "2021" @@ -22,17 +22,17 @@ rand = { version = "0.8.5", optional = true } smallvec = "1.8.0" thiserror = { version = "1.0.30", optional = true } tracing = { version = "0.1.29", optional = true } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-externalities = { version = "0.13.0", default-features = false, path = "../externalities" } -sp-panic-handler = { version = "5.0.0", optional = true, path = "../panic-handler" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-trie = { version = "7.0.0", default-features = false, path = "../trie" } +sp-core = { version = "8.0.0", default-features = false, path = "../core" } +sp-externalities = { version = "0.14.0", default-features = false, path = "../externalities" } +sp-panic-handler = { version = "6.0.0", optional = true, path = "../panic-handler" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } +sp-trie = { version = "8.0.0", default-features = false, path = "../trie" } [dev-dependencies] array-bytes = "4.1" pretty_assertions = "1.2.1" rand = "0.8.5" -sp-runtime = { version = "7.0.0", path = "../runtime" } +sp-runtime = { version = "8.0.0", path = "../runtime" } trie-db = "0.27.1" assert_matches = "1.5" diff --git a/substrate/primitives/statement-store/Cargo.toml b/substrate/primitives/statement-store/Cargo.toml index 5aa4d83363..352ee94d3a 100644 --- a/substrate/primitives/statement-store/Cargo.toml +++ b/substrate/primitives/statement-store/Cargo.toml @@ -15,13 +15,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-core = { version = "8.0.0", default-features = false, path = "../core" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../application-crypto" } -sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../runtime-interface" } -sp-externalities = { version = "0.13.0", default-features = false, path = "../externalities" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../application-crypto" } +sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../runtime-interface" } +sp-externalities = { version = "0.14.0", default-features = false, path = "../externalities" } thiserror = { version = "1.0", optional = true } log = { version = "0.4.17", optional = true } diff --git a/substrate/primitives/std/Cargo.toml b/substrate/primitives/std/Cargo.toml index 87ab1a46d8..7298e3a60a 100644 --- a/substrate/primitives/std/Cargo.toml +++ b/substrate/primitives/std/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-std" -version = "5.0.0" +version = "6.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" diff --git a/substrate/primitives/storage/Cargo.toml b/substrate/primitives/storage/Cargo.toml index c8271669f6..72f815cdfc 100644 --- a/substrate/primitives/storage/Cargo.toml +++ b/substrate/primitives/storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-storage" -version = "7.0.0" +version = "8.0.0" authors = ["Parity Technologies "] edition = "2021" description = "Storage related primitives" @@ -18,8 +18,8 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = impl-serde = { version = "0.4.0", optional = true, default-features = false } ref-cast = "1.0.0" serde = { version = "1.0.136", default-features = false, features = ["derive", "alloc"], optional = true } -sp-debug-derive = { version = "5.0.0", default-features = false, path = "../debug-derive" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-debug-derive = { version = "6.0.0", default-features = false, path = "../debug-derive" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } [features] default = [ "std" ] diff --git a/substrate/primitives/test-primitives/Cargo.toml b/substrate/primitives/test-primitives/Cargo.toml index 77df69b9d1..2373025105 100644 --- a/substrate/primitives/test-primitives/Cargo.toml +++ b/substrate/primitives/test-primitives/Cargo.toml @@ -15,10 +15,10 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", default-features = false, features = ["derive"], optional = true } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../application-crypto" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../application-crypto" } +sp-core = { version = "8.0.0", default-features = false, path = "../core" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } [features] default = [ diff --git a/substrate/primitives/timestamp/Cargo.toml b/substrate/primitives/timestamp/Cargo.toml index 27e306040f..7ab635c26e 100644 --- a/substrate/primitives/timestamp/Cargo.toml +++ b/substrate/primitives/timestamp/Cargo.toml @@ -19,8 +19,8 @@ futures-timer = { version = "3.0.2", optional = true } log = { version = "0.4.17", optional = true } thiserror = { version = "1.0.30", optional = true } sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } [features] default = [ "std" ] diff --git a/substrate/primitives/tracing/Cargo.toml b/substrate/primitives/tracing/Cargo.toml index 602f83c7b4..393675df66 100644 --- a/substrate/primitives/tracing/Cargo.toml +++ b/substrate/primitives/tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-tracing" -version = "6.0.0" +version = "7.0.0" license = "Apache-2.0" authors = ["Parity Technologies "] edition = "2021" @@ -18,7 +18,7 @@ features = ["with-tracing"] targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"] [dependencies] -sp-std = { version = "5.0.0", path = "../std", default-features = false } +sp-std = { version = "6.0.0", path = "../std", default-features = false } codec = { version = "3.2.2", package = "parity-scale-codec", default-features = false, features = [ "derive", ] } diff --git a/substrate/primitives/transaction-pool/Cargo.toml b/substrate/primitives/transaction-pool/Cargo.toml index 63b34a10cd..a380c483d3 100644 --- a/substrate/primitives/transaction-pool/Cargo.toml +++ b/substrate/primitives/transaction-pool/Cargo.toml @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" } [features] default = [ "std" ] diff --git a/substrate/primitives/transaction-storage-proof/Cargo.toml b/substrate/primitives/transaction-storage-proof/Cargo.toml index 72d3175a57..c3b74e4586 100644 --- a/substrate/primitives/transaction-storage-proof/Cargo.toml +++ b/substrate/primitives/transaction-storage-proof/Cargo.toml @@ -17,11 +17,11 @@ async-trait = { version = "0.1.57", optional = true } codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } log = { version = "0.4.17", optional = true } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -sp-core = { version = "7.0.0", optional = true, path = "../core" } +sp-core = { version = "8.0.0", optional = true, path = "../core" } sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-trie = { version = "7.0.0", optional = true, path = "../trie" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } +sp-trie = { version = "8.0.0", optional = true, path = "../trie" } [features] default = [ "std" ] diff --git a/substrate/primitives/trie/Cargo.toml b/substrate/primitives/trie/Cargo.toml index be02303003..79eeadab52 100644 --- a/substrate/primitives/trie/Cargo.toml +++ b/substrate/primitives/trie/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-trie" -version = "7.0.0" +version = "8.0.0" authors = ["Parity Technologies "] description = "Patricia trie stuff using a parity-scale-codec node format" repository = "https://github.com/paritytech/substrate/" @@ -31,8 +31,8 @@ thiserror = { version = "1.0.30", optional = true } tracing = { version = "0.1.29", optional = true } trie-db = { version = "0.27.0", default-features = false } trie-root = { version = "0.18.0", default-features = false } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-core = { version = "8.0.0", default-features = false, path = "../core" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } schnellru = { version = "0.2.1", optional = true } [dev-dependencies] @@ -40,7 +40,7 @@ array-bytes = "4.1" criterion = "0.4.0" trie-bench = "0.37.0" trie-standardmap = "0.16.0" -sp-runtime = { version = "7.0.0", path = "../runtime" } +sp-runtime = { version = "8.0.0", path = "../runtime" } [features] default = ["std"] diff --git a/substrate/primitives/version/Cargo.toml b/substrate/primitives/version/Cargo.toml index 9cebb8f01d..b94ae6d40c 100644 --- a/substrate/primitives/version/Cargo.toml +++ b/substrate/primitives/version/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-version" -version = "5.0.0" +version = "6.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" @@ -20,10 +20,10 @@ parity-wasm = { version = "0.45", optional = true } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", default-features = false, features = ["derive", "alloc"], optional = true } thiserror = { version = "1.0.30", optional = true } -sp-core-hashing-proc-macro = { version = "5.0.0", path = "../core/hashing/proc-macro" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-version-proc-macro = { version = "4.0.0-dev", default-features = false, path = "proc-macro" } +sp-core-hashing-proc-macro = { version = "6.0.0", path = "../core/hashing/proc-macro" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } +sp-version-proc-macro = { version = "4.0.0", default-features = false, path = "proc-macro" } [features] default = ["std"] diff --git a/substrate/primitives/version/proc-macro/Cargo.toml b/substrate/primitives/version/proc-macro/Cargo.toml index 50095bd715..929c2b0168 100644 --- a/substrate/primitives/version/proc-macro/Cargo.toml +++ b/substrate/primitives/version/proc-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-version-proc-macro" -version = "4.0.0-dev" +version = "4.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" @@ -22,4 +22,4 @@ quote = "1.0.26" syn = { version = "2.0.16", features = ["full", "fold", "extra-traits", "visit"] } [dev-dependencies] -sp-version = { version = "5.0.0", path = ".." } +sp-version = { version = "6.0.0", path = ".." } diff --git a/substrate/primitives/wasm-interface/Cargo.toml b/substrate/primitives/wasm-interface/Cargo.toml index 9a52292291..2d50aba5fe 100644 --- a/substrate/primitives/wasm-interface/Cargo.toml +++ b/substrate/primitives/wasm-interface/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-wasm-interface" -version = "7.0.0" +version = "8.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" @@ -19,7 +19,7 @@ impl-trait-for-tuples = "0.2.2" log = { version = "0.4.17", optional = true } wasmtime = { version = "8.0.1", default-features = false, optional = true } anyhow = { version = "1.0.68", optional = true } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } [features] default = ["std"] diff --git a/substrate/primitives/weights/Cargo.toml b/substrate/primitives/weights/Cargo.toml index 534d790884..3f45e2b859 100644 --- a/substrate/primitives/weights/Cargo.toml +++ b/substrate/primitives/weights/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-weights" -version = "4.0.0" +version = "5.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" @@ -17,10 +17,10 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", default-features = false, optional = true, features = ["derive", "alloc"] } smallvec = "1.8.0" -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../arithmetic" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-debug-derive = { version = "5.0.0", default-features = false, path = "../debug-derive" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-arithmetic = { version = "7.0.0", default-features = false, path = "../arithmetic" } +sp-core = { version = "8.0.0", default-features = false, path = "../core" } +sp-debug-derive = { version = "6.0.0", default-features = false, path = "../debug-derive" } +sp-std = { version = "6.0.0", default-features = false, path = "../std" } [features] default = [ "std" ] diff --git a/substrate/test-utils/client/Cargo.toml b/substrate/test-utils/client/Cargo.toml index 682c868f29..c5c0a72ada 100644 --- a/substrate/test-utils/client/Cargo.toml +++ b/substrate/test-utils/client/Cargo.toml @@ -31,8 +31,8 @@ sc-service = { version = "0.10.0-dev", default-features = false, features = [ ], path = "../../client/service" } sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-keyring = { version = "7.0.0", path = "../../primitives/keyring" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../primitives/state-machine" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-keyring = { version = "8.0.0", path = "../../primitives/keyring" } +sp-keystore = { version = "0.14.0", path = "../../primitives/keystore" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } +sp-state-machine = { version = "0.14.0", path = "../../primitives/state-machine" } diff --git a/substrate/test-utils/runtime/Cargo.toml b/substrate/test-utils/runtime/Cargo.toml index 2bcdafed96..53f028cc63 100644 --- a/substrate/test-utils/runtime/Cargo.toml +++ b/substrate/test-utils/runtime/Cargo.toml @@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] pallet-beefy-mmr = { version = "4.0.0-dev", default-features = false, path = "../../frame/beefy-mmr" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" } +sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../primitives/application-crypto" } sp-consensus-aura = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/aura" } sp-consensus-babe = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/babe" } sp-consensus-beefy = { version = "4.0.0-dev", default-features = false, path = "../../primitives/consensus/beefy" } @@ -22,18 +22,18 @@ sp-block-builder = { version = "4.0.0-dev", default-features = false, path = ".. codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../primitives/inherents" } -sp-keyring = { version = "7.0.0", optional = true, path = "../../primitives/keyring" } +sp-keyring = { version = "8.0.0", optional = true, path = "../../primitives/keyring" } memory-db = { version = "0.32.0", default-features = false } sp-offchain = { version = "4.0.0-dev", default-features = false, path = "../../primitives/offchain" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../../primitives/runtime-interface" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } +sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" } +sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../../primitives/runtime-interface" } +sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" } frame-support = { version = "4.0.0-dev", default-features = false, path = "../../frame/support" } -sp-version = { version = "5.0.0", default-features = false, path = "../../primitives/version" } +sp-version = { version = "6.0.0", default-features = false, path = "../../primitives/version" } sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } +sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" } pallet-babe = { version = "4.0.0-dev", default-features = false, path = "../../frame/babe" } pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../frame/balances" } pallet-root-testing = { version = "1.0.0-dev", default-features = false, path = "../../frame/root-testing" } @@ -43,12 +43,12 @@ frame-system = { version = "4.0.0-dev", default-features = false, path = "../../ frame-system-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../frame/system/rpc/runtime-api" } pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../frame/timestamp" } sp-consensus-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../primitives/consensus/grandpa" } -sp-trie = { version = "7.0.0", default-features = false, path = "../../primitives/trie" } +sp-trie = { version = "8.0.0", default-features = false, path = "../../primitives/trie" } sp-transaction-pool = { version = "4.0.0-dev", default-features = false, path = "../../primitives/transaction-pool" } trie-db = { version = "0.27.0", default-features = false } sc-service = { version = "0.10.0-dev", default-features = false, optional = true, features = ["test-helpers"], path = "../../client/service" } -sp-state-machine = { version = "0.13.0", default-features = false, path = "../../primitives/state-machine" } -sp-externalities = { version = "0.13.0", default-features = false, path = "../../primitives/externalities" } +sp-state-machine = { version = "0.14.0", default-features = false, path = "../../primitives/state-machine" } +sp-externalities = { version = "0.14.0", default-features = false, path = "../../primitives/externalities" } sp-debug-derive = { path = "../../primitives/debug-derive" } # 3rd party @@ -62,7 +62,7 @@ sc-block-builder = { version = "0.10.0-dev", path = "../../client/block-builder" sc-executor = { version = "0.10.0-dev", path = "../../client/executor" } sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } substrate-test-runtime-client = { version = "2.0.0", path = "./client" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" } [build-dependencies] substrate-wasm-builder = { version = "5.0.0-dev", path = "../../utils/wasm-builder", optional = true } diff --git a/substrate/test-utils/runtime/client/Cargo.toml b/substrate/test-utils/runtime/client/Cargo.toml index 986db0ba60..ef932ff6b7 100644 --- a/substrate/test-utils/runtime/client/Cargo.toml +++ b/substrate/test-utils/runtime/client/Cargo.toml @@ -21,7 +21,7 @@ sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/commo sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } substrate-test-client = { version = "2.0.0", path = "../../client" } substrate-test-runtime = { version = "2.0.0", path = "../../runtime" } diff --git a/substrate/test-utils/runtime/transaction-pool/Cargo.toml b/substrate/test-utils/runtime/transaction-pool/Cargo.toml index 5ce397474f..b84c2cf966 100644 --- a/substrate/test-utils/runtime/transaction-pool/Cargo.toml +++ b/substrate/test-utils/runtime/transaction-pool/Cargo.toml @@ -19,5 +19,5 @@ thiserror = "1.0" sc-transaction-pool = { version = "4.0.0-dev", path = "../../../client/transaction-pool" } sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } substrate-test-runtime-client = { version = "2.0.0", path = "../client" } diff --git a/substrate/utils/binary-merkle-tree/Cargo.toml b/substrate/utils/binary-merkle-tree/Cargo.toml index a54dc4f2d0..245ada68b5 100644 --- a/substrate/utils/binary-merkle-tree/Cargo.toml +++ b/substrate/utils/binary-merkle-tree/Cargo.toml @@ -16,8 +16,8 @@ hash-db = { version = "0.16.0", default-features = false } [dev-dependencies] array-bytes = "4.1" env_logger = "0.9" -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sp-core = { version = "8.0.0", path = "../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" } [features] debug = ["array-bytes", "log"] diff --git a/substrate/utils/frame/benchmarking-cli/Cargo.toml b/substrate/utils/frame/benchmarking-cli/Cargo.toml index e3ea5682d9..1c5e3fca89 100644 --- a/substrate/utils/frame/benchmarking-cli/Cargo.toml +++ b/substrate/utils/frame/benchmarking-cli/Cargo.toml @@ -42,16 +42,16 @@ sc-service = { version = "0.10.0-dev", default-features = false, path = "../../. sc-sysinfo = { version = "6.0.0-dev", path = "../../../client/sysinfo" } sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } sp-database = { version = "4.0.0-dev", path = "../../../primitives/database" } -sp-externalities = { version = "0.13.0", path = "../../../primitives/externalities" } +sp-externalities = { version = "0.14.0", path = "../../../primitives/externalities" } sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../../primitives/state-machine" } -sp-std = { version = "5.0.0", path = "../../../primitives/std" } -sp-storage = { version = "7.0.0", path = "../../../primitives/storage" } -sp-trie = { version = "7.0.0", path = "../../../primitives/trie" } +sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } +sp-state-machine = { version = "0.14.0", path = "../../../primitives/state-machine" } +sp-std = { version = "6.0.0", path = "../../../primitives/std" } +sp-storage = { version = "8.0.0", path = "../../../primitives/storage" } +sp-trie = { version = "8.0.0", path = "../../../primitives/trie" } gethostname = "0.2.3" [features] diff --git a/substrate/utils/frame/frame-utilities-cli/Cargo.toml b/substrate/utils/frame/frame-utilities-cli/Cargo.toml index 3e736b7f58..af1a9db3fa 100644 --- a/substrate/utils/frame/frame-utilities-cli/Cargo.toml +++ b/substrate/utils/frame/frame-utilities-cli/Cargo.toml @@ -15,8 +15,8 @@ clap = { version = "4.2.5", features = ["derive"] } frame-support = { version = "4.0.0-dev", path = "../../../frame/support" } frame-system = { version = "4.0.0-dev", path = "../../../frame/system" } sc-cli = { version = "0.10.0-dev", path = "../../../client/cli" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } [features] default = [] diff --git a/substrate/utils/frame/remote-externalities/Cargo.toml b/substrate/utils/frame/remote-externalities/Cargo.toml index b723c9babe..6149f1621a 100644 --- a/substrate/utils/frame/remote-externalities/Cargo.toml +++ b/substrate/utils/frame/remote-externalities/Cargo.toml @@ -17,9 +17,9 @@ codec = { package = "parity-scale-codec", version = "3.2.2" } log = "0.4.17" serde = "1.0.136" frame-support = { version = "4.0.0-dev", optional = true, path = "../../../frame/support" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-core = { version = "8.0.0", path = "../../../primitives/core" } +sp-io = { version = "8.0.0", path = "../../../primitives/io" } +sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" } tokio = { version = "1.22.0", features = ["macros", "rt-multi-thread"] } substrate-rpc-client = { path = "../rpc/client" } futures = "0.3" diff --git a/substrate/utils/frame/rpc/client/Cargo.toml b/substrate/utils/frame/rpc/client/Cargo.toml index ee9982971c..cc891f7823 100644 --- a/substrate/utils/frame/rpc/client/Cargo.toml +++ b/substrate/utils/frame/rpc/client/Cargo.toml @@ -16,7 +16,7 @@ jsonrpsee = { version = "0.16.2", features = ["ws-client"] } sc-rpc-api = { version = "0.10.0-dev", path = "../../../../client/rpc-api" } async-trait = "0.1.57" serde = "1" -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../../../primitives/runtime" } log = "0.4" [dev-dependencies] diff --git a/substrate/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml b/substrate/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml index 91f5001466..440c0f9f32 100644 --- a/substrate/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml +++ b/substrate/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml @@ -28,7 +28,7 @@ jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] # Substrate Dependencies sc-client-api = { version = "4.0.0-dev", path = "../../../../client/api" } sc-rpc-api = { version = "0.10.0-dev", path = "../../../../client/rpc-api" } -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } +sp-runtime = { version = "8.0.0", path = "../../../../primitives/runtime" } [dev-dependencies] serde_json = "1" diff --git a/substrate/utils/frame/rpc/support/Cargo.toml b/substrate/utils/frame/rpc/support/Cargo.toml index d75d3a5af5..f2b203abfd 100644 --- a/substrate/utils/frame/rpc/support/Cargo.toml +++ b/substrate/utils/frame/rpc/support/Cargo.toml @@ -20,12 +20,12 @@ jsonrpsee = { version = "0.16.2", features = ["jsonrpsee-types"] } serde = "1" frame-support = { version = "4.0.0-dev", path = "../../../../frame/support" } sc-rpc-api = { version = "0.10.0-dev", path = "../../../../client/rpc-api" } -sp-storage = { version = "7.0.0", path = "../../../../primitives/storage" } +sp-storage = { version = "8.0.0", path = "../../../../primitives/storage" } [dev-dependencies] scale-info = "2.1.1" jsonrpsee = { version = "0.16.2", features = ["ws-client", "jsonrpsee-types"] } tokio = "1.22.0" -sp-core = { version = "7.0.0", path = "../../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } +sp-core = { version = "8.0.0", path = "../../../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../../../primitives/runtime" } frame-system = { version = "4.0.0-dev", path = "../../../../frame/system" } diff --git a/substrate/utils/frame/rpc/system/Cargo.toml b/substrate/utils/frame/rpc/system/Cargo.toml index b6848ceb29..867c1efe17 100644 --- a/substrate/utils/frame/rpc/system/Cargo.toml +++ b/substrate/utils/frame/rpc/system/Cargo.toml @@ -23,12 +23,12 @@ sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../../client/tr sp-api = { version = "4.0.0-dev", path = "../../../../primitives/api" } sp-block-builder = { version = "4.0.0-dev", path = "../../../../primitives/block-builder" } sp-blockchain = { version = "4.0.0-dev", path = "../../../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } +sp-core = { version = "8.0.0", path = "../../../../primitives/core" } +sp-runtime = { version = "8.0.0", path = "../../../../primitives/runtime" } [dev-dependencies] sc-transaction-pool = { version = "4.0.0-dev", path = "../../../../client/transaction-pool" } tokio = "1.22.0" assert_matches = "1.3.0" -sp-tracing = { version = "6.0.0", path = "../../../../primitives/tracing" } +sp-tracing = { version = "7.0.0", path = "../../../../primitives/tracing" } substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" } diff --git a/substrate/utils/frame/try-runtime/cli/Cargo.toml b/substrate/utils/frame/try-runtime/cli/Cargo.toml index 7107cb15a0..851f7544af 100644 --- a/substrate/utils/frame/try-runtime/cli/Cargo.toml +++ b/substrate/utils/frame/try-runtime/cli/Cargo.toml @@ -18,20 +18,20 @@ sc-executor = { version = "0.10.0-dev", path = "../../../../client/executor" } sc-service = { version = "0.10.0-dev", default-features = false, path = "../../../../client/service" } sp-consensus-aura = { path = "../../../../primitives/consensus/aura" } sp-consensus-babe = { path = "../../../../primitives/consensus/babe" } -sp-core = { version = "7.0.0", path = "../../../../primitives/core" } -sp-externalities = { version = "0.13.0", path = "../../../../primitives/externalities" } +sp-core = { version = "8.0.0", path = "../../../../primitives/core" } +sp-externalities = { version = "0.14.0", path = "../../../../primitives/externalities" } sp-inherents = { path = "../../../../primitives/inherents" } -sp-io = { version = "7.0.0", path = "../../../../primitives/io" } -sp-keystore = { version = "0.13.0", path = "../../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } +sp-io = { version = "8.0.0", path = "../../../../primitives/io" } +sp-keystore = { version = "0.14.0", path = "../../../../primitives/keystore" } +sp-runtime = { version = "8.0.0", path = "../../../../primitives/runtime" } sp-rpc = { version = "6.0.0", path = "../../../../primitives/rpc" } -sp-state-machine = { version = "0.13.0", path = "../../../../primitives/state-machine" } +sp-state-machine = { version = "0.14.0", path = "../../../../primitives/state-machine" } sp-timestamp = { path = "../../../../primitives/timestamp" } sp-transaction-storage-proof = { path = "../../../../primitives/transaction-storage-proof" } -sp-version = { version = "5.0.0", path = "../../../../primitives/version" } +sp-version = { version = "6.0.0", path = "../../../../primitives/version" } sp-debug-derive = { path = "../../../../primitives/debug-derive" } sp-api = { path = "../../../../primitives/api" } -sp-weights = { version = "4.0.0", path = "../../../../primitives/weights" } +sp-weights = { version = "5.0.0", path = "../../../../primitives/weights" } frame-try-runtime = { optional = true, path = "../../../../frame/try-runtime" } substrate-rpc-client = { path = "../../rpc/client" }