File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
lightning-background-processor Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,14 @@ rustdoc-args = ["--cfg", "docsrs"]
17
17
bitcoin = " 0.29.0"
18
18
lightning = { version = " 0.0.111" , path = " ../lightning" , features = [" std" ] }
19
19
lightning-rapid-gossip-sync = { version = " 0.0.111" , path = " ../lightning-rapid-gossip-sync" }
20
- futures = { version = " 0.3" , optional = true }
20
+ futures = { version = " =0.3.17" , optional = true }
21
+ futures-core = { version = " =0.3.17" , optional = true }
22
+ futures-task = { version = " =0.3.17" , optional = true }
23
+ futures-channel = { version = " =0.3.17" , optional = true }
24
+ futures-executor = { version = " =0.3.17" , optional = true }
25
+ futures-io = { version = " =0.3.17" , optional = true }
26
+ futures-sink = { version = " =0.3.17" , optional = true }
27
+ futures-util = { version = " =0.3.17" , optional = true }
21
28
22
29
[dev-dependencies ]
23
30
lightning = { version = " 0.0.111" , path = " ../lightning" , features = [" _test_utils" ] }
You can’t perform that action at this time.
0 commit comments