mononoke_types: remove dependency on old_futures

Summary: Just removing unused dependencies

Reviewed By: ahornby

Differential Revision: D25492832

fbshipit-source-id: 5c9ace2c9a333a4d74239a5d7d8dfb9fbe1c772e
This commit is contained in:
Jan Mazur 2020-12-11 06:52:26 -08:00 committed by Facebook GitHub Bot
parent 0e42501108
commit 47dd7719f7
2 changed files with 1 additions and 2 deletions

View File

@ -379,6 +379,7 @@ members = [
]
[patch.crates-io]
addr2line = { git ="https://github.com/gimli-rs/addr2line.git", rev = "0b6b6018b5b252a18e628fba03885f7d21844b3c" }
bytecount = { git = "https://github.com/llogiq/bytecount", rev = "469eaf8395c99397cd64d059737a9054aa014088" }
chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" }
const-random = { git = "https://github.com/fbsource/const-random", rev = "374c5b46427fe2ffbf6acbd9c1687e0f1a809f95" }

View File

@ -13,7 +13,6 @@ edenapi_types = { path = "../../scm/lib/edenapi/types" }
mononoke_types-thrift = { path = "if" }
xdiff = { path = "../../scm/lib/xdiff" }
fbthrift = { git = "https://github.com/facebook/fbthrift.git", branch = "master" }
futures_ext = { package = "futures_01_ext", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
sorted_vector_map = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
sql = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
abomonation = "0.7"
@ -27,7 +26,6 @@ bytes = { version = "0.5", features = ["serde"] }
chrono = { version = "0.4", features = ["serde"] }
faster-hex = "0.4"
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1" }
itertools = "0.8"
lazy_static = "1.0"
quickcheck = "0.9"