From 2a6dcb2ffde8be530717655b88844705bd39bb4d Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 14 Dec 2021 12:02:53 -0800 Subject: [PATCH] Futures 0.3.18 has been yanked, back off to .17 --- ledger/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index c6391bedcd..925217c876 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -16,7 +16,7 @@ chrono = { version = "0.4.11", features = ["serde"] } chrono-humanize = "0.2.1" crossbeam-channel = "0.5" fs_extra = "1.2.0" -futures = "0.3.18" +futures = "0.3.17" itertools = "0.10.3" lazy_static = "1.4.0" libc = "0.2.112"