mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Update tokio to make sure to include the deadlock fix (#896)
This commit is contained in:
@@ -12,7 +12,7 @@ parking_lot = "0.9.0"
|
||||
derive_more = "0.99"
|
||||
log = "0.4.8"
|
||||
futures = "0.3.4"
|
||||
tokio = { version = "0.2.10", features = ["rt-core"] }
|
||||
tokio = { version = "0.2.13", features = ["rt-core"] }
|
||||
exit-future = "0.2.0"
|
||||
codec = { package = "parity-scale-codec", version = "1.1.0", features = ["derive"] }
|
||||
sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
|
||||
|
||||
Reference in New Issue
Block a user