Update tokio to 1.15

Reviewed By: Imxset21

Differential Revision: D33759920

fbshipit-source-id: 7fd02dc93a7c1c564454a1fece3ff4b12dba3d3e
This commit is contained in:
Andres Suarez 2022-01-25 01:23:59 -08:00 committed by Facebook GitHub Bot
parent 25a1c455fe
commit edd73c3cb8
127 changed files with 127 additions and 127 deletions

View File

@ -20,7 +20,7 @@ serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_dep
subprocess = "0.2.7"
sysinfo = "=0.17.2"
thrift-types = { version = "0.1.0", path = "../../../scm/lib/thrift-types" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-uds-compat = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
toml = "=0.5.8"
tracing = "0.1.29"

View File

@ -25,7 +25,7 @@ structopt = "0.3.23"
subprocess = "0.2.7"
termwiz = { version = "0.15", features = ["widgets"] }
thrift-types = { version = "0.1.0", path = "../../../scm/lib/thrift-types" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
toml = "=0.5.8"
tracing = "0.1.29"
util = { version = "0.1.0", path = "../../../scm/lib/util" }

View File

@ -9,4 +9,4 @@ edition = "2021"
futures = { version = "0.3.13", features = ["async-await", "compat"] }
num_cpus = "1.11"
once_cell = "1.8"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }

View File

@ -11,7 +11,7 @@ manifest = { path = "../manifest", features = ["for-tests"] }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
pathmatcher = { path = "../pathmatcher" }
revisionstore = { path = "../revisionstore" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tracing = "0.1.29"
types = { path = "../types" }
vfs = { path = "../vfs" }

View File

@ -13,7 +13,7 @@ futures = { version = "0.3.13", features = ["async-await", "compat"] }
itertools = "0.10.3"
[dev-dependencies]
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[features]
default = ["python3"]

View File

@ -52,7 +52,7 @@ mincode = { path = "../mincode" }
minibench = { path = "../minibench" }
once_cell = "1.8"
quickcheck = "1.0"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
unicode-width = "0.1"
[features]

View File

@ -32,7 +32,7 @@ serde_cbor = "0.11"
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] }
structopt = "0.3.23"
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tracing = "0.1.29"
types = { path = "../types" }
url = "2.2.2"

View File

@ -12,7 +12,7 @@ clidispatch = { path = "../clidispatch" }
libc = "0.2.98"
sha2 = "0.8"
thrift-types = { path = "../thrift-types" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[target.'cfg(unix)'.dependencies]
fbthrift_socket = { package = "fbthrift_socket_eden_oss", path = "../third-party/rust/fbthrift_socket" }

View File

@ -26,7 +26,7 @@ serde_cbor = "0.11"
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] }
structopt = "0.3.23"
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tracing = "0.1.29"
url = "2.2.2"

View File

@ -9,7 +9,7 @@ arc-swap = "1.1"
once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
paste = "1.0"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tracing = "0.1.29"
[dev-dependencies]

View File

@ -44,7 +44,7 @@ sha2 = "0.8"
streams = { path = "../streams" }
tempfile = "3.2"
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tracing = "0.1.29"
types = { path = "../types" }
url = "2.2.2"

View File

@ -11,4 +11,4 @@ pin-project = "0.4.28"
[dev-dependencies]
anyhow = "1.0.51"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }

View File

@ -12,7 +12,7 @@ fsinfo = { path = "../fsinfo" }
libc = "0.2.98"
minibytes = { path = "../minibytes" }
once_cell = "1.8"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
types = { path = "../types" }
util = { path = "../util" }

View File

@ -135,7 +135,7 @@ sql_ext = { version = "0.1.0", path = "common/rust/sql_ext" }
sqlblob = { version = "0.1.0", path = "blobstore/sqlblob" }
streaming_clone = { version = "0.1.0", path = "repo_client/streaming_clone" }
tempfile = "3.2"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
toml = "=0.5.8"

View File

@ -92,7 +92,7 @@ source_control = { version = "0.1.0", path = "../scs/if" }
sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
synced_commit_mapping = { version = "0.1.0", path = "../commit_rewriting/synced_commit_mapping" }
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-util = { version = "0.6", features = ["full"] }
unodes = { version = "0.1.0", path = "../derived_data/unodes" }
xdiff = { version = "0.1.0", path = "../../scm/lib/xdiff" }

