update deps, primarily Substrate ones (#905)

This commit is contained in:
James Wilson
2023-04-11 16:30:21 +01:00
committed by GitHub
parent 9bcfff3bf4
commit a36a6913bc
6 changed files with 376 additions and 220 deletions
+3 -3
View File
@@ -15,10 +15,10 @@ description = "Subxt example usage"
[dev-dependencies]
subxt = { path = "../subxt" }
tokio = { version = "1.27", features = ["rt-multi-thread", "macros", "time"] }
sp-keyring = "20.0.0"
futures = "0.3.27"
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
hex = "0.4.3"
tracing-subscriber = "0.3.11"
sp-core = { version = "18.0.0", default-features = false }
sp-runtime = "20.0.0"
sp-keyring = "23.0.0"
sp-core = { version = "20.0.0", default-features = false }
sp-runtime = "23.0.0"