mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
Bump tokio to 1.17.0 (#1014)
This commit is contained in:
@@ -9,7 +9,7 @@ codec = { package = "parity-scale-codec", version = "2.3.0" }
|
||||
rand = "0.8.5"
|
||||
serde = { version = "1.0.132", features = ["derive"] }
|
||||
async-trait = "0.1.42"
|
||||
tokio = { version = "1.10", features = ["macros"] }
|
||||
tokio = { version = "1.17.0", features = ["macros"] }
|
||||
|
||||
# Substrate
|
||||
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
Reference in New Issue
Block a user