View File

@ -52,7 +52,7 @@ skiplist = { version = "0.1.0", path = "../reachabilityindex/skiplist" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
topo_sort = { version = "0.1.0", path = "../common/topo_sort" }
tunables = { version = "0.1.0", path = "../tunables" }

View File

@ -33,7 +33,7 @@ mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
prefixblob = { version = "0.1.0", path = "../blobstore/prefixblob" }
rand = { version = "0.8", features = ["small_rng"] }
throttledblob = { version = "0.1.0", path = "../blobstore/throttledblob" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-util = { version = "0.6", features = ["full"] }
tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -64,7 +64,7 @@ skiplist = { version = "0.1.0", path = "../../reachabilityindex/skiplist" }
sql_construct = { version = "0.1.0", path = "../../common/sql_construct" }
sqlphases = { version = "0.1.0", path = "../../phases/sqlphases" }
test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -32,7 +32,7 @@ mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
phases = { version = "0.1.0", path = "../phases" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
synced_commit_mapping = { version = "0.1.0", path = "../commit_rewriting/synced_commit_mapping" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -33,7 +33,7 @@ repo_blobstore = { version = "0.1.0", path = "../repo_blobstore" }
scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
uuid = { version = "0.8.1", features = ["serde", "v4", "v5"] }
[patch.crates-io]

View File

@ -30,7 +30,7 @@ mercurial_types = { version = "0.1.0", path = "../mercurial/types" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -28,7 +28,7 @@ prefixblob = { version = "0.1.0", path = "../prefixblob" }
redactedblobstore = { version = "0.1.0", path = "../redactedblobstore" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../../tunables" }
[dev-dependencies]

View File

@ -16,7 +16,7 @@ futures-old = { package = "futures", version = "0.1.31" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
rand = { version = "0.8", features = ["small_rng"] }
rand_distr = "0.4"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -15,7 +15,7 @@ context = { version = "0.1.0", path = "../../server/context" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
percent-encoding = "2.1"
tempfile = "3.2"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
walkdir = "2.3"
[dev-dependencies]

View File

@ -28,7 +28,7 @@ strum = "0.21"
strum_macros = "0.21"
thiserror = "1.0.29"
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../../tunables" }
twox-hash = "1.6.1"

View File

@ -25,7 +25,7 @@ serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_dep
sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
twox-hash = "1.6.1"
xdb_gc_structs = { version = "0.1.0", path = "../../../../configerator/structs/scm/mononoke/xdb_gc" }

View File

@ -23,7 +23,7 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
scopeguard = "1.0.0"
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../../tunables" }
twox-hash = "1.6.1"

View File

@ -35,7 +35,7 @@ rand = { version = "0.8", features = ["small_rng"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
sql_construct = { version = "0.1.0", path = "../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
bytes = { version = "1.1", features = ["serde"] }

View File

@ -25,7 +25,7 @@ sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-s
sql_construct = { version = "0.1.0", path = "../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
uuid = { version = "0.8.1", features = ["serde", "v4", "v5"] }
[dev-dependencies]

View File

@ -30,7 +30,7 @@ mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks"
pushrebase = { version = "0.1.0", path = "../../pushrebase" }
test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" }
tests_utils = { version = "0.1.0", path = "../../tests/utils" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -31,7 +31,7 @@ pushrebase = { version = "0.1.0", path = "../../pushrebase" }
rand = { version = "0.8", features = ["small_rng"] }
test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" }
tests_utils = { version = "0.1.0", path = "../../tests/utils" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -28,7 +28,7 @@ fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rus
maplit = "1.0"
mononoke_types-mocks = { version = "0.1.0", path = "../mononoke_types/mocks" }
quickcheck = "1.0"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -38,7 +38,7 @@ futures-old = { package = "futures", version = "0.1.31" }
maplit = "1.0"
mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks" }
quickcheck = "1.0"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -39,7 +39,7 @@ repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity
skeleton_manifest = { version = "0.1.0", path = "../../derived_data/skeleton_manifest" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../../tunables" }
unodes = { version = "0.1.0", path = "../../derived_data/unodes" }

View File

@ -17,7 +17,7 @@ mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
phases = { version = "0.1.0", path = "../phases" }
strum = "0.21"
strum_macros = "0.21"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
blobrepo = { version = "0.1.0", path = "../blobrepo" }

View File

@ -21,7 +21,7 @@ criterion = "=0.3.1"
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
phases = { version = "0.1.0", path = "../../phases" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -31,7 +31,7 @@ mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
revset = { version = "0.1.0", path = "../revset" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -53,7 +53,7 @@ sql_construct = { version = "0.1.0", path = "../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
strum = "0.21"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../tunables" }
[patch.crates-io]

View File

@ -21,7 +21,7 @@ rendezvous = { version = "0.1.0", path = "../../common/rendezvous" }
scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -25,7 +25,7 @@ rendezvous = { version = "0.1.0", path = "../../common/rendezvous" }
repo_factory = { version = "0.1.0", path = "../../repo_factory" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -21,7 +21,7 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
repo_factory = { version = "0.1.0", path = "../../repo_factory" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
[patch.crates-io]

View File

@ -29,7 +29,7 @@ reachabilityindex = { version = "0.1.0", path = "../../reachabilityindex" }
revset = { version = "0.1.0", path = "../../revset" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -39,7 +39,7 @@ sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
synced_commit_mapping = { version = "0.1.0", path = "../synced_commit_mapping" }
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
ascii = "1.0"

View File

@ -25,7 +25,7 @@ scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
synced_commit_mapping = { version = "0.1.0", path = "../synced_commit_mapping" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
cross_repo_sync_test_utils = { version = "0.1.0", path = "../cross_repo_sync/test_utils" }

View File

@ -40,7 +40,7 @@ sql_construct = { version = "0.1.0", path = "../../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
synced_commit_mapping = { version = "0.1.0", path = "../synced_commit_mapping" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
cross_repo_sync_test_utils = { version = "0.1.0", path = "../cross_repo_sync/test_utils" }

View File

@ -48,7 +48,7 @@ slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
synced_commit_mapping = { version = "0.1.0", path = "../synced_commit_mapping" }
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
topo_sort = { version = "0.1.0", path = "../../common/topo_sort" }
tunables = { version = "0.1.0", path = "../../tunables" }

View File

@ -51,7 +51,7 @@ slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
synced_commit_mapping = { version = "0.1.0", path = "../synced_commit_mapping" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
unodes = { version = "0.1.0", path = "../../derived_data/unodes" }

View File

@ -38,7 +38,7 @@ scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
skiplist = { version = "0.1.0", path = "../../reachabilityindex/skiplist" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
synced_commit_mapping = { version = "0.1.0", path = "../synced_commit_mapping" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
cross_repo_sync_test_utils = { version = "0.1.0", path = "../cross_repo_sync/test_utils" }

View File

@ -18,7 +18,7 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental
[dev-dependencies]
nonzero_ext = "0.2"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -18,7 +18,7 @@ chrono = { version = "0.4", features = ["clock", "serde", "std"], default-featur
futures = { version = "0.3.13", features = ["async-await", "compat"] }
nonzero_ext = "0.2"
ratelimit_meter = "5"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -21,7 +21,7 @@ maplit = "1.0"
pretty_assertions = "0.6"
quickcheck = "1.0"
quickcheck_async = "0.1.1"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -17,7 +17,7 @@ futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
rand = { version = "0.8", features = ["small_rng"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -19,7 +19,7 @@ futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimen
shared_error = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../../tunables" }
[dev-dependencies]

View File

@ -20,7 +20,7 @@ itertools = "0.10.3"
memcache = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
once_cell = "1.8"
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
abomonation_derive = "0.5"

View File

@ -19,7 +19,7 @@ sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-s
sql_common = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
timeseries = { version = "0.1.0", path = "../../timeseries" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../../../tunables" }
[dev-dependencies]

View File

@ -30,7 +30,7 @@ metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
unodes = { version = "0.1.0", path = "../unodes" }
[dev-dependencies]

View File

@ -30,7 +30,7 @@ maplit = "1.0"
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" }
sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
unodes = { version = "0.1.0", path = "../unodes" }
[dev-dependencies]

View File

@ -20,7 +20,7 @@ derived_data_manager = { version = "0.1.0", path = "../manager" }
derived_data_service_if = { version = "0.1.0", path = "../remote/if" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -34,7 +34,7 @@ mutable_renames = { version = "0.1.0", path = "../../mutable_renames" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
thiserror = "1.0.29"
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../../tunables" }
unodes = { version = "0.1.0", path = "../unodes" }

View File

@ -41,7 +41,7 @@ revset = { version = "0.1.0", path = "../../revset" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" }
tests_utils = { version = "0.1.0", path = "../../tests/utils" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -47,7 +47,7 @@ repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_deri
revset = { version = "0.1.0", path = "../../revset" }
test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" }
tests_utils = { version = "0.1.0", path = "../../tests/utils" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -38,7 +38,7 @@ scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.29"
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
topo_sort = { version = "0.1.0", path = "../../common/topo_sort" }
tunables = { version = "0.1.0", path = "../../tunables" }

View File

@ -31,7 +31,7 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
blobrepo_hg = { version = "0.1.0", path = "../../blobrepo/blobrepo_hg" }

View File

@ -43,7 +43,7 @@ repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_deri
revset = { version = "0.1.0", path = "../../revset" }
test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" }
tests_utils = { version = "0.1.0", path = "../../tests/utils" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -34,7 +34,7 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
repo_blobstore = { version = "0.1.0", path = "../../blobrepo/repo_blobstore" }
repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" }
tests_utils = { version = "0.1.0", path = "../../tests/utils" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../../tunables" }
[patch.crates-io]

View File

@ -42,7 +42,7 @@ repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_deri
scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
skeleton_manifest = { version = "0.1.0", path = "../skeleton_manifest" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
topo_sort = { version = "0.1.0", path = "../../common/topo_sort" }
unodes = { version = "0.1.0", path = "../unodes" }

View File

@ -47,7 +47,7 @@ tunables = { version = "0.1.0", path = "../tunables" }
types = { version = "0.1.0", path = "../../scm/lib/types" }
[dev-dependencies]
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -39,7 +39,7 @@ serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_dep
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
sshrelay = { version = "0.1.0", path = "../sshrelay" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -25,7 +25,7 @@ sha-1 = "0.8"
sha2 = "0.8"
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
assert_matches = "1.5"

View File

@ -19,7 +19,7 @@ git2 = "0.13"
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
sha2 = "0.8"
sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
[patch.crates-io]

View File

@ -12,7 +12,7 @@ anyhow = "1.0.51"
git2 = "0.13"
num_cpus = "1.11"
r2d2 = "0.8.8"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
[patch.crates-io]

View File

@ -33,7 +33,7 @@ fixtures = { version = "0.1.0", path = "../../tests/fixtures" }
futures-util = "0.3.7"
git2 = "0.13"
tempdir = "0.3"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -37,7 +37,7 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
rand = { version = "0.8", features = ["small_rng"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -31,7 +31,7 @@ rate_limiting = { version = "0.1.0", path = "../rate_limiting" }
scuba_ext = { version = "0.1.0", path = "../common/scuba_ext" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-openssl = "0.6"
tokio-util = { version = "0.6", features = ["full"] }
trust-dns-resolver = "0.20"

View File

@ -36,7 +36,7 @@ session_id = { version = "0.1.0", path = "../server/session_id" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
slog-term = "2.8"
sshrelay = { version = "0.1.0", path = "../sshrelay" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-openssl = "0.6"
tokio-util = { version = "0.6", features = ["full"] }
users = "0.11"

View File

@ -33,7 +33,7 @@ scuba_ext = { version = "0.1.0", path = "../common/scuba_ext" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.29"
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
[patch.crates-io]

View File

@ -47,7 +47,7 @@ slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tempdir = "0.3"
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../tunables" }
[dev-dependencies]

View File

@ -30,7 +30,7 @@ unodes = { version = "0.1.0", path = "../../derived_data/unodes" }
[dev-dependencies]
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -19,7 +19,7 @@ futures_ext = { package = "futures_01_ext", version = "0.1.0", git = "https://gi
mercurial_types = { version = "0.1.0", path = "../mercurial/types" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-util = { version = "0.6", features = ["full"] }
[patch.crates-io]

View File

@ -53,7 +53,7 @@ stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust
thiserror = "1.0.29"
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
time_window_counter = { version = "0.1.0", path = "../time_window_counter" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -22,7 +22,7 @@ mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
nonzero_ext = "0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -24,7 +24,7 @@ rand = { version = "0.8", features = ["small_rng"] }
requests_table = { version = "0.1.0", path = "../requests_table" }
source_control = { version = "0.1.0", path = "../../scs/if" }
sql_construct = { version = "0.1.0", path = "../../common/sql_construct" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -28,7 +28,7 @@ repo_factory = { version = "0.1.0", path = "../../repo_factory" }
scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
source_control = { version = "0.1.0", path = "../../scs/if" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -12,7 +12,7 @@ anyhow = "1.0.51"
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
megarepo_error = { version = "0.1.0", path = "../megarepo_error" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -24,7 +24,7 @@ megarepo_error = { version = "0.1.0", path = "../megarepo_error" }
mononoke_args = { version = "0.1.0", path = "../../cmdlib/mononoke_args" }
sha-1 = "0.8"
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
version_cconf_index = { version = "0.1.0", path = "../../../../configerator/structs/scm/mononoke/megarepo/version_cconf_index" }
[patch.crates-io]

View File

@ -21,7 +21,7 @@ sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
[dev-dependencies]
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -33,7 +33,7 @@ quickcheck = "1.0"
revisionstore_types = { version = "0.1.0", path = "../../../scm/lib/revisionstore/types" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-codec = "0.1"
tokio-io = "0.1"
tunables = { version = "0.1.0", path = "../../tunables" }

View File

@ -46,7 +46,7 @@ sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-s
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
thiserror = "1.0.29"
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../../tunables" }
types = { version = "0.1.0", path = "../../../scm/lib/types" }

View File

@ -21,7 +21,7 @@ mercurial_types = { version = "0.1.0", path = "../mercurial/types" }
microwave_if = { version = "0.1.0", path = "if" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -36,7 +36,7 @@ mononoke_api_types = { version = "0.1.0", path = "../../mononoke_api/types" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
repo_factory = { version = "0.1.0", path = "../../repo_factory" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
warm_bookmarks_cache = { version = "0.1.0", path = "../../bookmarks/warm_bookmarks_cache" }
[patch.crates-io]

View File

@ -73,7 +73,7 @@ sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
synced_commit_mapping = { version = "0.1.0", path = "../commit_rewriting/synced_commit_mapping" }
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../tunables" }
warm_bookmarks_cache = { version = "0.1.0", path = "../bookmarks/warm_bookmarks_cache" }
xdiff = { version = "0.1.0", path = "../../scm/lib/xdiff" }

View File

@ -69,7 +69,7 @@ sql_construct = { version = "0.1.0", path = "../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
tempfile = "3.2"
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
[dev-dependencies]

View File

@ -48,7 +48,7 @@ memblob = { version = "0.1.0", path = "../blobstore/memblob" }
pretty_assertions = "0.6"
quickcheck_async = "0.1.1"
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -25,7 +25,7 @@ sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
[dev-dependencies]
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
mononoke_types-mocks = { version = "0.1.0", path = "../mononoke_types/mocks" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -35,7 +35,7 @@ sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
thiserror = "1.0.29"
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../tunables" }
[dev-dependencies]

View File

@ -14,7 +14,7 @@ fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rus
maplit = "1.0"
openssl = "0.10.35"
serde = { version = "1.0.126", features = ["derive", "rc"] }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -45,7 +45,7 @@ sql_construct = { version = "0.1.0", path = "../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_factory" }
tests_utils = { version = "0.1.0", path = "../tests/utils" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -10,7 +10,7 @@ license = "GPLv2+"
[dependencies]
futures = { version = "0.3.13", features = ["async-await", "compat"] }
pin-project = "0.4.28"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -28,7 +28,7 @@ reachabilityindex = { version = "0.1.0", path = ".." }
reloader = { version = "0.1.0", path = "../../common/reloader" }
skiplist_thrift = { version = "0.1.0", path = "../if" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../../tunables" }
[dev-dependencies]

View File

@ -58,7 +58,7 @@ stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust
streaming_clone = { version = "0.1.0", path = "streaming_clone" }
thiserror = "1.0.29"
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../tunables" }
unbundle = { version = "0.1.0", path = "unbundle" }
warm_bookmarks_cache = { version = "0.1.0", path = "../bookmarks/warm_bookmarks_cache" }

Some files were not shown because too many files have changed in this diff Show More