mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 18:35:41 +00:00
Update tokio to make sure to include the deadlock fix (#896)
This commit is contained in:
@@ -8,7 +8,7 @@ edition = "2018"
|
||||
futures = "0.3.4"
|
||||
futures-timer = "2.0"
|
||||
parking_lot = "0.9.0"
|
||||
tokio = { version = "0.2.10", features = ["rt-core", "blocking"] }
|
||||
tokio = { version = "0.2.13", features = ["rt-core", "blocking"] }
|
||||
derive_more = "0.14.1"
|
||||
log = "0.4.8"
|
||||
exit-future = "0.2.0"
|
||||
|
||||
Reference in New Issue
Block a user