Skip to content

Commit

Permalink
third-party/rust: update futures
Browse files Browse the repository at this point in the history
Summary:
Those newer versions of Futures have compatibility improvements with Tokio,
notably:

- rust-lang/futures-rs#2333
- rust-lang/futures-rs#2358

Reviewed By: farnz

Differential Revision: D26778794

fbshipit-source-id: 5a9dc002083e5edfa5c614d8d2242e586a93fcf6
  • Loading branch information
krallin authored and facebook-github-bot committed Mar 4, 2021
1 parent 734ea4d commit 2a803fc
Show file tree
Hide file tree
Showing 148 changed files with 189 additions and 189 deletions.
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/fastreplay/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1.29"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/hgserverconf/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1.29"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/lfs_server/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1.29"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/loadshedding/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1.29"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/observability/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1.29"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/pushredirect/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1.29"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
Expand Down
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1.29"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
repos = { version = "0.1.0", path = "../repos" }
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/repos/repos/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1.29"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/tunables/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1.29"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/xdb_gc/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1.29"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
Expand Down
4 changes: 2 additions & 2 deletions eden/mononoke/Cargo.toml
Expand Up @@ -147,8 +147,8 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth
filenodes = { version = "0.1.0", path = "filenodes" }
filestore = { version = "0.1.0", path = "filestore" }
fsnodes = { version = "0.1.0", path = "derived_data/fsnodes" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.30" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.31" }
futures-util = "0.3.7"
futures_03_ext = { package = "futures_ext", version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
futures_ext = { package = "futures_01_ext", version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
Expand Down
4 changes: 2 additions & 2 deletions eden/mononoke/benchmark/Cargo.toml
Expand Up @@ -38,8 +38,8 @@ fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rus
filenodes = { version = "0.1.0", path = "../filenodes" }
filestore = { version = "0.1.0", path = "../filestore" }
fsnodes = { version = "0.1.0", path = "../derived_data/fsnodes" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.30" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.31" }
futures_ext = { package = "futures_01_ext", version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
memblob = { version = "0.1.0", path = "../blobstore/memblob" }
Expand Down
4 changes: 2 additions & 2 deletions eden/mononoke/blobimport_lib/Cargo.toml
Expand Up @@ -20,8 +20,8 @@ consts = { version = "0.1.0", path = "consts" }
context = { version = "0.1.0", path = "../server/context" }
derived_data_utils = { version = "0.1.0", path = "../derived_data/utils" }
failure_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.30" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.31" }
futures_01_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
futures_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
lfs_import_lib = { version = "0.1.0", path = "../lfs_import_lib" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobrepo/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ changesets = { version = "0.1.0", path = "../changesets" }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
context = { version = "0.1.0", path = "../server/context" }
filestore = { version = "0.1.0", path = "../filestore" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
metaconfig_types = { version = "0.1.0", path = "../metaconfig/types" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
phases = { version = "0.1.0", path = "../phases" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobrepo/blobrepo_hg/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ changesets = { version = "0.1.0", path = "../../changesets" }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
context = { version = "0.1.0", path = "../../server/context" }
filenodes = { version = "0.1.0", path = "../../filenodes" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
manifest = { version = "0.1.0", path = "../../manifest" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobrepo/blobsync/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/r
bytes = { version = "0.5", features = ["serde"] }
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
fbinit-tokio-02 = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
memblob = { version = "0.1.0", path = "../../blobstore/memblob" }
redactedblobstore = { version = "0.1.0", path = "../../blobstore/redactedblobstore" }
scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
2 changes: 1 addition & 1 deletion eden/mononoke/blobrepo/common/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ blobstore = { version = "0.1.0", path = "../../blobstore" }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
context = { version = "0.1.0", path = "../../server/context" }
filenodes = { version = "0.1.0", path = "../../filenodes" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
manifest = { version = "0.1.0", path = "../../manifest" }
maplit = "1.0"
mercurial_types = { version = "0.1.0", path = "../../mercurial/types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobrepo/factory/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rus
filenodes = { version = "0.1.0", path = "../../filenodes" }
filestore = { version = "0.1.0", path = "../../filestore" }
fsnodes = { version = "0.1.0", path = "../../derived_data/fsnodes" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures_watchdog = { version = "0.1.0", path = "../../common/futures_watchdog" }
git_types = { version = "0.1.0", path = "../../git/git_types" }
maplit = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions eden/mononoke/blobrepo_utils/Cargo.toml
Expand Up @@ -19,8 +19,8 @@ cacheblob = { version = "0.1.0", path = "../blobstore/cacheblob" }
chashmap = "2.2"
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
context = { version = "0.1.0", path = "../server/context" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.30" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.31" }
futures_ext = { package = "futures_01_ext", version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
manifest = { version = "0.1.0", path = "../manifest" }
mercurial_derived_data = { version = "0.1.0", path = "../derived_data/mercurial_derived_data" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1.29"
auto_impl = "0.4"
bytes = { version = "0.5", features = ["serde"] }
context = { version = "0.1.0", path = "../server/context" }
futures-old = { package = "futures", version = "0.1.30" }
futures-old = { package = "futures", version = "0.1.31" }
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_derive = "1.0"
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
Expand Down
4 changes: 2 additions & 2 deletions eden/mononoke/blobstore/cacheblob/Cargo.toml
Expand Up @@ -16,8 +16,8 @@ cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rus
context = { version = "0.1.0", path = "../../server/context" }
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.30" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.31" }
futures_ext = { package = "futures_01_ext", version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
hostname = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
lock_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/delayblob/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ anyhow = "1.0"
async-trait = "0.1.29"
blobstore = { version = "0.1.0", path = ".." }
context = { version = "0.1.0", path = "../../server/context" }
futures-old = { package = "futures", version = "0.1.30" }
futures-old = { package = "futures", version = "0.1.31" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
rand = { version = "0.7", features = ["small_rng"] }
rand_distr = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions eden/mononoke/blobstore/factory/Cargo.toml
Expand Up @@ -14,8 +14,8 @@ cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimen
chaosblob = { version = "0.1.0", path = "../chaosblob" }
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
fileblob = { version = "0.1.0", path = "../fileblob" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.30" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.31" }
futures_ext = { package = "futures_01_ext", version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
logblob = { version = "0.1.0", path = "../logblob" }
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/if/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1.29"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
Expand Down
4 changes: 2 additions & 2 deletions eden/mononoke/blobstore/memblob/Cargo.toml
Expand Up @@ -10,6 +10,6 @@ anyhow = "1.0"
async-trait = "0.1.29"
blobstore = { version = "0.1.0", path = ".." }
context = { version = "0.1.0", path = "../../server/context" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.30" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.31" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/multiplexedblob/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ blobstore_sync_queue = { version = "0.1.0", path = "../../blobstore_sync_queue"
chrono = { version = "0.4", features = ["serde"] }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
context = { version = "0.1.0", path = "../../server/context" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
itertools = "0.8"
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
Expand Down
4 changes: 2 additions & 2 deletions eden/mononoke/blobstore/packblob/Cargo.toml
Expand Up @@ -14,8 +14,8 @@ bufsize = "0.5"
bytes = { version = "0.5", features = ["serde"] }
context = { version = "0.1.0", path = "../../server/context" }
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.30" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.31" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
packblob_thrift = { version = "0.1.0", path = "if" }
zstd = "=0.5.3+zstd.1.4.5"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/packblob/if/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ bytes = { version = "0.5", features = ["serde"] }
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/redactedblobstore/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ anyhow = "1.0"
async-trait = "0.1.29"
blobstore = { version = "0.1.0", path = ".." }
context = { version = "0.1.0", path = "../../server/context" }
futures-old = { package = "futures", version = "0.1.30" }
futures-old = { package = "futures", version = "0.1.31" }
futures_ext = { package = "futures_01_ext", version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
Expand Down
4 changes: 2 additions & 2 deletions eden/mononoke/blobstore/sqlblob/Cargo.toml
Expand Up @@ -13,8 +13,8 @@ bytes = { version = "0.5", features = ["serde"] }
cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
context = { version = "0.1.0", path = "../../server/context" }
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.30" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.31" }
futures_ext = { package = "futures_01_ext", version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
nonzero_ext = "0.2"
Expand Down
Expand Up @@ -15,7 +15,7 @@ cacheblob = { version = "0.1.0", path = "../cacheblob" }
cachelib = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
context = { version = "0.1.0", path = "../../server/context" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
scopeguard = "1.0.0"
Expand Down

0 comments on commit 2a803fc

Please sign in to comment.