mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Bump tokio to 1.17.0 (#10894)
* Bump `tokio` to 0.17.0 * Revert version changes to scale-info Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
This commit is contained in:
@@ -17,9 +17,9 @@ log = "0.4.8"
|
||||
prometheus = { version = "0.13.0", default-features = false }
|
||||
futures-util = { version = "0.3.19", default-features = false, features = ["io"] }
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1.15", features = ["parking_lot"] }
|
||||
tokio = { version = "1.17.0", features = ["parking_lot"] }
|
||||
hyper = { version = "0.14.16", default-features = false, features = ["http1", "server", "tcp"] }
|
||||
|
||||
[dev-dependencies]
|
||||
hyper = { version = "0.14.16", features = ["client"] }
|
||||
tokio = { version = "1.15", features = ["rt-multi-thread"] }
|
||||
tokio = { version = "1.17.0", features = ["rt-multi-thread"] }
|
||||
|
||||
Reference in New Issue
Block a user