mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
Bump Substrate dependencies (#840)
This commit is contained in:
committed by
GitHub
parent
924acedf6e
commit
1c5faf3f8f
+3
-3
@@ -15,10 +15,10 @@ description = "Subxt example usage"
|
||||
[dev-dependencies]
|
||||
subxt = { path = "../subxt" }
|
||||
tokio = { version = "1.25", features = ["rt-multi-thread", "macros", "time"] }
|
||||
sp-keyring = "18.0.0"
|
||||
sp-keyring = "20.0.0"
|
||||
futures = "0.3.26"
|
||||
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 = "16.0.0", default-features = false }
|
||||
sp-runtime = "18.0.0"
|
||||
sp-core = { version = "18.0.0", default-features = false }
|
||||
sp-runtime = "20.0.0"
|
||||
|
||||
Reference in New Issue
Block a user