mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 02:21:14 +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:
@@ -78,7 +78,7 @@ parity-util-mem = { version = "0.11.0", default-features = false, features = [
|
||||
"primitive-types",
|
||||
] }
|
||||
async-trait = "0.1.50"
|
||||
tokio = { version = "1.15", features = ["time", "rt-multi-thread", "parking_lot"] }
|
||||
tokio = { version = "1.17.0", features = ["time", "rt-multi-thread", "parking_lot"] }
|
||||
tempfile = "3.1.0"
|
||||
directories = "4.0.1"
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
hex = "0.4"
|
||||
hex-literal = "0.3.4"
|
||||
tempfile = "3.1.0"
|
||||
tokio = { version = "1.15.0", features = ["time"] }
|
||||
tokio = { version = "1.17.0", features = ["time"] }
|
||||
log = "0.4.8"
|
||||
fdlimit = "0.2.1"
|
||||
parking_lot = "0.12.0"
|
||||
|
||||
Reference in New Issue
Block a user