Bump sp-crates from latest crates.io version + release (#14265)

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-05-31 15:11:01 +03:00
committed by GitHub
parent 01c1c14687
commit 3da9449067
227 changed files with 921 additions and 921 deletions
+11 -11
View File
@@ -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 = "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" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-externalities = { version = "0.19.0", path = "../../primitives/externalities" }
sp-io = { version = "23.0.0", path = "../../primitives/io" }
sp-panic-handler = { version = "8.0.0", path = "../../primitives/panic-handler" }
sp-runtime-interface = { version = "17.0.0", path = "../../primitives/runtime-interface" }
sp-trie = { version = "22.0.0", path = "../../primitives/trie" }
sp-version = { version = "22.0.0", path = "../../primitives/version" }
sp-wasm-interface = { version = "14.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.14.0", path = "../../primitives/state-machine" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" }
sp-runtime = { version = "24.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 = "7.0.0", path = "../../primitives/tracing" }
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
tracing-subscriber = "0.2.19"
paste = "1.0"
regex = "1.6.0"