Update sp-crates from crates.io

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-05-31 17:58:50 +03:00
parent c03a93e62e
commit 77cfeb7113
2 changed files with 76 additions and 93 deletions
+5 -5
View File
@@ -78,11 +78,11 @@ tokio-stream = "0.1.14"
futures-util = "0.3.28"
# Substrate crates:
sp-core = { git = "https://github.com/paritytech/substrate.git", default-features = false }
sp-core-hashing = { git = "https://github.com/paritytech/substrate.git" }
sp-runtime = { git = "https://github.com/paritytech/substrate.git" }
sp-keyring = { git = "https://github.com/paritytech/substrate.git" }
sp-version = { git = "https://github.com/paritytech/substrate.git" }
sp-core = { version = "21.0.0", default-features = false }
sp-core-hashing = "9.0.0"
sp-runtime = "24.0.0"
sp-keyring = "24.0.0"
sp-version = "22.0.0"
# Subxt workspace crates:
subxt = { version = "0.28.0", path = "subxt" }