From 1239c7ef5194b6b0fa08a8116e1b84f4a7a728ab Mon Sep 17 00:00:00 2001 From: Richard Ulrich Date: Thu, 31 Mar 2022 16:22:47 +0200 Subject: [PATCH] updating tokio to 1.17x --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cda439900..5b904b57f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ bitcoincore-rpc = { version = "0.14", optional = true } # Platform-specific dependencies [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -tokio = { version = "~1.14", features = ["rt"] } +tokio = { version = "~1.17", features = ["rt"] } [target.'cfg(target_arch = "wasm32")'.dependencies] async-trait = "0.1"