Update tokio: 1.36.0 -> 1.37.0

Summary: Followed the wiki page here: https://www.internalfb.com/intern/wiki/Rust/Third_Party_Libraries/Adding_or_Updating_Libraries/

Reviewed By: capickett

Differential Revision: D56484070

fbshipit-source-id: e1ed52d58f7db8ad32ce67b67df2e83a567db123
This commit is contained in:
Henry Swanson 2024-04-24 09:47:11 -07:00 committed by Facebook GitHub Bot
parent f120b9874f
commit 496ddd6f4a
139 changed files with 139 additions and 139 deletions

View File

@ -30,7 +30,7 @@ sysinfo = "0.26.8"
thrift-types = { version = "0.1.0", path = "../../../scm/lib/thrift-types" }
thrift_streaming = { version = "0.1.0", path = "../../service/thrift_streaming" }
thrift_streaming_clients = { version = "0.1.0", path = "../../service/thrift_streaming/clients" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
tokio-uds-compat = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
toml = "0.8.4"
tracing = { version = "0.1.40", features = ["attributes"] }

View File

@ -29,7 +29,7 @@ sysinfo = "0.26.8"
tabular = "0.2.0"
termwiz = { version = "0.22", features = ["widgets"] }
thrift-types = { version = "0.1.0", path = "../../../scm/lib/thrift-types" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
toml = "0.8.4"
tracing = { version = "0.1.40", features = ["attributes"] }

View File

@ -10,4 +10,4 @@ license = "GPLv2+"
[dependencies]
anyhow = "1.0.75"
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -94,7 +94,7 @@ sql_construct = { version = "0.1.0", path = "common/sql_construct" }
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" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
toml = "0.8.4"
[patch.crates-io]

View File

@ -67,7 +67,7 @@ sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexper
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.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
unodes = { version = "0.1.0", path = "../derived_data/unodes" }
xdiff = { version = "0.1.0", path = "../../scm/lib/xdiff" }

View File

@ -56,7 +56,7 @@ skeleton_manifest = { version = "0.1.0", path = "../derived_data/skeleton_manife
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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
topo_sort = { version = "0.1.0", path = "../common/topo_sort" }
unodes = { version = "0.1.0", path = "../derived_data/unodes" }

View File

@ -24,4 +24,4 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] }
mononoke_app = { version = "0.1.0", path = "../../cmdlib/mononoke_app" }
phases = { version = "0.1.0", path = "../../phases" }
repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -32,5 +32,5 @@ 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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
tokio-util = { version = "0.7.10", features = ["full"] }

View File

@ -25,4 +25,4 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] }
mononoke_app = { version = "0.1.0", path = "../../cmdlib/mononoke_app" }
rand = { version = "0.8", features = ["small_rng"] }
repo_factory = { version = "0.1.0", path = "../../repo_factory" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -37,5 +37,5 @@ repo_blobstore = { version = "0.1.0", path = "../blobrepo/repo_blobstore" }
repo_identity = { version = "0.1.0", path = "../repo_attributes/repo_identity" }
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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
wireproto_handler = { version = "0.1.0", path = "../wireproto_handler" }

View File

@ -33,6 +33,6 @@ repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_deri
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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
uuid = { version = "1.2", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }
wireproto_handler = { version = "0.1.0", path = "../../wireproto_handler" }

View File

@ -31,7 +31,7 @@ mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
repo_blobstore = { version = "0.1.0", path = "../blobrepo/repo_blobstore" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
fbinit = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -29,7 +29,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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -15,4 +15,4 @@ context = { version = "0.1.0", path = "../../server/context" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
rand = { version = "0.8", features = ["small_rng"] }
rand_distr = "0.4"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -35,7 +35,7 @@ sql_construct = { version = "0.1.0", path = "../../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
sql_query_config = { version = "0.1.0", path = "../../repo_attributes/sql_query_config" }
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
vec1 = { version = "1", features = ["serde"] }
[dev-dependencies]

View File

@ -39,4 +39,4 @@ sql_construct = { version = "0.1.0", path = "../../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
sqlblob = { version = "0.1.0", path = "../sqlblob" }
throttledblob = { version = "0.1.0", path = "../throttledblob" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

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.8"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
walkdir = "2.3"
[dev-dependencies]

View File

@ -24,5 +24,5 @@ scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
strum = { version = "0.24", features = ["derive"] }
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
twox-hash = "1.6.1"

View File

@ -24,7 +24,7 @@ multiplexedblob = { version = "0.1.0", path = "../multiplexedblob" }
scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
thiserror = "1.0.49"
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
blobstore_test_utils = { version = "0.1.0", path = "../test_utils" }

View File

@ -25,7 +25,7 @@ serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_de
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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
twox-hash = "1.6.1"
vec1 = { version = "1", features = ["serde"] }

View File

@ -20,4 +20,4 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] }
lock_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -25,7 +25,7 @@ scopeguard = "1.0.0"
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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
twox-hash = "1.6.1"
[dev-dependencies]

View File

@ -34,7 +34,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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
wait_for_replication = { version = "0.1.0", path = "../common/wait_for_replication" }
[dev-dependencies]

View File

@ -26,7 +26,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" }
sql_construct = { version = "0.1.0", path = "../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
uuid = { version = "1.2", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }
vec1 = { version = "1", features = ["serde"] }

View File

@ -33,4 +33,4 @@ repo_blobstore = { version = "0.1.0", path = "../../blobrepo/repo_blobstore" }
repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" }
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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -30,4 +30,4 @@ fbinit = { version = "0.1.2", 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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -37,4 +37,4 @@ maplit = "1.0"
mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks" }
quickcheck = "1.0"
quickcheck_arbitrary_derive = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -42,7 +42,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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
unodes = { version = "0.1.0", path = "../../derived_data/unodes" }
[dev-dependencies]

View File

@ -16,7 +16,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
phases = { version = "0.1.0", path = "../phases" }
strum = { version = "0.24", features = ["derive"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
blobrepo = { version = "0.1.0", path = "../blobrepo" }

View File

@ -37,4 +37,4 @@ repo_identity = { version = "0.1.0", path = "../repo_attributes/repo_identity" }
revset = { version = "0.1.0", path = "../revset" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -55,4 +55,4 @@ 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 = { version = "0.24", features = ["derive"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -24,4 +24,4 @@ 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" }
strum = { version = "0.24", features = ["derive"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -54,4 +54,4 @@ slog_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental
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" }
tls = { version = "0.1.0", path = "tls" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -16,4 +16,4 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] }
sharding_ext = { version = "0.1.0", path = "../sharding_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" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -20,5 +20,5 @@ mononoke_app = { version = "0.1.0", path = "../../cmdlib/mononoke_app" }
repo_blobstore = { version = "0.1.0", path = "../../blobrepo/repo_blobstore" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }

View File

@ -39,7 +39,7 @@ sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-s
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
synced_commit_mapping = { version = "0.1.0", path = "../synced_commit_mapping" }
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
wireproto_handler = { version = "0.1.0", path = "../../wireproto_handler" }
[dev-dependencies]

View File

@ -38,5 +38,5 @@ sharding_ext = { version = "0.1.0", path = "../../../cmdlib/sharding_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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
wireproto_handler = { version = "0.1.0", path = "../../../wireproto_handler" }

View File

@ -28,7 +28,7 @@ sharding_ext = { version = "0.1.0", path = "../../cmdlib/sharding_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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
cross_repo_sync_test_utils = { version = "0.1.0", path = "../cross_repo_sync/test_utils" }

View File

@ -41,7 +41,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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
cross_repo_sync_test_utils = { version = "0.1.0", path = "../cross_repo_sync/test_utils" }

View File

@ -75,7 +75,7 @@ static_assertions = "1.1.0"
synced_commit_mapping = { version = "0.1.0", path = "../synced_commit_mapping" }
synced_commit_mapping_pushrebase_hook = { version = "0.1.0", path = "../synced_commit_mapping/pushrebase_hook" }
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
topo_sort = { version = "0.1.0", path = "../../common/topo_sort" }
vec1 = { version = "1", features = ["serde"] }

View File

@ -65,7 +65,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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
unodes = { version = "0.1.0", path = "../../derived_data/unodes" }

View File

@ -39,7 +39,7 @@ repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity
scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
synced_commit_mapping = { version = "0.1.0", path = "../synced_commit_mapping" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
cross_repo_sync_test_utils = { version = "0.1.0", path = "../cross_repo_sync/test_utils" }

View File

@ -12,4 +12,4 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] }
pin-project = "0.4.30"
[dev-dependencies]
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -13,7 +13,7 @@ anyhow = "1.0.75"
futures = { version = "0.3.30", features = ["async-await", "compat"] }
governor = "0.3.2"
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
nonzero_ext = "0.2"

View File

@ -18,4 +18,4 @@ chrono = { version = "0.4", features = ["clock", "serde", "std"], default-featur
futures = { version = "0.3.30", features = ["async-await", "compat"] }
governor = "0.3.2"
nonzero_ext = "0.2"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -21,4 +21,4 @@ maplit = "1.0"
pretty_assertions = { version = "1.2", features = ["alloc"], default-features = false }
quickcheck = "1.0"
quickcheck_async = "0.1.1"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -17,7 +17,7 @@ futures = { version = "0.3.30", 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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
fbinit = { version = "0.1.2", 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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
fbinit-tokio = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -11,4 +11,4 @@ license = "GPLv2+"
futures = { version = "0.3.30", features = ["async-await", "compat"] }
rand = { version = "0.8", features = ["small_rng"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -12,4 +12,4 @@ anyhow = "1.0.75"
futures = { version = "0.3.30", features = ["async-await", "compat"] }
libc = "0.2.139"
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -19,7 +19,7 @@ itertools = "0.11.0"
memcache = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
once_cell = "1.12"
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
abomonation_derive = "0.5"

View File

@ -37,7 +37,7 @@ sql_common = { version = "0.1.0", git = "https://github.com/facebookexperimental
sql_query_config = { version = "0.1.0", path = "../../../repo_attributes/sql_query_config" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
time_measuring = { version = "0.1.0", path = "../../time_measuring" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
twox-hash = "1.6.1"
vec1 = { version = "1", features = ["serde"] }

View File

@ -16,4 +16,4 @@ metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
replication_lag_config = { version = "0.1.0", path = "../../../../configerator/structs/scm/mononoke/mysql/replication_lag" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
sql_ext = { version = "0.1.0", path = "../rust/sql_ext" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -13,4 +13,4 @@ pin-project = "0.4.30"
[dev-dependencies]
bytes = { version = "1.6.0", features = ["serde"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -31,7 +31,7 @@ repo_blobstore = { version = "0.1.0", path = "../../blobrepo/repo_blobstore" }
repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
unodes = { version = "0.1.0", path = "../unodes" }
[dev-dependencies]

View File

@ -34,7 +34,7 @@ multimap = "0.8.1"
repo_blobstore = { version = "0.1.0", path = "../../blobrepo/repo_blobstore" }
repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
unodes = { version = "0.1.0", path = "../unodes" }
[dev-dependencies]

View File

@ -24,7 +24,7 @@ manifest = { version = "0.1.0", path = "../../manifest" }
maplit = "1.0"
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
unodes = { version = "0.1.0", path = "../unodes" }
[dev-dependencies]

View File

@ -40,4 +40,4 @@ repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_deri
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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -49,4 +49,4 @@ repo_blobstore = { version = "0.1.0", path = "../../blobrepo/repo_blobstore" }
repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" }
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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -43,5 +43,5 @@ scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.49"
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
topo_sort = { version = "0.1.0", path = "../../common/topo_sort" }

View File

@ -32,7 +32,7 @@ repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_deri
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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
ascii = "1.0"

View File

@ -46,4 +46,4 @@ repo_blobstore = { version = "0.1.0", path = "../../blobrepo/repo_blobstore" }
repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" }
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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -51,7 +51,7 @@ skeleton_manifest = { version = "0.1.0", path = "../skeleton_manifest" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
test_manifest = { version = "0.1.0", path = "../test_manifest" }
test_sharded_manifest = { version = "0.1.0", path = "../test_sharded_manifest" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
topo_sort = { version = "0.1.0", path = "../../common/topo_sort" }
unodes = { version = "0.1.0", path = "../unodes" }

View File

@ -57,5 +57,5 @@ 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" }
thiserror = "1.0.49"
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
types = { version = "0.1.0", path = "../../scm/lib/types" }

View File

@ -27,7 +27,7 @@ sha2 = "0.10.6"
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
strum = { version = "0.24", features = ["derive"] }
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
assert_matches = "1.5"

View File

@ -20,5 +20,5 @@ repo_blobstore = { version = "0.1.0", path = "../../blobrepo/repo_blobstore" }
repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" }
sha2 = "0.10.6"
sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }

View File

@ -12,4 +12,4 @@ anyhow = "1.0.75"
git2 = "0.14"
num_cpus = "1.16"
r2d2 = "0.8.8"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -40,7 +40,7 @@ quickcheck = "1.0"
regex = "1.9.2"
sha1 = "0.10.5"
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
unodes = { version = "0.1.0", path = "../../derived_data/unodes" }
[dev-dependencies]

View File

@ -57,7 +57,7 @@ serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_de
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" }
test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
unodes = { version = "0.1.0", path = "../../derived_data/unodes" }
warm_bookmarks_cache = { version = "0.1.0", path = "../../bookmarks/warm_bookmarks_cache" }

View File

@ -32,5 +32,5 @@ rand = { version = "0.8", features = ["small_rng"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] }
sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }

View File

@ -15,7 +15,7 @@ path = "test/packetline_test.rs"
faster-hex = "0.6.1"
serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
anyhow = "1.0.75"

View File

@ -29,7 +29,7 @@ quickcheck = "1.0"
rustc-hash = "1.1.0"
sha1 = "0.10.5"
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
fbinit = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -31,4 +31,4 @@ repo_blobstore = { version = "0.1.0", path = "../../blobrepo/repo_blobstore" }
repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" }
repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" }
rustc-hash = "1.1.0"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -60,6 +60,6 @@ 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" }
strum = { version = "0.24", features = ["derive"] }
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
tokio-util = { version = "0.7.10", features = ["full"] }

View File

@ -42,7 +42,7 @@ scuba_ext = { version = "0.1.0", path = "../common/scuba_ext" }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
tokio-openssl = "0.6"
tokio-util = { version = "0.7.10", features = ["full"] }
trust-dns-resolver = "0.20"

View File

@ -22,7 +22,7 @@ pin-project = "0.4.30"
qps = { version = "0.1.0", path = "../server/qps" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
tokio-util = { version = "0.7.10", features = ["full"] }
[dev-dependencies]

View File

@ -41,7 +41,7 @@ serde_regex = "1"
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" }
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
blobstore = { version = "0.1.0", path = "../blobstore" }

View File

@ -17,5 +17,5 @@ mercurial_types = { version = "0.1.0", path = "../mercurial/types" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
repo_blobstore = { version = "0.1.0", path = "../blobrepo/repo_blobstore" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
tokio-util = { version = "0.7.10", features = ["full"] }

View File

@ -62,7 +62,7 @@ stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust
thiserror = "1.0.49"
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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
chaosblob = { version = "0.1.0", path = "../blobstore/chaosblob" }

View File

@ -25,7 +25,7 @@ serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_derive = "1.0.185"
smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] }
sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
fbinit = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -26,7 +26,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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
fbinit = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

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

View File

@ -12,4 +12,4 @@ anyhow = "1.0.75"
fbinit = { version = "0.1.2", 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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -23,5 +23,5 @@ megarepo_configs = { version = "0.1.0", path = "../../../../configerator/structs
megarepo_error = { version = "0.1.0", path = "../megarepo_error" }
sha1 = "0.10.5"
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
version_cconf_index = { version = "0.1.0", path = "../../../../configerator/structs/scm/mononoke/megarepo/version_cconf_index" }

View File

@ -21,4 +21,4 @@ sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
[dev-dependencies]
fbinit = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
fbinit-tokio = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -32,7 +32,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.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
tokio-util = { version = "0.7.10", features = ["full"] }
types = { version = "0.1.0", path = "../../../scm/lib/types" }
vlqencoding = { version = "0.1.0", path = "../../../scm/lib/vlqencoding" }

View File

@ -41,7 +41,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.49"
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
types = { version = "0.1.0", path = "../../../scm/lib/types" }
[dev-dependencies]

View File

@ -22,4 +22,4 @@ mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
repo_blobstore = { version = "0.1.0", path = "../blobrepo/repo_blobstore" }
repo_identity = { version = "0.1.0", path = "../repo_attributes/repo_identity" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -35,6 +35,6 @@ mononoke_app = { version = "0.1.0", path = "../../cmdlib/mononoke_app" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
vec1 = { version = "1", features = ["serde"] }
warm_bookmarks_cache = { version = "0.1.0", path = "../../bookmarks/warm_bookmarks_cache" }

View File

@ -23,7 +23,7 @@ serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_de
sha2 = "0.10.6"
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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
fixtures = { version = "0.1.0", path = "../tests/fixtures" }

View File

@ -73,7 +73,7 @@ sql_construct = { version = "0.1.0", path = "../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
tempfile = "3.8"
thiserror = "1.0.49"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
[dev-dependencies]

View File

@ -62,4 +62,4 @@ pretty_assertions = { version = "1.2", features = ["alloc"], default-features =
quickcheck_async = "0.1.1"
rand = { version = "0.8", features = ["small_rng"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -32,7 +32,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.49"
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
vec1 = { version = "1", features = ["serde"] }
[dev-dependencies]

View File

@ -17,7 +17,7 @@ maplit = "1.0"
openssl = "0.10.61"
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
fbinit-tokio = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -48,4 +48,4 @@ sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-s
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.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -10,4 +10,4 @@ license = "GPLv2+"
[dependencies]
futures = { version = "0.3.30", features = ["async-await", "compat"] }
pin-project = "0.4.30"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -22,4 +22,4 @@ vec1 = { version = "1", features = ["serde"] }
[dev-dependencies]
mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

View File

@ -23,5 +23,5 @@ itertools = "0.11.0"
mononoke_types = { version = "0.1.0", path = "../../../mononoke_types" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
vec1 = { version = "1", features = ["serde"] }

View File

@ -21,7 +21,7 @@ justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/
mononoke_types = { version = "0.1.0", path = "../../../mononoke_types" }
reloader = { version = "0.1.0", path = "../../../common/reloader" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
vec1 = { version = "1", features = ["serde"] }
[dev-dependencies]

View File

@ -20,4 +20,4 @@ strum = { version = "0.24", features = ["derive"] }
[dev-dependencies]
mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks" }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }

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