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:
@ -16,8 +16,13 @@ chrono = { version = "0.4.11", features = ["serde"] }
|
|||||||
chrono-humanize = "0.2.1"
|
chrono-humanize = "0.2.1"
|
||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
fs_extra = "1.2.0"
|
fs_extra = "1.2.0"
|
||||||
|
<<<<<<< HEAD
|
||||||
futures = "0.3.18"
|
futures = "0.3.18"
|
||||||
itertools = "0.10.1"
|
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"
|
lazy_static = "1.4.0"
|
||||||
libc = "0.2.108"
|
libc = "0.2.108"
|
||||||
log = { version = "0.4.14" }
|
log = { version = "0.4.14" }
|
||||||
|
Reference in New Issue
Block a user