Bump Substrate dependencies (#840)

This commit is contained in:
Piotr Mikołajczyk
2023-02-28 11:00:15 +01:00
committed by GitHub
parent 924acedf6e
commit 1c5faf3f8f
5 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -23,9 +23,9 @@ futures = "0.3.26"
hex = "0.4.3"
regex = "1.5.0"
scale-info = { version = "2.0.0", features = ["bit-vec"] }
sp-core = { version = "16.0.0", default-features = false }
sp-keyring = "18.0.0"
sp-runtime = "18.0.0"
sp-core = { version = "18.0.0", default-features = false }
sp-keyring = "20.0.0"
sp-runtime = "20.0.0"
syn = "1.0.109"
subxt = { version = "0.27.1", path = "../../subxt" }
subxt-codegen = { version = "0.27.1", path = "../../codegen" }