Unverified Commit 576d8379 authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by GitHub
Browse files

chore(deps): tokio ^1.16 (#926)

parent 1f6368d2
Pipeline #224885 failed with stages
in 5 minutes and 35 seconds
......@@ -21,7 +21,7 @@ futures-channel = { version = "0.3.14", default-features = false, optional = tru
futures-util = { version = "0.3.14", default-features = false, features = ["alloc"], optional = true }
http = { version = "0.2", optional = true }
tokio-util = { version = "0.7", features = ["compat"], optional = true }
tokio = { version = "1", features = ["net", "time", "macros"], optional = true }
tokio = { version = "1.16", features = ["net", "time", "macros"], optional = true }
pin-project = { version = "1", optional = true }
rustls-native-certs = { version = "0.6", optional = true }
webpki-roots = { version = "0.22", optional = true }
......
......@@ -18,7 +18,7 @@ http = "0.2.0"
[dev-dependencies]
tracing-subscriber = { version = "0.3.3", features = ["env-filter"] }
jsonrpsee-test-utils = { path = "../../test-utils" }
tokio = { version = "1", features = ["macros"] }
tokio = { version = "1.16", features = ["macros"] }
serde_json = "1"
[features]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment