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
@@ -1,6 +1,6 @@
[package]
name = "sp-state-machine"
version = "0.14.0"
version = "0.28.0"
authors = ["Parity Technologies <admin@parity.io>"]
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 = "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" }
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
sp-externalities = { version = "0.19.0", default-features = false, path = "../externalities" }
sp-panic-handler = { version = "8.0.0", optional = true, path = "../panic-handler" }
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
sp-trie = { version = "22.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 = "8.0.0", path = "../runtime" }
sp-runtime = { version = "24.0.0", path = "../runtime" }
trie-db = "0.27.1"
assert_matches = "1.5"