Futures 0.3.18 has been yanked, back off to .17

(cherry picked from commit 2a6dcb2ffd)

# Conflicts:
#	ledger/Cargo.toml
This commit is contained in:
Michael Vines
2021-12-14 12:02:53 -08:00
parent a056fd88cb
commit 5c3fbb384f

View File

@ -16,8 +16,13 @@ chrono = { version = "0.4.11", features = ["serde"] }
chrono-humanize = "0.2.1"
crossbeam-channel = "0.5"
fs_extra = "1.2.0"
<<<<<<< HEAD
futures = "0.3.18"
itertools = "0.10.1"
=======
futures = "0.3.17"
itertools = "0.10.3"
>>>>>>> 2a6dcb2ff (Futures 0.3.18 has been yanked, back off to .17)
lazy_static = "1.4.0"
libc = "0.2.108"
log = { version = "0.4.14" }