Skip to content

Commit 8a4dff7

Browse files
committed
f - Update tokio to version 1.0
1 parent 676af73 commit 8a4dff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning-block-sync/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ rpc-client = [ "serde_json", "chunked_transfer" ]
1515
[dependencies]
1616
bitcoin = "0.24"
1717
lightning = { version = "0.0.12", path = "../lightning" }
18-
tokio = { version = ">=0.2.12", features = [ "tcp", "io-util", "dns" ], optional = true }
18+
tokio = { version = "1.0", features = [ "net", "io-util" ], optional = true }
1919
serde_json = { version = "1", optional = true }
2020
chunked_transfer = { version = "1.3.0", optional = true }
2121
futures = { version = "0.3.8" }
2222

2323
[dev-dependencies]
24-
tokio = { version = ">=0.2.12", features = [ "macros", "rt-core" ] }
24+
tokio = { version = "1.0", features = [ "macros", "rt" ] }

0 commit comments

Comments
 (0)